diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-09 11:53:06 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-09 11:53:06 +0100 |
commit | ecf3290a88183d946e731b2fb3992dc5c3222a0f (patch) | |
tree | f41a6b067eacec9f941345cc5764c97ce140f35b /package/gcc | |
parent | 4e93572589af66eee723efafa3939f6c5e0dd7cc (diff) | |
parent | 108dbac584a1ffc505dc2d02d95ebb2c5e3ddaf7 (diff) |
merge
Diffstat (limited to 'package/gcc')
-rw-r--r-- | package/gcc/patches/4.7.3/patch-libgcc_unwind-arm-common_inc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package/gcc/patches/4.7.3/patch-libgcc_unwind-arm-common_inc b/package/gcc/patches/4.7.3/patch-libgcc_unwind-arm-common_inc new file mode 100644 index 000000000..beeba8148 --- /dev/null +++ b/package/gcc/patches/4.7.3/patch-libgcc_unwind-arm-common_inc @@ -0,0 +1,14 @@ +--- gcc-4.7.3.orig/libgcc/unwind-arm-common.inc 2011-12-20 21:54:25.000000000 +0100 ++++ gcc-4.7.3/libgcc/unwind-arm-common.inc 2014-02-05 15:10:25.000000000 +0100 +@@ -25,11 +25,6 @@ + #include "tsystem.h" + #include "unwind.h" + +-/* Used for SystemTap unwinder probe. */ +-#ifdef HAVE_SYS_SDT_H +-#include <sys/sdt.h> +-#endif +- + /* We add a prototype for abort here to avoid creating a dependency on + target headers. */ + extern void abort (void); |