summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>1997-04-29 02:16:51 +0000
committerJohn Polstra <jdp@FreeBSD.org>1997-04-29 02:16:51 +0000
commit5d8ff3922a918dfc33a039607dea3e549bb07194 (patch)
tree138f498cc681f589d3c80133fb25eae8e54998ab /gnu
parent8ba175812b1a8ece3bb4db04bb123f56a27059b6 (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/as/read.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/as/read.c b/gnu/usr.bin/as/read.c
index f6c1c735ca34..ea51f681d003 100644
--- a/gnu/usr.bin/as/read.c
+++ b/gnu/usr.bin/as/read.c
@@ -19,7 +19,7 @@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifndef lint
-static char rcsid[] = "$Id: read.c,v 1.7 1996/10/01 00:11:37 peter Exp $";
+static char rcsid[] = "$Id: read.c,v 1.7.2.1 1997/04/18 17:10:45 jdp Exp $";
#endif
#define MASK_CHAR (0xFF) /* If your chars aren't 8 bits, you will
@@ -1271,6 +1271,7 @@ void s_weak() {
symbolP = symbol_find_or_make(name);
* input_line_pointer = c;
SKIP_WHITESPACE();
+ S_SET_EXTERNAL(symbolP);
symbolP->sy_bind = BIND_WEAK;
if (c == ',') {
input_line_pointer++;