From: Alan Modra Date: Thu, 26 Mar 2009 02:41:12 +0000 (+0000) Subject: PR 10005 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0cc9e1d3850f3318a73d5258d018d3a7886afd31;p=binutils-gdb.git PR 10005 * config/tc-i386.c (reloc): Don't abort on lack of required reloc type. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 13794000c41..9f1608004b3 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2009-03-26 Alan Modra + + PR 10005 + * config/tc-i386.c (reloc): Don't abort on lack of required + reloc type. + 2009-03-25 H.J. Lu * config/tc-i386.c (parse_insn): Use default_arch on unsupported diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c index 91836ea9096..ed4ab9371ef 100644 --- a/gas/config/tc-i386.c +++ b/gas/config/tc-i386.c @@ -2433,8 +2433,7 @@ reloc (unsigned int size, sign > 0 ? "signed" : "unsigned", size); } - abort (); - return BFD_RELOC_NONE; + return NO_RELOC; } /* Here we decide which fixups can be adjusted to make them relative to