Mon Oct 3 21:02:38 1994 Pat Rankin (rankin@eql.caltech.edu)
authorKen Raeburn <raeburn@cygnus>
Fri, 7 Oct 1994 22:00:01 +0000 (22:00 +0000)
committerKen Raeburn <raeburn@cygnus>
Fri, 7 Oct 1994 22:00:01 +0000 (22:00 +0000)
* config/obj-vms.h (S_IS_LOCAL): fix obsolete flagseen[] reference.

gas/config/obj-vms.h

index 059287cb32e825a7bc00a6a99d844e24a7fe305e..e1d3e63737a54778bcef374e42915ff393e0f20f 100644 (file)
@@ -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 */