[gnu.gdb.bug] trying to submit gdb bug report

tower@WHEATIES.AI.MIT.EDU (Leonard H. Tower Jr.) (02/06/89)

Return-Path: <smsdpg!uu.net!seg@uunet.uu.net>
Date: Mon, 30 Jan 89 16:32:25 EST
From: seg@uunet.uu.net (Scott Garfinkle)
To: postmaster@prep.ai.mit.edu
Subject: trying to submit gdb bug report

Sorry about sending this to "postmaster," but I tried "bug-gdb" and
"bug-gdb+" without success.  Would you please forward this to the appropriate
person?  Thank you.

following applies to v1.28 of both gdb and gdb+.  Following is suitable as 
input to larry wall's patch using -R (reversed) option.

I think uunet is generating bogus return paths, so please address any return
correspondence to seg@smsdpg!uu.net (or, more surely, uunet!smsdpg!seg).
	-scott e. garfinkle
---------------------------------
*** ChangeLog	Mon Jan 30 10:44:40 1989
--- save/ChangeLog	Mon Jan 30 10:43:20 1989
***************
*** 1,6 ****
- Mon Jan 30 10:40:13 1989  Scott E. Garfinkle (seg at smsdpg.uu.net)
- 	* patched m-sun3.h to get fpuflags working in core.c
- 
  Sat Sep  3 12:05:36 1988  Richard Stallman  (rms at sugar-bombs.ai.mit.edu)
  
  	* Version 2.8 released.
--- 1,3 ----
*** m-sun3.h	Mon Jan 30 10:37:32 1989
--- save/m-sun3.h	Mon Jan 30 10:32:40 1989
***************
*** 204,211 ****
  /* Enable use of alternate code for Sun's format of core dump file.  */
  
  #define NEW_SUN_CORE
- #define FPU
- #define c_fpstatus c_fpu.f_fpstatus	/* for core.c, as of SunOS4.0 */
  
  /* Do implement the attach and detach commands.  */
  
--- 204,209 ----