From: Geoffrey Noer Date: Tue, 25 Mar 1997 03:47:14 +0000 (+0000) Subject: Mon Mar 24 19:43:16 1997 Geoffrey Noer X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2f472f924c965d00b60eb1c64d031dabb46f18e5;p=binutils-gdb.git Mon Mar 24 19:43:16 1997 Geoffrey Noer * 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). --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e25c25d6520..e8d428ead19 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,6 +1,12 @@ +Mon Mar 24 19:43:16 1997 Geoffrey Noer + + * 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 -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.