Fri Dec 16 11:19:20 2011 UTC ()
Apparently mknative didn't work right. Fix up losses.


(mlelstv)
diff -r1.2 -r1.3 src/external/gpl3/gcc/usr.bin/gcc/arch/m68k/auto-host.h

cvs diff -r1.2 -r1.3 src/external/gpl3/gcc/usr.bin/gcc/arch/m68k/auto-host.h (expand / switch to unified diff)

--- src/external/gpl3/gcc/usr.bin/gcc/arch/m68k/auto-host.h 2011/07/20 00:53:54 1.2
+++ src/external/gpl3/gcc/usr.bin/gcc/arch/m68k/auto-host.h 2011/12/16 11:19:19 1.3
@@ -446,27 +446,27 @@ @@ -446,27 +446,27 @@
446/* #undef HAVE_AS_SPARC_UA_PCREL */ 446/* #undef HAVE_AS_SPARC_UA_PCREL */
447#endif 447#endif
448 448
449 449
450/* Define if your assembler and linker support unaligned PC relative relocs 450/* Define if your assembler and linker support unaligned PC relative relocs
451 against hidden symbols. */ 451 against hidden symbols. */
452#ifndef USED_FOR_TARGET 452#ifndef USED_FOR_TARGET
453/* #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN */ 453/* #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN */
454#endif 454#endif
455 455
456 456
457/* Define if your assembler supports thread-local storage. */ 457/* Define if your assembler supports thread-local storage. */
458#ifndef USED_FOR_TARGET 458#ifndef USED_FOR_TARGET
459/* #undef HAVE_AS_TLS */ 459#define HAVE_AS_TLS 1
460#endif 460#endif
461 461
462 462
463/* Define if your assembler supports arg info for __tls_get_addr. */ 463/* Define if your assembler supports arg info for __tls_get_addr. */
464#ifndef USED_FOR_TARGET 464#ifndef USED_FOR_TARGET
465/* #undef HAVE_AS_TLS_MARKERS */ 465/* #undef HAVE_AS_TLS_MARKERS */
466#endif 466#endif
467 467
468 468
469/* Define if your assembler supports VSX instructions. */ 469/* Define if your assembler supports VSX instructions. */
470#ifndef USED_FOR_TARGET 470#ifndef USED_FOR_TARGET
471/* #undef HAVE_AS_VSX */ 471/* #undef HAVE_AS_VSX */
472#endif 472#endif
@@ -944,33 +944,33 @@ @@ -944,33 +944,33 @@
944#ifndef USED_FOR_TARGET 944#ifndef USED_FOR_TARGET
945#define HAVE_GAS_CFI_DIRECTIVE 1 945#define HAVE_GAS_CFI_DIRECTIVE 1
946#endif 946#endif
947 947
948 948
949/* Define 0/1 if your assembler supports .cfi_personality. */ 949/* Define 0/1 if your assembler supports .cfi_personality. */
950#ifndef USED_FOR_TARGET 950#ifndef USED_FOR_TARGET
951#define HAVE_GAS_CFI_PERSONALITY_DIRECTIVE 1 951#define HAVE_GAS_CFI_PERSONALITY_DIRECTIVE 1
952#endif 952#endif
953 953
954 954
955/* Define 0/1 if your assembler supports .cfi_sections. */ 955/* Define 0/1 if your assembler supports .cfi_sections. */
956#ifndef USED_FOR_TARGET 956#ifndef USED_FOR_TARGET
957#define HAVE_GAS_CFI_SECTIONS_DIRECTIVE 0 957#define HAVE_GAS_CFI_SECTIONS_DIRECTIVE 1
958#endif 958#endif
959 959
960 960
961/* Define if your assembler supports the .loc discriminator sub-directive. */ 961/* Define if your assembler supports the .loc discriminator sub-directive. */
962#ifndef USED_FOR_TARGET 962#ifndef USED_FOR_TARGET
963/* #undef HAVE_GAS_DISCRIMINATOR */ 963#define HAVE_GAS_DISCRIMINATOR 1
964#endif 964#endif
965 965
966 966
967/* Define if your assembler supports @gnu_unique_object. */ 967/* Define if your assembler supports @gnu_unique_object. */
968#ifndef USED_FOR_TARGET 968#ifndef USED_FOR_TARGET
969/* #undef HAVE_GAS_GNU_UNIQUE_OBJECT */ 969/* #undef HAVE_GAS_GNU_UNIQUE_OBJECT */
970#endif 970#endif
971 971
972 972
973/* Define if your assembler and linker support .hidden. */ 973/* Define if your assembler and linker support .hidden. */
974#define HAVE_GAS_HIDDEN 1 974#define HAVE_GAS_HIDDEN 1
975 975
976/* Define if your assembler supports .lcomm with an alignment field. */ 976/* Define if your assembler supports .lcomm with an alignment field. */