OSDN Git Service

* tc-mips.c (RELAX_BRANCH_ENCODE): Remove reloc_s2 argument.
authoraoliva <aoliva>
Thu, 12 Dec 2002 04:40:06 +0000 (04:40 +0000)
committeraoliva <aoliva>
Thu, 12 Dec 2002 04:40:06 +0000 (04:40 +0000)
commit2e0e1a96c3ec48800f42626ccd0dc2b38408ab8e
treeb86f9ca932226673571680e28dec87dd8adadb19
parentf71357abfde41c72fa661eabf32f46444d1e3b51
* tc-mips.c (RELAX_BRANCH_ENCODE): Remove reloc_s2 argument.
Adjust callers.
(RELAX_BRANCH_RELOC_S2): Delete.
(append_insn): Use only BFD_RELOC_16_PCREL_S2 for branches.
Do not handle BFD_RELOC_16_PCREL.
(macro_build, mips_ip): Likewise.
(md_pcrel_from): Return 4 for undefined symbols regardless of
mips_pic.
(md_apply_fix3): Use only BFD_RELOC_16_PCREL_S2 for branches.
Don't dereference howto if no such relocation is available.
Do not apply hack for in-place zero addend in NEWABI.
(md_convert_frag): Use only BFD_RELOC_16_PCREL_S2 for branches.
gas/ChangeLog
gas/config/tc-mips.c