K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-07-20T03:18:28.000000Z K 7 svn:log V 637 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 END