diff options
Diffstat (limited to 'gas/obj.h')
-rw-r--r-- | gas/obj.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -37,6 +37,8 @@ void obj_symbol_to_chars (char **where, symbolS * symbolP); extern const pseudo_typeS obj_pseudo_table[]; +struct ecoff_extr; + struct format_ops { int flavor; unsigned dfl_leading_underscore : 1; |