aboutsummaryrefslogtreecommitdiff
path: root/gas/config
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1998-01-28 19:55:40 +0000
committerIan Lance Taylor <ian@airs.com>1998-01-28 19:55:40 +0000
commitf414803c3a61091e92d6e8d2c0478a0d38c2352f (patch)
tree19217f0f62cf7c8f82aa0aa806a742eefe62d739 /gas/config
parent29df6f4b7ee6f1dda303fd96ff10350110a1412e (diff)
downloadgdb-f414803c3a61091e92d6e8d2c0478a0d38c2352f.zip
gdb-f414803c3a61091e92d6e8d2c0478a0d38c2352f.tar.gz
gdb-f414803c3a61091e92d6e8d2c0478a0d38c2352f.tar.bz2
* config/obj-aout.h (S_IS_LOCAL): Correct typo--pass argument to
S_GET_SEGMENT.
Diffstat (limited to 'gas/config')
-rw-r--r--gas/config/obj-aout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/obj-aout.h b/gas/config/obj-aout.h
index 8940a74..f3d4f38 100644
--- a/gas/config/obj-aout.h
+++ b/gas/config/obj-aout.h
@@ -109,7 +109,7 @@ extern void obj_aout_frob_file PARAMS ((void));
|| (S_LOCAL_NAME(s) && !flag_keep_locals))) \
|| (flag_strip_local_absolute \
&& ! S_IS_EXTERNAL(s) \
- && S_GET_SEGMENT == absolute_section))
+ && S_GET_SEGMENT (s) == absolute_section))
/* 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 */