diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1996-10-03 08:07:38 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1996-10-03 08:07:38 +0000 |
| commit | e8d53f09e3c74aa574a36d87fc829e536e968ce4 (patch) | |
| tree | 7cc7bcf0e2d250460f15e3080dce9813010816a6 | |
| parent | 890c2894d8ca12c9f9836b3d18ecbc750a7b2772 (diff) | |
Notes
| -rw-r--r-- | gnu/usr.bin/as/config/tc-i386.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/as/config/tc-i386.c b/gnu/usr.bin/as/config/tc-i386.c index e0c71d7086ea9..8d3982e1ea1e6 100644 --- a/gnu/usr.bin/as/config/tc-i386.c +++ b/gnu/usr.bin/as/config/tc-i386.c @@ -25,7 +25,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: tc-i386.c,v 1.4 1995/05/30 04:47:29 rgrimes Exp $"; +static char rcsid[] = "$Id: tc-i386.c,v 1.5 1996/10/01 00:12:43 peter Exp $"; #endif #include "as.h" @@ -2082,6 +2082,7 @@ relax_addressT segment_address_in_file; if (!extrn_bit && !S_IS_EXTERNAL(fixP->fx_addsy)) as_warn("GOT relocation burb: `%s' should be global", S_GET_NAME(fixP->fx_addsy)); + S_SET_EXTERNAL(fixP->fx_addsy); extrn_bit = 1; break; case RELOC_GOTOFF: |
