aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1994-10-07 22:00:01 +0000
committerKen Raeburn <raeburn@cygnus>1994-10-07 22:00:01 +0000
commit352d36185d0074882d54cfda1670bd4b137ab072 (patch)
tree0531ec60b595e54bc9625d5033647cde2297b832
parent688427fb38f16dceb4c3673b4f4e5a0d818d20e8 (diff)
downloadfsf-binutils-gdb-352d36185d0074882d54cfda1670bd4b137ab072.zip
fsf-binutils-gdb-352d36185d0074882d54cfda1670bd4b137ab072.tar.gz
fsf-binutils-gdb-352d36185d0074882d54cfda1670bd4b137ab072.tar.bz2
Mon Oct 3 21:02:38 1994 Pat Rankin (rankin@eql.caltech.edu)
* config/obj-vms.h (S_IS_LOCAL): fix obsolete flagseen[] reference.
-rw-r--r--gas/config/obj-vms.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/obj-vms.h b/gas/config/obj-vms.h
index 059287c..e1d3e63 100644
--- a/gas/config/obj-vms.h
+++ b/gas/config/obj-vms.h
@@ -151,7 +151,7 @@ typedef struct nlist obj_symbol_type; /* Symbol table entry */
#define S_IS_LOCAL(s) (S_GET_NAME(s) && \
!S_IS_DEBUG(s) && \
(S_GET_NAME(s)[0] == '\001' || \
- (S_LOCAL_NAME(s) && !flagseen['L'])))
+ (S_LOCAL_NAME(s) && !flag_keep_locals)))
/* True if a symbol is not defined in this file */
#define S_IS_EXTERN(s) ((s)->sy_symbol.n_type & N_EXT)
/* True if the symbol has been generated because of a .stabd directive */