[gnu.gdb.bug] bugfix for gdb and gdb+ for Sun3 using SunOS4

seg@UUNET.UU.NET (Scott Garfinkle) (01/31/89)

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 ----