diff options
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2003-11-14 09:25:00 +0000 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2003-11-14 09:25:00 +0000 |
commit | 2eaa0d4f9f42ac99d462a1fe3e6cd932280e9e09 (patch) | |
tree | 0a5c1d26d11dc80fc260697cf53cd943ddcd6dff /bfd | |
parent | ed769ec170e4366f054a4785a53740610e0870e0 (diff) | |
download | gdb-2eaa0d4f9f42ac99d462a1fe3e6cd932280e9e09.zip gdb-2eaa0d4f9f42ac99d462a1fe3e6cd932280e9e09.tar.gz gdb-2eaa0d4f9f42ac99d462a1fe3e6cd932280e9e09.tar.bz2 |
Fix typo in ChangeLog entry: s/R_390_RELAVITE/R_390_RELATIVE/.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 4c5754e..f3afdca 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,10 +1,10 @@ 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 + to R_390_RELATIVE. 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 + to R_390_RELATIVE. Convert the other relocations against local symbols to relocations against the start of the section. 2003-11-11 Nick Clifton <nickc@redhat.com> |