X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Fconfig%2Ftc-xgate.c;h=488ee4c39bbbb815760120885a6f360e2fb8ea0a;hb=bd920864f3dc2cad376989a642ab774aef6b2fce;hp=afdf0dd91fa3bab860aead0a4035e9430416c204;hpb=b3adc24a0713411ab38a21dc894dd40dbc5c8f4f;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/config/tc-xgate.c b/gas/config/tc-xgate.c index afdf0dd91f..488ee4c39b 100644 --- a/gas/config/tc-xgate.c +++ b/gas/config/tc-xgate.c @@ -668,7 +668,7 @@ md_apply_fix (fixS * fixP, valueT * valP, segT seg ATTRIBUTE_UNUSED) switch (fixP->fx_r_type) { - case R_XGATE_PCREL_9: + case BFD_RELOC_XGATE_PCREL_9: if (value < -512 || value > 511) as_bad_where (fixP->fx_file, fixP->fx_line, _("Value %ld too large for 9-bit PC-relative branch."), @@ -685,7 +685,7 @@ md_apply_fix (fixS * fixP, valueT * valP, segT seg ATTRIBUTE_UNUSED) value &= mask; number_to_chars_bigendian (where, (opcode | value), 2); break; - case R_XGATE_PCREL_10: + case BFD_RELOC_XGATE_PCREL_10: if (value < -1024 || value > 1023) as_bad_where (fixP->fx_file, fixP->fx_line, _("Value %ld too large for 10-bit PC-relative branch."), @@ -1336,10 +1336,10 @@ xgate_parse_operand (struct xgate_opcode *opcode, { if (*op_constraint == '9') fix_new_exp (frag_now, where, 2, &operand.exp, TRUE, - R_XGATE_PCREL_9); + BFD_RELOC_XGATE_PCREL_9); else if (*op_constraint == 'a') fix_new_exp (frag_now, where, 2, &operand.exp, TRUE, - R_XGATE_PCREL_10); + BFD_RELOC_XGATE_PCREL_10); } else as_fatal (_("Operand `%x' not recognized in fixup8."),