Date: Wed, 19 Jul 2000 20:18:29 -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/gdb dbxread.c Message-ID: <200007200318.UAA54942@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
obrien 2000/07/19 20:18:29 PDT Modified files: (Branch: RELENG_4) contrib/gdb/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. This is a hack fix, but it will get us thru 4.1-RELEASE until GDB 5.0 makes it to RELENG_4. Submitted by: gallatin Revision Changes Path 1.2.2.1 +10 -0 src/contrib/gdb/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?200007200318.UAA54942>