aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1991-12-18 03:51:33 +0000
committerFred Fish <fnf@specifix.com>1991-12-18 03:51:33 +0000
commite83f3040315030236d9161d3215f8144f1df47e1 (patch)
treea8af106727f522e7da0e3a15ec71c57848f7b8c0 /bfd/ChangeLog
parentdb2de419d45b0eb4e6c6c41e90e9d1edce6f079d (diff)
downloadgdb-e83f3040315030236d9161d3215f8144f1df47e1.zip
gdb-e83f3040315030236d9161d3215f8144f1df47e1.tar.gz
gdb-e83f3040315030236d9161d3215f8144f1df47e1.tar.bz2
Enclose corename and execname inside a HAVE_PROCFS ifdef, since they
are unused when it is not defined.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index fecaf07..2a45534 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,17 @@
+Tue Dec 17 19:48:59 1991 Fred Fish (fnf at cygnus.com)
+
+ * elf.c (elf_core_file_matches_executable_p): Enclose corename
+ and execname inside HAVE_PROCFS ifdef since they are unused
+ when it is not defined.
+
+Mon Dec 16 12:00:10 1991 Fred Fish (fnf at cygnus.com)
+
+ * elf.c: Flag all sections as either code or data. We can't
+ be sure what they are anyway, since ELF doesn't fit the
+ traditional model of text+data+bss very well. Add new local
+ function elf_read() to simplify code. Record entry point in
+ the bfd structure.
+
Thu Dec 12 21:01:22 1991 John Gilmore (gnu at cygnus.com)
* hosts/h-*.h: Configure fopen using ../include/fopen-*.h