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


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

From: cagney@sources.redhat.com
To: gdb-gnats@sources.redhat.com
Cc:  
Subject: gdb/251
Date: 9 Apr 2002 22:14:40 -0000

 CVSROOT:	/cvs/src
 Module name:	src
 Changes by:	cagney@sources.redhat.com	2002-04-09 15:14:40
 
 Modified files:
 	gdb            : ChangeLog frame.c parse.c parser-defs.h 
 
 Log message:
 	* frame.c (read_relative_register_raw_bytes_for_frame): Do not
 	override FP_REGNUM with frame->fp.  Update copyright.
 	* parse.c (num_std_regs, std_regs): Delete.
 	(target_map_name_to_register): Do not search std_regs.  Update
 	function description.
 	* parser-defs.h (num_std_regs, std_regs, struct std_regs): Delete
 	declarations.  Update copyright.
 	Fix PR gdb/251.
 
 Patches:
 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.2405&r2=1.2406
 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/frame.c.diff?cvsroot=src&r1=1.4&r2=1.5
 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/parse.c.diff?cvsroot=src&r1=1.21&r2=1.22
 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/parser-defs.h.diff?cvsroot=src&r1=1.6&r2=1.7
 


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