diff options
author | Nick Clifton <nickc@redhat.com> | 2001-11-15 21:29:00 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-11-15 21:29:00 +0000 |
commit | 94f592af1baedbbe3957436c713fd58c02d55ef9 (patch) | |
tree | e0e9b543686a52f86aa0ab7d287cf60541e69b49 /gas/config/tc-m32r.h | |
parent | ad10f812bfdac2cc9e42875246c8fe0ae5224440 (diff) | |
download | gdb-94f592af1baedbbe3957436c713fd58c02d55ef9.zip gdb-94f592af1baedbbe3957436c713fd58c02d55ef9.tar.gz gdb-94f592af1baedbbe3957436c713fd58c02d55ef9.tar.bz2 |
Update all uses of md_apply_fix to use md_apply_fix3. Make it a void function.
Diffstat (limited to 'gas/config/tc-m32r.h')
-rw-r--r-- | gas/config/tc-m32r.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gas/config/tc-m32r.h b/gas/config/tc-m32r.h index 2eaee0e..34fda57 100644 --- a/gas/config/tc-m32r.h +++ b/gas/config/tc-m32r.h @@ -68,7 +68,6 @@ extern void m32r_handle_align PARAMS ((fragS *)); #define MAX_MEM_FOR_RS_ALIGN_CODE (1 + 2 + 4) -#define MD_APPLY_FIX3 #define md_apply_fix3 gas_cgen_md_apply_fix3 #define obj_fix_adjustable(fixP) m32r_fix_adjustable(fixP) @@ -77,8 +76,6 @@ extern void m32r_handle_align PARAMS ((fragS *)); HI16 relocs and queue them up for later sorting. */ #define md_cgen_record_fixup_exp m32r_cgen_record_fixup_exp -#define TC_HANDLES_FX_DONE - #define tc_gen_reloc gas_cgen_tc_gen_reloc #define tc_frob_file() m32r_frob_file () |