mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
* config/tc-mips.c (tc_gen_reloc): BFD_RELOC_PCREL_HI16_S and
BFD_RELOC_PCREL_LO16 are expected to be PC relative.
This commit is contained in:
parent
e4024966b2
commit
97aca1bcdf
@ -1,3 +1,8 @@
|
||||
Mon Jul 22 14:01:33 1996 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* config/tc-mips.c (tc_gen_reloc): BFD_RELOC_PCREL_HI16_S and
|
||||
BFD_RELOC_PCREL_LO16 are expected to be PC relative.
|
||||
|
||||
Mon Jul 22 12:46:55 1996 Richard Henderson <rth@tamu.edu>
|
||||
|
||||
* tc-alpha.c: Patches to track current minimum alignment to reduce
|
||||
|
@ -7671,6 +7671,8 @@ tc_gen_reloc (section, fixp)
|
||||
case BFD_RELOC_16_PCREL:
|
||||
case BFD_RELOC_32_PCREL:
|
||||
case BFD_RELOC_16_PCREL_S2:
|
||||
case BFD_RELOC_PCREL_HI16_S:
|
||||
case BFD_RELOC_PCREL_LO16:
|
||||
break;
|
||||
default:
|
||||
as_bad_where (fixp->fx_file, fixp->fx_line,
|
||||
|
Loading…
Reference in New Issue
Block a user