From: Jim Kingdon Date: Wed, 8 Sep 1993 19:03:21 +0000 (+0000) Subject: Back out this change; it doesn't work. X-Git-Tag: gdb-4_18~17496 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=78ae81361300ca1497e091d3a1e0a9f677b8be6c;p=external%2Fbinutils.git Back out this change; it doesn't work. Tue Sep 7 13:06:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com) * dbxread.c (process_one_symbol): If the value of an N_FUN for a function is zero, use minimal symbols to get the address. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 54bc3a4..4dd76a7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -2,9 +2,6 @@ Wed Sep 8 10:21:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com) * Makefile.in (mipsread.o): Depend on $(bfd_h). - * minsyms.c, symtab.h (lookup_next_minimal_symbol): New function. - * dbxread.c (process_one_symbol): Use it. - Tue Sep 7 13:06:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com) * gdbserver/Makefile.in (TAGS): config files are in @@ -24,11 +21,6 @@ Tue Sep 7 14:30:34 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) routine to match BFD name change. * config/z8k/tm-z8k.h (FIX_CALL_DUMMY): Likewise. -Tue Sep 7 13:06:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com) - - * dbxread.c (process_one_symbol): If the value of an N_FUN for a - function is zero, use minimal symbols to get the address. - Mon Sep 6 15:01:57 1993 Jeffrey Wheat (cassidy@cygnus.com) * elfread.c: change elf32_symbol_type to elf_symbol_type