diff options
author | John Gilmore <gnu@cygnus> | 1991-04-09 07:04:22 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-04-09 07:04:22 +0000 |
commit | 447b99fa65207700dfdbb5da7a3e19cf0d69f704 (patch) | |
tree | 7f6284516a02ff66657ba1757b618f54225981eb /gdb | |
parent | de7c1ff6139ecad81cf4ada557330ae0b3c7b5a6 (diff) | |
download | gdb-447b99fa65207700dfdbb5da7a3e19cf0d69f704.zip gdb-447b99fa65207700dfdbb5da7a3e19cf0d69f704.tar.gz gdb-447b99fa65207700dfdbb5da7a3e19cf0d69f704.tar.bz2 |
* 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.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8201aef..c915180 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 |