aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1994-04-26 22:06:13 +0000
committerJeff Law <law@redhat.com>1994-04-26 22:06:13 +0000
commit6c101bcf78a810f6dd1c25722e45cbb3627a92cb (patch)
tree2a7859c65222458bfd1f8859936335d4a1eb461a /bfd
parent89c274863526e28024e266bde95797f98b130194 (diff)
downloadfsf-binutils-gdb-6c101bcf78a810f6dd1c25722e45cbb3627a92cb.zip
fsf-binutils-gdb-6c101bcf78a810f6dd1c25722e45cbb3627a92cb.tar.gz
fsf-binutils-gdb-6c101bcf78a810f6dd1c25722e45cbb3627a92cb.tar.bz2
* elf32-hppa.c (hppa_elf_reloc): Adjust the addend of relocations
against section symbols to avoid losing during ld -r.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 18ed3ff..aa2ac63 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,22 @@
+Tue Apr 26 15:04:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
+
+ * elf32-hppa.c (hppa_elf_reloc): Adjust the addend of relocations
+ against section symbols to avoid losing during ld -r.
+
+Tue Apr 26 12:16:41 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
+
+ * elfcode.h (shstrtab_length_fixed): Remove useless static
+ variable.
+ (struct elf_sect_data): Remove unused structure.
+ (elf_object_p): Free memory if error occurs. Check return value
+ of bfd_default_set_arch_mach. If elf_get_str_section fails,
+ preserve error code rather than setting wrong_format.
+ (null_shdr): Remove static variable.
+ (assign_section_numbers): Remove shstrtab_length_fixed assignment.
+ Allocate first section header on BFD obstack rather than using
+ null_shdr.
+ (bfd_prpsinfo): Remove unused local variable newsect.
+
Mon Apr 25 15:31:04 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
* elfcode.h (write_relocs): Undo patch of Apr 10; breaks Solaris.