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, 1 insertions, 1 deletions
diff --git a/gas/obj.h b/gas/obj.h
index 3851e67..0aebc6a 100644
--- a/gas/obj.h
+++ b/gas/obj.h
@@ -65,7 +65,7 @@ struct format_ops {
void (*generate_asm_lineno) (void);
void (*process_stab) (int, const char *, int, int, int);
int (*separate_stab_sections) (void);
- void (*init_stab_section) (segT);
+ void (*init_stab_section) (segT, segT);
int (*sec_sym_ok_for_reloc) (asection *);
void (*pop_insert) (void);
/* For configurations using ECOFF_DEBUGGING, this callback is used. */