Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3/gcc/usr.bin/gcc/arch/m68k Apparently mknative ...



details:   https://anonhg.NetBSD.org/src/rev/5cc5b73e804e
branches:  trunk
changeset: 772060:5cc5b73e804e
user:      mlelstv <mlelstv%NetBSD.org@localhost>
date:      Fri Dec 16 11:19:19 2011 +0000

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

diffstat:

 external/gpl3/gcc/usr.bin/gcc/arch/m68k/auto-host.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r aded052851a8 -r 5cc5b73e804e external/gpl3/gcc/usr.bin/gcc/arch/m68k/auto-host.h
--- a/external/gpl3/gcc/usr.bin/gcc/arch/m68k/auto-host.h       Fri Dec 16 10:57:43 2011 +0000
+++ b/external/gpl3/gcc/usr.bin/gcc/arch/m68k/auto-host.h       Fri Dec 16 11:19:19 2011 +0000
@@ -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
 
 



Home | Main Index | Thread Index | Old Index