aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2009-03-24 07:57:21 +0000
committerHans-Peter Nilsson <hp@axis.com>2009-03-24 07:57:21 +0000
commit6718f446dafc31e82d1010c272ccb1310a02a1fb (patch)
treec8af3f28c3a895b222a56091376a47f9495c3ae1 /bfd/ChangeLog
parenta3224241d37815406e23b8043a3d0a3df9e00c1c (diff)
downloadgdb-6718f446dafc31e82d1010c272ccb1310a02a1fb.zip
gdb-6718f446dafc31e82d1010c272ccb1310a02a1fb.tar.gz
gdb-6718f446dafc31e82d1010c272ccb1310a02a1fb.tar.bz2
* elf32-cris.c (cris_elf_relocate_section): <case
R_CRIS_16_DTPREL, R_CRIS_32_DTPREL>: Allow use of non-local symbols for non-allocated sections. Don't check whether to generate R_CRIS_DTPMOD for non-allocated sections. (cris_elf_gc_sweep_hook) <case R_CRIS_32_DTPREL>: Don't handle relocation GC:ing if applied to non-allocated section. (cris_elf_check_relocs): Similar.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 8336ac4..ea96f89 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,13 @@
2009-03-24 Hans-Peter Nilsson <hp@axis.com>
+ * elf32-cris.c (cris_elf_relocate_section): <case
+ R_CRIS_16_DTPREL, R_CRIS_32_DTPREL>: Allow use of non-local
+ symbols for non-allocated sections. Don't check whether to
+ generate R_CRIS_DTPMOD for non-allocated sections.
+ (cris_elf_gc_sweep_hook) <case R_CRIS_32_DTPREL>: Don't
+ handle relocation GC:ing if applied to non-allocated section.
+ (cris_elf_check_relocs): Similar.
+
* elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GD>
<R_CRIS_16_GOT_GD, R_CRIS_32_GOT_GD>: Don't include the TLS size
when emitting a known TP offset in the GOT.