]> gcc.gnu.org Git - gcc.git/commitdiff
* netbsd.h: Fix typo.
authorJeffrey A Law <law@cygnus.com>
Sat, 8 Aug 1998 17:53:54 +0000 (17:53 +0000)
committerJeff Law <law@gcc.gnu.org>
Sat, 8 Aug 1998 17:53:54 +0000 (11:53 -0600)
From-SVN: r21634

gcc/ChangeLog
gcc/config/netbsd.h

index 06638f42059942dab44f5b32d2bb78e788a10a13..4a116318cb30e62b0922fcd03fbfd6ec187c30d9 100644 (file)
@@ -1,3 +1,7 @@
+Sat Aug  8 18:53:28 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * netbsd.h: Fix typo.
+
 Mon Aug  3 00:06:42 1998  Robert Lipe  <robertl@dgii.com> 
 
        * config.sub: Fix typo.
index 43a15768d0baeb25950afc42bd4f16d6ada674b1..0fb4d400ee27e9fb7c80cfe94d292503e2e40630 100644 (file)
 #undef ASM_WEAKEN_LABEL
 #define ASM_WEAKEN_LABEL(FILE,NAME) \
   do { fputs ("\t.globl\t", FILE); assemble_name (FILE, NAME); \
+       fputc ('\n', FILE); \
        fputs ("\t.weak\t", FILE); assemble_name (FILE, NAME); \
        fputc ('\n', FILE); } while (0)
 
This page took 0.071219 seconds and 5 git commands to generate.