diff options
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2003-11-13 15:56:50 +0000 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2003-11-13 15:56:50 +0000 |
commit | b5727d755eafbcbadac67832172c6aa3f311ba6d (patch) | |
tree | 3eda2090745deaf57205900bc30b3599f99c84b5 /bfd/ChangeLog | |
parent | a50d3602e04dcfd5167f89b080abcdfabf272595 (diff) | |
download | gdb-b5727d755eafbcbadac67832172c6aa3f311ba6d.zip gdb-b5727d755eafbcbadac67832172c6aa3f311ba6d.tar.gz gdb-b5727d755eafbcbadac67832172c6aa3f311ba6d.tar.bz2 |
* elf32-s390.c (elf_s390_relocate_section): Only convert R_390_32
to R_390_RELAVITE. Convert the other relocations against local
symbols to relocations against the start of the section.
* elf64-s390.c (elf_s390_relocate_section): Only convert R_390_64
to R_390_RELAVITE. Convert the other relocations against local
symbols to relocations against the start of the section.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 2fd5efe..4c5754e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +2003-11-13 Martin Schwidefsky <schwidefsky@de.ibm.com> + + * elf32-s390.c (elf_s390_relocate_section): Only convert R_390_32 + to R_390_RELAVITE. Convert the other relocations against local + symbols to relocations against the start of the section. + * elf64-s390.c (elf_s390_relocate_section): Only convert R_390_64 + to R_390_RELAVITE. Convert the other relocations against local + symbols to relocations against the start of the section. + 2003-11-11 Nick Clifton <nickc@redhat.com> * elf-m10300.c (bfd_mn10300_elf_size_dynamic_sections): Use |