diff options
Diffstat (limited to 'gas/config/tc-m68hc11.h')
-rw-r--r-- | gas/config/tc-m68hc11.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gas/config/tc-m68hc11.h b/gas/config/tc-m68hc11.h index a1a42b8..70d7d9e 100644 --- a/gas/config/tc-m68hc11.h +++ b/gas/config/tc-m68hc11.h @@ -101,9 +101,6 @@ extern int tc_m68hc11_force_relocation (struct fix *); extern int tc_m68hc11_fix_adjustable (struct fix *); #define md_operand(x) -#define tc_frob_label(sym) do {\ - S_SET_VALUE (sym, (valueT) frag_now_fix ()); \ -} while (0) #define elf_tc_final_processing m68hc11_elf_final_processing extern void m68hc11_elf_final_processing (void); |