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/partial-stab.h | |
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/partial-stab.h')
-rw-r--r-- | gdb/partial-stab.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/partial-stab.h b/gdb/partial-stab.h index d66c505..1d2d3a2 100644 --- a/gdb/partial-stab.h +++ b/gdb/partial-stab.h @@ -634,9 +634,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #endif } } - else - error ("Invalid symbol data: \"repeated\" header file not previously seen, at symtab pos %d.", - symnum); } #endif /* DBXREAD_ONLY */ continue; |