PR 10005
* config/tc-i386.c (reloc): Don't abort on lack of required reloc type.
This commit is contained in:
parent
78485d59c6
commit
0cc9e1d385
@ -1,3 +1,9 @@
|
||||
2009-03-26 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
PR 10005
|
||||
* config/tc-i386.c (reloc): Don't abort on lack of required
|
||||
reloc type.
|
||||
|
||||
2009-03-25 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* config/tc-i386.c (parse_insn): Use default_arch on unsupported
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user