* corelow.c (add_solib_stub): Copy to_sections changes from
authorPeter Schauer <Peter.Schauer@mytum.de>
Sat, 10 Sep 1994 08:50:10 +0000 (08:50 +0000)
committerPeter Schauer <Peter.Schauer@mytum.de>
Sat, 10 Sep 1994 08:50:10 +0000 (08:50 +0000)
commit26a859ec838aa00054f5504cbe3dc2e09771ed81
treeb8f9c559018ce1afc32d332cb4d0aa582d0682de
parentb35be5109247d25244c3ee581c83fd01b86e0b93
* 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.
gdb/ChangeLog
gdb/corelow.c
gdb/dbxread.c
gdb/partial-stab.h
gdb/procfs.c
gdb/values.c