Module Name:    src
Committed By:   matt
Date:           Fri Aug 22 06:52:37 UTC 2014

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

Log Message:
Check the variable for RELOCATABLE_NEEDS_FIXUP


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 \
    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.6 src/external/gpl3/gcc/dist/gcc/config/rs6000/netbsd64.h:1.7
--- src/external/gpl3/gcc/dist/gcc/config/rs6000/netbsd64.h:1.6	Tue Mar  4 08:43:12 2014
+++ src/external/gpl3/gcc/dist/gcc/config/rs6000/netbsd64.h	Fri Aug 22 06:52:37 2014
@@ -77,7 +77,7 @@ extern int dot_symbols;
    -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"

Reply via email to