projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e81b37a
)
* netbsd.h: Fix typo.
author
Jeffrey A Law
<law@cygnus.com>
Sat, 8 Aug 1998 17:53:54 +0000
(17:53 +0000)
committer
Jeff Law
<law@gcc.gnu.org>
Sat, 8 Aug 1998 17:53:54 +0000
(11:53 -0600)
From-SVN: r21634
gcc/ChangeLog
patch
|
blob
|
history
gcc/config/netbsd.h
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 06638f42059942dab44f5b32d2bb78e788a10a13..4a116318cb30e62b0922fcd03fbfd6ec187c30d9 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-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.
diff --git
a/gcc/config/netbsd.h
b/gcc/config/netbsd.h
index 43a15768d0baeb25950afc42bd4f16d6ada674b1..0fb4d400ee27e9fb7c80cfe94d292503e2e40630 100644
(file)
--- a/
gcc/config/netbsd.h
+++ b/
gcc/config/netbsd.h
@@
-101,6
+101,7
@@
#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)