From 447b99fa65207700dfdbb5da7a3e19cf0d69f704 Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Tue, 9 Apr 1991 07:04:22 +0000 Subject: [PATCH] * exec.c (exec_ops): Add_syms_addr is valid in our tvec. (set_section_command): New command ("section xxx yyy" -- should be renamed to "set section xxx yyy" FIXME) which sets the base address of a section of the exec file, overriding the virtual address that BFD reports. --- gdb/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8201aef4809..c915180e992 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,19 @@ +Mon Apr 8 23:57:43 1991 John Gilmore (gnu at cygint.cygnus.com) + + * dbxread.c (dbx_symfile_read): Initialize psymbol list if this + is the first symbol read, even if not mainline. + (dbx_psymtab_to_symtab): symfile might be zero, cope. + * exec.c (exec_ops): Add_syms_addr is valid in our tvec. + (set_section_command): New command ("section xxx yyy" -- should + be renamed to "set section xxx yyy" FIXME) which sets the + base address of a section of the exec file, overriding the + virtual address that BFD reports. + +Fri Apr 5 17:14:39 1991 John Gilmore (gnu at cygint.cygnus.com) + + * exec.c: Add add_syms_addr_command to exec_ops, so you can + load symbols at any address while examining an exec file. + Thu Apr 4 10:09:35 1991 John Gilmore (gnu at cygint.cygnus.com) * tm-i386v.h (FLOAT_INFO): Don't define it, since the code -- 2.30.2