This is the mail archive of the gdb-prs@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdb/480


The following reply was made to PR gdb/480; it has been noted by GNATS.

From: cagney@sources.redhat.com
To: gdb-gnats@sources.redhat.com
Cc:  
Subject: gdb/480
Date: 17 Sep 2002 23:26:02 -0000

 CVSROOT:	/cvs/src
 Module name:	src
 Changes by:	cagney@sources.redhat.com	2002-09-17 16:26:02
 
 Modified files:
 	gdb            : ChangeLog NEWS mips-linux-nat.c 
 	                 mips-linux-tdep.c mips-tdep.c mipsnbsd-tdep.c 
 	gdb/config/mips: tm-irix6.h tm-mips.h 
 
 Log message:
 	2002-09-17  Andrew Cagney  <ac131313@redhat.com>
 	
 	* NEWS: Mention that MIPS $fp behavior changed.
 	* mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register): Delete
 	reference to FP_REGNUM.
 	(mipsnbsd_cannot_store_register): Ditto.
 	* mips-linux-nat.c: Update copyright.
 	(mips_linux_cannot_fetch_register): Delete reference to FP_REGNUM.
 	(mips_linux_cannot_store_register): Ditto.
 	* mips-linux-tdep.c (supply_gregset): Ditto.  Update copyright.
 	* config/mips/tm-mips.h: Update copyright.
 	(FP_REGNUM): Delete macro.
 	(MIPS_REGISTER_NAMES): Replace "fp" with "".
 	* config/mips/tm-irix6.h (FP_REGNUM): Delete macro.
 	* mips-tdep.c (mips_gdbarch_init): Set read_fp to mips_read_sp.
 	(mips_r3041_reg_names, mips_r3051_reg_names)
 	(mips_r3081_reg_names): Replace "fp" with "".
 	Fix PR gdb/480.
 
 Patches:
 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.3230&r2=1.3231
 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/NEWS.diff?cvsroot=src&r1=1.91&r2=1.92
 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/mips-linux-nat.c.diff?cvsroot=src&r1=1.2&r2=1.3
 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/mips-linux-tdep.c.diff?cvsroot=src&r1=1.4&r2=1.5
 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/mips-tdep.c.diff?cvsroot=src&r1=1.124&r2=1.125
 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/mipsnbsd-tdep.c.diff?cvsroot=src&r1=1.2&r2=1.3
 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/config/mips/tm-irix6.h.diff?cvsroot=src&r1=1.5&r2=1.6
 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/config/mips/tm-mips.h.diff?cvsroot=src&r1=1.43&r2=1.44
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]