diff options
Diffstat (limited to 'gas/config/tc-sh.h')
-rw-r--r-- | gas/config/tc-sh.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/tc-sh.h b/gas/config/tc-sh.h index c0adaa1..69b82b2 100644 --- a/gas/config/tc-sh.h +++ b/gas/config/tc-sh.h @@ -103,8 +103,8 @@ struct sh_segment_info_type /* We call a routine to emit a reloc for a label, so that the linker can align loads and stores without crossing a label. */ -extern void sh_frob_label (void); -#define tc_frob_label(sym) sh_frob_label () +extern void sh_frob_label (symbolS *); +#define tc_frob_label(sym) sh_frob_label (sym) /* We call a routine to flush pending output in order to output a DATA reloc when required. */ |