* config/tc-s390.c (s390_tls_suffix): New function.
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 24 Jan 2003 17:14:25 +0000 (17:14 +0000)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 24 Jan 2003 17:14:25 +0000 (17:14 +0000)
commit1971b29d35055824ee5b6fb15d2a7fe9e5753b70
treeb1d47ab0f7f56a158070d906ca079634e3909a46
parent69fc87f180bf506aef99809a5d3ae79ff3aee6a4
* config/tc-s390.c (s390_tls_suffix): New function.
(elf_suffix_type): Add suffix enums for TLS relocations.
(s390_elf_suffix): Add suffix strings for TLS relocations.
(s390_elf_cons): Map new lenght/elf suffix combinations for TLS to
bfd relocations.
(md_gather_operands): Map new instruction operand/elf suffix
combinations for TLS to bfd relocations.
(tc_s390_fix_adjustable): Add new TLS relocations.
(tc_s390_force_relocation): Likewise.
(md_apply_fix3): Likewise.
gas/ChangeLog
gas/config/tc-s390.c