aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1992-04-15 05:32:58 +0000
committerFred Fish <fnf@specifix.com>1992-04-15 05:32:58 +0000
commite4b9dd935bd566dc1f46ee4c1a6f3c31755318d5 (patch)
tree1347af964384725cc9acd5720d2c779d9411bf8d /bfd
parent808dfd5aab6e881297e6b618b05c9182274f5e3f (diff)
downloadgdb-e4b9dd935bd566dc1f46ee4c1a6f3c31755318d5.zip
gdb-e4b9dd935bd566dc1f46ee4c1a6f3c31755318d5.tar.gz
gdb-e4b9dd935bd566dc1f46ee4c1a6f3c31755318d5.tar.bz2
Ifdef-out debugging code, and ifdef-out code that aborts on unhandled
sections (this was causing needless gdb aborts; gdb doesn't care about these sections anyway).
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 4f22991..7e6ae10 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -5,6 +5,8 @@ Tue Apr 14 14:34:42 1992 Fred Fish (fnf@cygnus.com)
* elf.c (elf_compute_section_file_positions,
elf_write_object_contents): Return boolean, not NULL (which
can be void *).
+ * elf.c (bfd_section_from_shdr): Ifdef-out debugging code.
+ Also ifdef-out code that aborts on unhandled section types.
Fri Apr 10 22:29:18 1992 Fred Fish (fnf@cygnus.com)