home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.gdb.bug
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!cs.wisc.edu!larus
- From: larus@cs.wisc.edu (James Larus)
- Subject: Bug in gdb (version 4.6) on DECstation
- Message-ID: <9207211849.AA13179@primost.cs.wisc.edu>
- Sender: gnulists@ai.mit.edu
- Reply-To: larus@cs.wisc.edu
- Organization: GNUs Not Usenet
- Distribution: gnu
- Date: Tue, 21 Jul 1992 18:49:51 GMT
- Approved: bug-gdb@prep.ai.mit.edu
- Lines: 31
-
- The following patch fixes a problem in gdb (4.6) on a DECstation
- (MIPS) that causes it to crash. I can supply an executable that
- provokes this bug if necessary.
-
- /Jim
-
- James Larus
- Computer Sciences Department
- 1210 West Dayton Street
- University of Wisconsin
- Madison, WI 53706
- larus@cs.wisc.edu
- 608-262-9519
-
-
-
-
- *** mipsread.c Tue Jul 21 13:03:55 1992
- --- mipsread.c~ Mon Jul 6 12:10:58 1992
- ***************
- *** 2993,3000 ****
-
- /* But what symtab does it live in ? */
- st = find_pc_symtab(SYMBOL_VALUE(s));
- - if (st == 0)
- - return; /* JL */
-
- /*
- * Ok, there goes the fix: turn it into a procedure, with all the
- --- 2993,2998 ----
-
-