Module Name: src
Committed By: martin
Date: Sat Jul 23 15:22:27 UTC 2011
Modified Files:
src/external/gpl3/gcc/dist/gcc/config: netbsd.h
Log Message:
We use the "iterate phdrs method for exception unwinding now, so
make sure to pass --eh-frame-hdr to get the GNU_EH_FRAME header
generated.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/gpl3/gcc/dist/gcc/config/netbsd.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/gcc/dist/gcc/config/netbsd.h
diff -u src/external/gpl3/gcc/dist/gcc/config/netbsd.h:1.5 src/external/gpl3/gcc/dist/gcc/config/netbsd.h:1.6
--- src/external/gpl3/gcc/dist/gcc/config/netbsd.h:1.5 Fri Jul 1 01:23:01 2011
+++ src/external/gpl3/gcc/dist/gcc/config/netbsd.h Sat Jul 23 15:22:26 2011
@@ -262,3 +262,7 @@
/* Define this so we can compile MS code for use with WINE. */
#define HANDLE_PRAGMA_PACK_PUSH_POP 1
+
+#if defined(HAVE_LD_EH_FRAME_HDR)
+#define LINK_EH_SPEC "--eh-frame-hdr "
+#endif