This is the mail archive of the gdb-patches@sourceware.cygnus.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]

Re: RFA: put COERCE_FLOAT_TO_DOUBLE under gdbarch's control


Jim Blandy wrote:
> 
> For this, I need approval from:
> 
> - David Taylor, for the changes to valops.c and value.h
> - Andrew Cagney, for the changes to gdbarch.{sh,c,h} (which you've
>   seen before), and to mips-tdep.c (you haven't seen those before).

It's fine by me.  One woopsie you've shown up though:


> Index: gdbarch.c
> ===================================================================
> RCS file: /cvs/src/src/gdb/gdbarch.c,v
> retrieving revision 1.2
> diff -c -r1.2 gdbarch.c
> *** gdbarch.c   2000/02/09 08:52:45     1.2
> --- gdbarch.c   2000/02/18 22:29:56
> ***************
> *** 47,53 ****
>   #include "frame.h"
>   #include "inferior.h"
>   #include "breakpoint.h"
> ! #include "gdb_wait.h"
>   #include "gdbcore.h"
>   #include "gdbcmd.h"
>   #include "target.h"
> --- 47,53 ----
>   #include "frame.h"
>   #include "inferior.h"
>   #include "breakpoint.h"
> ! #include "wait.h"
>   #include "gdbcore.h"
>   #include "gdbcmd.h"

I've checked in the attatched. Take care with the update before the
commit.

	Andrew
Mon Feb 21 11:17:18 2000  Andrew Cagney  <cagney@b1.cygnus.com>

	* gdbarch.sh: Include <gdb_wait.h> instead of <wait.h>.
	* gdbarch.c: Already updated by Wed Feb 9 18:59:16 2000 Andrew
 	Cagney <cagney@b1.cygnus.com>.

Index: gdbarch.sh
===================================================================
RCS file: /cvs/src/src/gdb/gdbarch.sh,v
retrieving revision 1.1.1.5
diff -p -r1.1.1.5 gdbarch.sh
*** gdbarch.sh	1999/12/14 01:05:30	1.1.1.5
--- gdbarch.sh	2000/02/21 00:18:47
*************** cat <<EOF
*** 770,776 ****
  #include "frame.h"
  #include "inferior.h"
  #include "breakpoint.h"
! #include "wait.h"
  #include "gdbcore.h"
  #include "gdbcmd.h"
  #include "target.h"
--- 770,776 ----
  #include "frame.h"
  #include "inferior.h"
  #include "breakpoint.h"
! #include "gdb_wait.h"
  #include "gdbcore.h"
  #include "gdbcmd.h"
  #include "target.h"

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