aboutsummaryrefslogtreecommitdiff
path: root/gas/obj.h
diff options
context:
space:
mode:
Diffstat (limited to 'gas/obj.h')
-rw-r--r--gas/obj.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/obj.h b/gas/obj.h
index e103692..6d92c36 100644
--- a/gas/obj.h
+++ b/gas/obj.h
@@ -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;