X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gas%2Fconfig%2Ftc-ppc.h;h=3cd9bf16c788f1edf6bea028cceebe65922c83da;hb=bf7279d5358c47b90b89c4b6b5f8be9960120be2;hp=a5e69ca7b952dff019bcf6afa8ccabd1b490c45f;hpb=62ebcb5cbedf0fdc0b5faaa05e46aa43ced2aa68;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/config/tc-ppc.h b/gas/config/tc-ppc.h index a5e69ca7b9..3cd9bf16c7 100644 --- a/gas/config/tc-ppc.h +++ b/gas/config/tc-ppc.h @@ -235,6 +235,10 @@ extern int ppc_fix_adjustable (struct fix *); ppc_elf_parse_cons (EXP, NBYTES) extern bfd_reloc_code_real_type ppc_elf_parse_cons (expressionS *, unsigned int); +#define TC_CONS_FIX_CHECK(EXP, NBYTES, FIX) \ + ppc_elf_cons_fix_check (EXP, NBYTES, FIX) +extern void ppc_elf_cons_fix_check (expressionS *, unsigned int, struct fix *); + #define tc_frob_file_before_adjust ppc_frob_file_before_adjust extern void ppc_frob_file_before_adjust (void);