Module Name:    src
Committed By:   matt
Date:           Tue Aug 26 15:53:04 UTC 2014

Modified Files:
        src/external/gpl3/gcc/dist/gcc/config/rs6000: netbsd64.h

Log Message:
Make sure we default to ELFv1.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 \
    src/external/gpl3/gcc/dist/gcc/config/rs6000/netbsd64.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/rs6000/netbsd64.h
diff -u src/external/gpl3/gcc/dist/gcc/config/rs6000/netbsd64.h:1.9 src/external/gpl3/gcc/dist/gcc/config/rs6000/netbsd64.h:1.10
--- src/external/gpl3/gcc/dist/gcc/config/rs6000/netbsd64.h:1.9	Sat Aug 23 06:50:18 2014
+++ src/external/gpl3/gcc/dist/gcc/config/rs6000/netbsd64.h	Tue Aug 26 15:53:04 2014
@@ -85,7 +85,7 @@ extern int dot_symbols;
 #define INVALID_64BIT "-m%s not supported in this configuration"
 #define INVALID_32BIT INVALID_64BIT
 
-#define ELFv2_ABI_CHECK (rs6000_elf_abi != 1)                   
+#define ELFv2_ABI_CHECK (rs6000_elf_abi == 2)                   
 
 #undef	SUBSUBTARGET_OVERRIDE_OPTIONS
 #define	SUBSUBTARGET_OVERRIDE_OPTIONS				\

Reply via email to