diff options
author | Peter Schauer <Peter.Schauer@mytum.de> | 1994-09-10 08:50:10 +0000 |
---|---|---|
committer | Peter Schauer <Peter.Schauer@mytum.de> | 1994-09-10 08:50:10 +0000 |
commit | 26a859ec838aa00054f5504cbe3dc2e09771ed81 (patch) | |
tree | b8f9c559018ce1afc32d332cb4d0aa582d0682de /gdb/ChangeLog | |
parent | b35be5109247d25244c3ee581c83fd01b86e0b93 (diff) | |
download | gdb-26a859ec838aa00054f5504cbe3dc2e09771ed81.zip gdb-26a859ec838aa00054f5504cbe3dc2e09771ed81.tar.gz gdb-26a859ec838aa00054f5504cbe3dc2e09771ed81.tar.bz2 |
* corelow.c (add_solib_stub): Copy to_sections changes from
core_ops to current_target after adding the shared libraries.
* partial-stab.h (N_EXCL), dbxread.c (add_old_header_file,
find_corresponding_bincl_psymtab): Change `repeated header not seen'
error to a complaint, simplify complaint.
* procfs.c (signalname, errnoname): Make `name' const.
* symfile.c (reread_symbols): Use filename from old BFD to
reopen the objfile.
* values.c (record_latest_value): Don't record value in the
history chain until we are sure there won't be an error.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e0ea7a9..775a082 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,16 @@ +Sat Sep 10 01:43:28 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) + + * corelow.c (add_solib_stub): Copy to_sections changes from + core_ops to current_target after adding the shared libraries. + * partial-stab.h (N_EXCL), dbxread.c (add_old_header_file, + find_corresponding_bincl_psymtab): Change `repeated header not seen' + error to a complaint, simplify complaint. + * procfs.c (signalname, errnoname): Make `name' const. + * symfile.c (reread_symbols): Use filename from old BFD to + reopen the objfile. + * values.c (record_latest_value): Don't record value in the + history chain until we are sure there won't be an error. + Fri Sep 9 15:52:09 1994 J.T. Conklin (jtc@phishhead.cygnus.com) * nlm/Makefile.in: remove MMALLOC, READLINE, TERMCAP, and other |