home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / gnu / gdb / bug / 888 < prev    next >
Encoding:
Text File  |  1992-07-23  |  1.1 KB  |  45 lines

  1. Newsgroups: gnu.gdb.bug
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!cs.wisc.edu!larus
  3. From: larus@cs.wisc.edu (James Larus)
  4. Subject: Bug in gdb (version 4.6) on DECstation
  5. Message-ID: <9207211849.AA13179@primost.cs.wisc.edu>
  6. Sender: gnulists@ai.mit.edu
  7. Reply-To: larus@cs.wisc.edu
  8. Organization: GNUs Not Usenet
  9. Distribution: gnu
  10. Date: Tue, 21 Jul 1992 18:49:51 GMT
  11. Approved: bug-gdb@prep.ai.mit.edu
  12. Lines: 31
  13.  
  14. The following patch fixes a problem in gdb (4.6) on a DECstation
  15. (MIPS) that causes it to crash.  I can supply an executable that
  16. provokes this bug if necessary.
  17.  
  18. /Jim
  19.  
  20. James Larus
  21. Computer Sciences Department
  22. 1210 West Dayton Street
  23. University of Wisconsin
  24. Madison, WI 53706
  25. larus@cs.wisc.edu
  26. 608-262-9519
  27.  
  28.  
  29.  
  30.  
  31. *** mipsread.c    Tue Jul 21 13:03:55 1992
  32. --- mipsread.c~    Mon Jul  6 12:10:58 1992
  33. ***************
  34. *** 2993,3000 ****
  35.   
  36.       /* But what symtab does it live in ? */
  37.       st = find_pc_symtab(SYMBOL_VALUE(s));
  38. -     if (st == 0)
  39. -       return;        /* JL */
  40.   
  41.       /*
  42.        * Ok, there goes the fix: turn it into a procedure, with all the
  43. --- 2993,2998 ----
  44.  
  45.