aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1991-10-24 11:11:12 +0000
committerFred Fish <fnf@specifix.com>1991-10-24 11:11:12 +0000
commitbb4ff694080ce03ffc2b8003cf1548ee416a7939 (patch)
tree409e817a47b2d392ef066e36c060bd93cbb4f913 /gdb/ChangeLog
parent2f068b0dd52a9c3b6c1229ea335b0e60f0a58a6a (diff)
downloadgdb-bb4ff694080ce03ffc2b8003cf1548ee416a7939.zip
gdb-bb4ff694080ce03ffc2b8003cf1548ee416a7939.tar.gz
gdb-bb4ff694080ce03ffc2b8003cf1548ee416a7939.tar.bz2
Add dwarfread.c, dwarfread.o, elfread.c, elfread.o to source and object
file macros. Other obvious dwarf/elf tweaks.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index a97914b..5d6ade0 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
Thu Oct 24 01:32:51 1991 Fred Fish (fnf at cygnus.com)
+ * Makefile.in: Add elfread.c and dwarfread.c to SFILES_MAINDIR.
+ Add elfread.o and dwarfread.o to OBS.
+
+ * symfile.h: Add "elf" to list of supported formats in comment.
+
* c-exp.y, defs.h, symtab.h, valprint.c: Add three new builtin
types to gdb, builtin_type_long_double, builtin_type_complex, and
builtin_type_double_complex. Add and use new TARGET_SHORT_BIT,