OSDN Git Service

* coff-mips.c (mips_bfd_reloc_type_lookup): Replace
authorths <ths>
Sun, 2 Dec 2001 13:14:48 +0000 (13:14 +0000)
committerths <ths>
Sun, 2 Dec 2001 13:14:48 +0000 (13:14 +0000)
commitaada77056a59817dc1d00efdf834584c7b20a8fc
tree7f3e3f1248686a5eabbc11a8d78e3ed417d57a5f
parent9c378ffa8922a19f871b9d8f86233a49c80a323b
* coff-mips.c (mips_bfd_reloc_type_lookup): Replace
BFD_RELOC_MIPS_GPREL by BFD_RELOC_GPREL16.
* pe-mips.c (mips_bfd_reloc_type_lookup): Likewise.
* elf32-mips.c (mips_reloc_map): Likewise. Replace
BFD_RELOC_MIPS_GPREL32 by BFD_RELOC_GPREL32.
* elf64-mips.c (mips_reloc_map): Likewise.
* reloc.c (BFD_RELOC_MIPS_GPREL): Remove.
(BFD_RELOC_MIPS_GPREL32): Remove.
* config/tc-mips.c (macro_build): Replace BFD_RELOC_MIPS_GPREL
by BFD_RELOC_GPREL16.
(load_address): Likewise.
(macro): Likewise.
(md_apply_fix): Likewise. Replace BFD_RELOC_MIPS_GPREL32 by
BFD_RELOC_GPREL32.
(s_gpword): Replace BFD_RELOC_MIPS_GPREL32 by BFD_RELOC_GPREL32.
(tc_gen_reloc): Replace BFD_RELOC_MIPS_GPREL by BFD_RELOC_GPREL16.
*config/tc-mips.h: Replace BFD_RELOC_MIPS_GPREL by BFD_RELOC_GPREL16.
bfd/ChangeLog
bfd/coff-mips.c
bfd/elf32-mips.c
bfd/elf64-mips.c
bfd/pe-mips.c
bfd/reloc.c
gas/ChangeLog
gas/config/tc-mips.c
gas/config/tc-mips.h