diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2002-11-07 13:28:04 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2002-11-07 13:28:04 +0000 |
commit | 205cfeb0bfa7167fca219759e688f3ea636e8742 (patch) | |
tree | 6451cab2af7f50b3cf8a39777189746b57e471d9 /bfd/ChangeLog | |
parent | 1790e8ab279f483a915380e086b365e2cacdfe6f (diff) | |
download | gdb-205cfeb0bfa7167fca219759e688f3ea636e8742.zip gdb-205cfeb0bfa7167fca219759e688f3ea636e8742.tar.gz gdb-205cfeb0bfa7167fca219759e688f3ea636e8742.tar.bz2 |
* elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_16_GOT,
case R_CRIS_32_GOT>: Correct test for filling in constant .got
contents, enabling for a non-DSO, for symbols defined in the
program with --export-dynamic.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index d97edd2..941da8a 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2002-11-07 Hans-Peter Nilsson <hp@axis.com> + + * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_16_GOT, + case R_CRIS_32_GOT>: Correct test for filling in constant .got + contents, enabling for a non-DSO, for symbols defined in the + program with --export-dynamic. + 2002-11-07 Alan Modra <amodra@bigpond.net.au> * elf64-ppc.c: Comment typo fixes. |