projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
808dfd5
)
Ifdef-out debugging code, and ifdef-out code that aborts on unhandled
author
Fred Fish
<fnf@specifix.com>
Wed, 15 Apr 1992 05:32:58 +0000
(
05:32
+0000)
committer
Fred Fish
<fnf@specifix.com>
Wed, 15 Apr 1992 05:32:58 +0000
(
05:32
+0000)
sections (this was causing needless gdb aborts; gdb doesn't care about
these sections anyway).
bfd/ChangeLog
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index 4f22991ac6fcc17bbd48789c30059f774edea068..7e6ae1010dd627ee1c88e9010fcc0306fc64cdef 100644
(file)
--- 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)