patch-libgcc_unwind-arm-common_inc 448 B

1234567891011121314
  1. --- gcc-4.7.3.orig/libgcc/unwind-arm-common.inc 2011-12-20 21:54:25.000000000 +0100
  2. +++ gcc-4.7.3/libgcc/unwind-arm-common.inc 2014-02-05 15:10:25.000000000 +0100
  3. @@ -25,11 +25,6 @@
  4. #include "tsystem.h"
  5. #include "unwind.h"
  6. -/* Used for SystemTap unwinder probe. */
  7. -#ifdef HAVE_SYS_SDT_H
  8. -#include <sys/sdt.h>
  9. -#endif
  10. -
  11. /* We add a prototype for abort here to avoid creating a dependency on
  12. target headers. */
  13. extern void abort (void);