Module Name:    src
Committed By:   joerg
Date:           Sun Mar 16 13:33:14 UTC 2014

Modified Files:
        src/gnu/dist/gcc4/gcc/config: netbsd-elf.h

Log Message:
Link with --eh-frame-hdr.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/gnu/dist/gcc4/gcc/config/netbsd-elf.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/gnu/dist/gcc4/gcc/config/netbsd-elf.h
diff -u src/gnu/dist/gcc4/gcc/config/netbsd-elf.h:1.3 src/gnu/dist/gcc4/gcc/config/netbsd-elf.h:1.4
--- src/gnu/dist/gcc4/gcc/config/netbsd-elf.h:1.3	Mon Aug 12 21:22:18 2013
+++ src/gnu/dist/gcc4/gcc/config/netbsd-elf.h	Sun Mar 16 13:33:14 2014
@@ -81,7 +81,7 @@ Boston, MA 02110-1301, USA.  */
    Target-specific code must provide the %(netbsd_entry_point) spec.  */
 
 #define NETBSD_LINK_SPEC_ELF \
-  "%{assert*} %{R*} %{rpath*} \
+  "--eh-frame-hdr %{assert*} %{R*} %{rpath*} \
    %{shared:-shared} \
    %{symbolic:-Bsymbolic} \
    %{!shared: \

Reply via email to