diff options
author | Geoffrey Noer <noer@cygnus> | 1997-03-25 03:47:14 +0000 |
---|---|---|
committer | Geoffrey Noer <noer@cygnus> | 1997-03-25 03:47:14 +0000 |
commit | 2f472f924c965d00b60eb1c64d031dabb46f18e5 (patch) | |
tree | ddfd7eb361640f72ba4ca8503dac99b640f2ddcd /gdb | |
parent | 67e87a1d4f206811d233d52861f247d26657f3a1 (diff) | |
download | gdb-2f472f924c965d00b60eb1c64d031dabb46f18e5.zip gdb-2f472f924c965d00b60eb1c64d031dabb46f18e5.tar.gz gdb-2f472f924c965d00b60eb1c64d031dabb46f18e5.tar.bz2 |
Mon Mar 24 19:43:16 1997 Geoffrey Noer <noer@cygnus.com>
* symtab.c (find_pc_symtab): change to support the case
where the objfile is reordered and contains both coff and
stabs debugging info (continue on if a psymtab isn't found).
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e25c25d..e8d428e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,6 +1,12 @@ +Mon Mar 24 19:43:16 1997 Geoffrey Noer <noer@cygnus.com> + + * symtab.c (find_pc_symtab): change to support the case + where the objfile is reordered and contains both coff and + stabs debugging info (continue on if a psymtab isn't found). + Sun Mar 23 16:19:20 1997 Mark Alexander <marka@cygnus.com> -Fixes from Peter Schauer: + Fixes from Peter Schauer: * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE, REGISTER_CONVERT_FROM_TYPE): Swap words if target, not host, is big-endian and if registers are 32 bits. |