aboutsummaryrefslogtreecommitdiff
path: root/gas/obj.h
diff options
context:
space:
mode:
Diffstat (limited to 'gas/obj.h')
-rw-r--r--gas/obj.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/obj.h b/gas/obj.h
index 22b56e1..672cf3f 100644
--- a/gas/obj.h
+++ b/gas/obj.h
@@ -46,6 +46,7 @@ struct format_ops {
void (*begin) (void);
void (*end) (void);
void (*app_file) (const char *);
+ void (*assign_symbol) (symbolS *);
void (*frob_symbol) (symbolS *, int *);
void (*frob_file) (void);
void (*frob_file_before_adjust) (void);