aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>1997-10-31 23:53:51 +0000
committerRichard Henderson <rth@redhat.com>1997-10-31 23:53:51 +0000
commitaa9aa96fac767c2c6517915b101402aad3e3e99e (patch)
tree549482ee97f65a418b83c61e80d45cf8f23d2424
parentaa2e0460a0f84d07ae15e12f6cdcb255ae76ff1a (diff)
downloadgdb-aa9aa96fac767c2c6517915b101402aad3e3e99e.zip
gdb-aa9aa96fac767c2c6517915b101402aad3e3e99e.tar.gz
gdb-aa9aa96fac767c2c6517915b101402aad3e3e99e.tar.bz2
* elf32-sparc.c (elf32_sparc_relocate_section): Give a helpful error
message instead of merely aborting. * elf64-sparc.c (sparc64_elf_relocate_section): Likewise. * elf64-sparc.c (sparc64_elf_check_relocs): Use SEC_ALLOC to control whether we output dynamic relocs instead of SEC_DEBUGGING. (sparc64_elf_relocate_section): Likewise.
-rw-r--r--bfd/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 0ef8a09..112650a 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,13 @@
+Fri Oct 31 15:50:57 1997 Richard Henderson <rth@cygnus.com>
+
+ * elf32-sparc.c (elf32_sparc_relocate_section): Give a helpful error
+ message instead of merely aborting.
+ * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
+
+ * elf64-sparc.c (sparc64_elf_check_relocs): Use SEC_ALLOC to control
+ whether we output dynamic relocs instead of SEC_DEBUGGING.
+ (sparc64_elf_relocate_section): Likewise.
+
Fri Oct 24 11:15:58 1997 Jakub Jelinek <jj@sunsite.mff.cuni.cz>
* elf64-sparc.c (sparc64_elf_merge_private_bfd_data):