diff options
author | Jeff Law <law@redhat.com> | 1996-02-21 06:41:25 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1996-02-21 06:41:25 +0000 |
commit | 9263da6f130b7f94d332a4eaf46bbc8c403925b7 (patch) | |
tree | 8112385c83e1ede6d5279cd7e5adeb505280ce7e | |
parent | 2e5e6879d5eb4f2eee3ca1a329422b97d13e0e7c (diff) | |
download | gdb-9263da6f130b7f94d332a4eaf46bbc8c403925b7.zip gdb-9263da6f130b7f94d332a4eaf46bbc8c403925b7.tar.gz gdb-9263da6f130b7f94d332a4eaf46bbc8c403925b7.tar.bz2 |
Commit misplaced ChangeLog entry.
-rw-r--r-- | gdb/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9d7c464..9ffad82 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -32,6 +32,20 @@ Mon Feb 19 15:25:51 1996 J.T. Conklin <jtc@rtl.cygnus.com> * config/xm-nbsd.h (CC_HAS_LONG_LONG, PRINTF_HAS_LONG_LONG): Define. +Mon Feb 19 10:32:05 1996 Jeffrey A Law (law@cygnus.com) + + * symtab.h (looup_minimal_symbol_solib_trampoline): Declare. + + * breakpoint.h (remove_solib_event_breakpoints): Declare. + * breakpoint.c (remove_solib_event_breakpoints): New function. + * somsolib.c (solib_create_inferior_hook): Remove all solib event + breakpoints before inserting any new ones. Use a solib event + breakpoint for the breakpoint at "_start". + Remove extraneous "\n" from calls to warning. + + * breakpoint.c (breakpoint_1): Add missing "sigtramp" to bptypes + name array. + Mon Feb 19 01:09:32 1996 Doug Evans <dje@cygnus.com> * dwarfread.c (add_partial_symbol): Use ADD_PSYMBOL_ADDR_TO_LIST |