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 Check the variable ...



details:   https://anonhg.NetBSD.org/src/rev/c910b8534c2d
branches:  trunk
changeset: 801871:c910b8534c2d
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Aug 22 06:52:37 2014 +0000

description:
Check the variable for RELOCATABLE_NEEDS_FIXUP

diffstat:

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

diffs (12 lines):

diff -r cb4baf33fb4e -r c910b8534c2d external/gpl3/gcc/dist/gcc/config/rs6000/netbsd64.h
--- a/external/gpl3/gcc/dist/gcc/config/rs6000/netbsd64.h       Fri Aug 22 06:51:34 2014 +0000
+++ b/external/gpl3/gcc/dist/gcc/config/rs6000/netbsd64.h       Fri Aug 22 06:52:37 2014 +0000
@@ -77,7 +77,7 @@
    -mrelocatable or -mrelocatable-lib is given.  */
 #undef RELOCATABLE_NEEDS_FIXUP
 #define RELOCATABLE_NEEDS_FIXUP \
-  (target_flags & target_flags_explicit & MASK_RELOCATABLE)
+  (rs6000_isa_flags & rs6000_isa_flags_explicit & OPTION_MASK_RELOCATABLE)
 
 #undef RS6000_ABI_NAME
 #define        RS6000_ABI_NAME "netbsd"



Home | Main Index | Thread Index | Old Index