Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc/dist/gcc/config/rs6000 Make sure we defaul...



details:   https://anonhg.NetBSD.org/src/rev/5b08825f2203
branches:  trunk
changeset: 331841:5b08825f2203
user:      matt <matt%NetBSD.org@localhost>
date:      Tue Aug 26 15:53:04 2014 +0000

description:
Make sure we default to ELFv1.

diffstat:

 external/gpl3/gcc/dist/gcc/config/rs6000/netbsd64.h |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 3d5b13b862b1 -r 5b08825f2203 external/gpl3/gcc/dist/gcc/config/rs6000/netbsd64.h
--- a/external/gpl3/gcc/dist/gcc/config/rs6000/netbsd64.h       Tue Aug 26 15:19:38 2014 +0000
+++ b/external/gpl3/gcc/dist/gcc/config/rs6000/netbsd64.h       Tue Aug 26 15:53:04 2014 +0000
@@ -85,7 +85,7 @@
 #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                           \



Home | Main Index | Thread Index | Old Index