Date: Tue, 22 Aug 2000 09:16:17 -0700 (PDT) From: "David E. O'Brien" <obrien@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gdb.291/gdb dbxread.c Message-ID: <200008221616.JAA18701@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
obrien 2000/08/22 09:16:17 PDT
Modified files:
contrib/gdb.291/gdb dbxread.c
Log:
GDB on the Alpha has a problem most likey due to being out of sync with the
matching Binutils version (in this case GDB 5.0 matches Binutils 2.10.0).
Andrew Gallatin has found GCC 2.95.2 + Binutils 2.10.0 puts include file names
in the symbol table. This apparently causes two problems: The first being that
that init_header_files() is never called, this causes an immediate SEGV in
add_this_object_header_file(). The second being that end_symtab() is being
called twice, and this is corrupting gdb's memory somehow.
Submitted by: gallatin
Revision Changes Path
1.3 +12 -0 src/contrib/gdb.291/gdb/dbxread.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200008221616.JAA18701>
