Module Name:    src
Committed By:   mlelstv
Date:           Fri Dec 16 11:19:20 UTC 2011

Modified Files:
        src/external/gpl3/gcc/usr.bin/gcc/arch/m68k: auto-host.h

Log Message:
Apparently mknative didn't work right. Fix up losses.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
    src/external/gpl3/gcc/usr.bin/gcc/arch/m68k/auto-host.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/usr.bin/gcc/arch/m68k/auto-host.h
diff -u src/external/gpl3/gcc/usr.bin/gcc/arch/m68k/auto-host.h:1.2 src/external/gpl3/gcc/usr.bin/gcc/arch/m68k/auto-host.h:1.3
--- src/external/gpl3/gcc/usr.bin/gcc/arch/m68k/auto-host.h:1.2	Wed Jul 20 00:53:54 2011
+++ src/external/gpl3/gcc/usr.bin/gcc/arch/m68k/auto-host.h	Fri Dec 16 11:19:19 2011
@@ -456,7 +456,7 @@
 
 /* Define if your assembler supports thread-local storage. */
 #ifndef USED_FOR_TARGET
-/* #undef HAVE_AS_TLS */
+#define HAVE_AS_TLS 1
 #endif
 
 
@@ -954,13 +954,13 @@
 
 /* Define 0/1 if your assembler supports .cfi_sections. */
 #ifndef USED_FOR_TARGET
-#define HAVE_GAS_CFI_SECTIONS_DIRECTIVE 0
+#define HAVE_GAS_CFI_SECTIONS_DIRECTIVE 1
 #endif
 
 
 /* Define if your assembler supports the .loc discriminator sub-directive. */
 #ifndef USED_FOR_TARGET
-/* #undef HAVE_GAS_DISCRIMINATOR */
+#define HAVE_GAS_DISCRIMINATOR 1
 #endif
 
 

Reply via email to