]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure.in: Use xm-netbsd.h as the NetBSD xm file (not xm-siglist).
authorTodd Vierling <tv@netbsd.org>
Wed, 29 Jul 1998 22:55:04 +0000 (16:55 -0600)
committerJeff Law <law@gcc.gnu.org>
Wed, 29 Jul 1998 22:55:04 +0000 (16:55 -0600)

        * configure.in: Use xm-netbsd.h as the NetBSD xm file (not xm-siglist).
        Accept arm32 as arm, m68k4k as m68k, mipsle as mips-dec, and any
        manufacturer id for ns32k.
        * configure: Regenerated.
        * config/netbsd.h: When using ASM_WEAKEN_LABEL, make it global too.
        * config/t-netbsd: Don't compile libgcc1-test as the fns are in libc.
        * config/i386/netbsd.h: Undefine DWARF2_UNWIND_INFO, not define as 0.
        * config/m68k/netbsd.h: Same.
        * config/ns32k/netbsd.h: Same.
        * config/sparc/netbsd.h: Same.

From-SVN: r21485

gcc/config/m68k/netbsd.h
gcc/config/netbsd.h
gcc/config/ns32k/netbsd.h
gcc/config/sparc/netbsd.h

index 6bd9161c6809dcfc64b6f7bcc6f76dce831206ab..c98419927808da7cec76278515110a1894476d91 100644 (file)
@@ -59,5 +59,5 @@
 
 /* Until they use ELF or something that handles dwarf2 unwinds
    and initialization stuff better.  */
-#define DWARF2_UNWIND_INFO 0
+#undef DWARF2_UNWIND_INFO
 
index 5fecd35d483ef229ebe290ee9bf67711bdd6d1a8..43a15768d0baeb25950afc42bd4f16d6ada674b1 100644 (file)
 
 #undef ASM_WEAKEN_LABEL
 #define ASM_WEAKEN_LABEL(FILE,NAME) \
-  do { fputs ("\t.weak\t", FILE); assemble_name (FILE, NAME); \
+  do { fputs ("\t.globl\t", FILE); assemble_name (FILE, NAME); \
+       fputs ("\t.weak\t", FILE); assemble_name (FILE, NAME); \
        fputc ('\n', FILE); } while (0)
 
 /* The following macro defines the format used to output the second
index cef68d82c2e29d076eecb024f16c6180a2a3ec21..40c2025bc5f55b47f0a6bf333631497575786f18 100644 (file)
@@ -108,5 +108,5 @@ Boston, MA 02111-1307, USA.
 
 /* Until they use ELF or something that handles dwarf2 unwinds
    and initialization stuff better.  */
-#define DWARF2_UNWIND_INFO 0
+#undefine DWARF2_UNWIND_INFO
 
index a512f41e15530ccd13ea02006db44fecaf9b347e..ba2fe4e6c043ff55a3984bd6638eb22f3d88d4ba 100644 (file)
@@ -42,5 +42,5 @@
 
 /* Until they use ELF or something that handles dwarf2 unwinds
    and initialization stuff better.  */
-#define DWARF2_UNWIND_INFO 0
+#undef DWARF2_UNWIND_INFO