diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2009-01-27 07:06:36 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2009-01-27 07:06:36 +0000 |
commit | f551b6f0cec18b7c84533d3fa9c09458d05f28d4 (patch) | |
tree | 8186125294e417b84409e793646e4ba7602d9603 /bfd/ChangeLog | |
parent | 026f603876170963e15019c6b3c42da334bd4c30 (diff) | |
download | gdb-f551b6f0cec18b7c84533d3fa9c09458d05f28d4.zip gdb-f551b6f0cec18b7c84533d3fa9c09458d05f28d4.tar.gz gdb-f551b6f0cec18b7c84533d3fa9c09458d05f28d4.tar.bz2 |
* elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_16_DTPREL>
<R_CRIS_32_DTPREL>: Correct relocation value.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 9961869..41cee38 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,8 @@ 2009-01-27 Hans-Peter Nilsson <hp@axis.com> + * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_16_DTPREL> + <R_CRIS_32_DTPREL>: Correct relocation value. + * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_8> <R_CRIS_16, R_CRIS_32>: Don't call BFD_ASSERT for weak undefined symbols with non-default visibility. |