Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH] Export fill_fpxregset
@ 2002-01-09 14:33 Michael Snyder
  2002-01-09 15:02 ` Daniel Jacobowitz
  2002-01-09 16:04 ` Elena Zannoni
  0 siblings, 2 replies; 6+ messages in thread
From: Michael Snyder @ 2002-01-09 14:33 UTC (permalink / raw)
  To: gdb-patches; +Cc: drow

2002-01-09  Michael Snyder  <msnyder@redhat.com>

	* i386-linux-nat.c (fill_fpxregset): Make global.
	(store_fpxregset): Ditto.

Index: i386-linux-nat.c
===================================================================
RCS file: /cvs/src/src/gdb/i386-linux-nat.c,v
retrieving revision 1.33
diff -c -3 -p -r1.33 i386-linux-nat.c
*** i386-linux-nat.c	2001/12/27 19:52:31	1.33
--- i386-linux-nat.c	2002/01/09 22:25:44
***************
*** 1,5 ****
  /* Native-dependent code for Linux/x86.
!    Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
  
     This file is part of GDB.
  
--- 1,5 ----
  /* Native-dependent code for Linux/x86.
!    Copyright 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
  
     This file is part of GDB.
  
*************** static void store_fpregs (int tid, int r
*** 452,458 ****
  /* Fill GDB's register array with the floating-point and SSE register
     values in *FPXREGSETP.  */
  
! static void
  supply_fpxregset (elf_fpxregset_t *fpxregsetp)
  {
    i387_supply_fxsave ((char *) fpxregsetp);
--- 452,458 ----
  /* Fill GDB's register array with the floating-point and SSE register
     values in *FPXREGSETP.  */
  
! void
  supply_fpxregset (elf_fpxregset_t *fpxregsetp)
  {
    i387_supply_fxsave ((char *) fpxregsetp);
*************** supply_fpxregset (elf_fpxregset_t *fpxre
*** 462,468 ****
     *FPXREGSETP with the value in GDB's register array.  If REGNO is
     -1, do this for all registers.  */
  
! static void
  fill_fpxregset (elf_fpxregset_t *fpxregsetp, int regno)
  {
    i387_fill_fxsave ((char *) fpxregsetp, regno);
--- 462,468 ----
     *FPXREGSETP with the value in GDB's register array.  If REGNO is
     -1, do this for all registers.  */
  
! void
  fill_fpxregset (elf_fpxregset_t *fpxregsetp, int regno)
  {
    i387_fill_fxsave ((char *) fpxregsetp, regno);


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2002-01-10 20:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-09 14:33 [PATCH] Export fill_fpxregset Michael Snyder
2002-01-09 15:02 ` Daniel Jacobowitz
2002-01-09 16:04 ` Elena Zannoni
2002-01-10 11:52   ` Michael Snyder
2002-01-10 11:56     ` Daniel Jacobowitz
2002-01-10 12:14       ` Kevin Buettner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox