diff options
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2003-01-24 17:14:25 +0000 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2003-01-24 17:14:25 +0000 |
commit | 1971b29d35055824ee5b6fb15d2a7fe9e5753b70 (patch) | |
tree | b1d47ab0f7f56a158070d906ca079634e3909a46 /gas/ChangeLog | |
parent | 69fc87f180bf506aef99809a5d3ae79ff3aee6a4 (diff) | |
download | fsf-binutils-gdb-1971b29d35055824ee5b6fb15d2a7fe9e5753b70.zip fsf-binutils-gdb-1971b29d35055824ee5b6fb15d2a7fe9e5753b70.tar.gz fsf-binutils-gdb-1971b29d35055824ee5b6fb15d2a7fe9e5753b70.tar.bz2 |
* 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.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 0a88a52..1f05074 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,16 @@ +2003-01-24 Martin Schwidefsky <schwidefsky@de.ibm.com> + + * 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. + 2003-01-24 Alan Modra <amodra@bigpond.net.au> * as.h: Update copyright date. |