X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gas%2Fconfig%2Ftc-ppc.h;h=f4d2f863401ef99901baa4c07684b7704cd3a5d9;hb=94f592af1baedbbe3957436c713fd58c02d55ef9;hp=a62147c85ed5ae975b33b58041acd05f5e68aeaa;hpb=ad10f812bfdac2cc9e42875246c8fe0ae5224440;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/config/tc-ppc.h b/gas/config/tc-ppc.h index a62147c85e..f4d2f86340 100644 --- a/gas/config/tc-ppc.h +++ b/gas/config/tc-ppc.h @@ -82,9 +82,6 @@ extern char *ppc_target_format PARAMS ((void)); /* We don't need to handle .word strangely. */ #define WORKING_DOT_WORD -/* We set the fx_done field appropriately in md_apply_fix. */ -#define TC_HANDLES_FX_DONE - #define MAX_MEM_FOR_RS_ALIGN_CODE 4 #define HANDLE_ALIGN(FRAGP) \ if ((FRAGP)->fr_type == rs_align_code) \ @@ -292,9 +289,6 @@ extern int ppc_elf_frob_symbol PARAMS ((symbolS *)); #define DWARF2_LINE_MIN_INSN_LENGTH 4 #endif /* OBJ_ELF */ -/* call md_apply_fix3 with segment instead of md_apply_fix */ -#define MD_APPLY_FIX3 - /* call md_pcrel_from_section, not md_pcrel_from */ #define MD_PCREL_FROM_SECTION(FIXP, SEC) md_pcrel_from_section(FIXP, SEC) extern long md_pcrel_from_section PARAMS ((struct fix *, segT));