diff options
Diffstat (limited to 'gas/config/obj-aout.h')
-rw-r--r-- | gas/config/obj-aout.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gas/config/obj-aout.h b/gas/config/obj-aout.h index 8852cf1..842c0a6 100644 --- a/gas/config/obj-aout.h +++ b/gas/config/obj-aout.h @@ -127,8 +127,6 @@ extern void obj_aout_frob_file_before_fix (void); || (flag_strip_local_absolute \ && ! S_IS_EXTERNAL(s) \ && 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. */ #define S_IS_STABD(s) (S_GET_NAME(s) == NULL) |