diff options
Diffstat (limited to 'gas/config/obj-bout.h')
-rw-r--r-- | gas/config/obj-bout.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gas/config/obj-bout.h b/gas/config/obj-bout.h index f51b878..10a8184 100644 --- a/gas/config/obj-bout.h +++ b/gas/config/obj-bout.h @@ -197,8 +197,6 @@ struct relocation_info || (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) |