OSDN Git Service

* config/tc-s390.c (elf_suffix_type): Add suffix enums for gotoff,
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Mon, 20 Jan 2003 11:48:32 +0000 (11:48 +0000)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Mon, 20 Jan 2003 11:48:32 +0000 (11:48 +0000)
commit187c62d7c2ba322b1e084111c615a91f84f054f9
treea4015a3fd5e61ddbd5b41ec2bb9a5126262a0bdf
parentf77271f71f54a0ad4f21dad018f5707a9403f036
* config/tc-s390.c (elf_suffix_type): Add suffix enums for gotoff,
gotplt and pltoff relocations.
(s390_elf_suffix): Add suffix strings for gotoff, gotplt and pltoff.
(s390_elf_cons): Map new lenght/elf suffix combinations for gotoff,
gotplt and pltoff to bfd relocations.
(md_gather_operands): Map new instruction operand/elf suffix
combinations to bfd relocations.
(tc_s390_fix_adjustable): Add new gotoff, gotplt and pltoff relocations
to the list of unadjustable relocations.
(tc_s390_force_relocation): Always emit relocations for gotoff, gotplt
and pltoff relocations.
(md_apply_fix3): Add the new relocations.
gas/ChangeLog
gas/config/tc-s390.c