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

[PATCH] rs6000-nat.c:child_xfer_memory: Add struct mem_attrib * parameter


FYI, I committed the change below using the obvious fix rule.

	* rs6000-nat.c (child_xfer_memory):  Add missing parameter
	'struct mem_attrib *' required by 2001-01-23 change.

*** ./rs6000-nat.c.orig	Fri Feb  9 10:56:14 2001
--- ./rs6000-nat.c	Fri Feb  9 10:59:58 2001
***************
*** 390,396 ****
  
  int
  child_xfer_memory (CORE_ADDR memaddr, char *myaddr, int len,
! 		   int write, struct target_ops *target)
  {
    /* Round starting address down to 32-bit word boundary. */
    int mask = sizeof (int) - 1;
--- 390,397 ----
  
  int
  child_xfer_memory (CORE_ADDR memaddr, char *myaddr, int len,
! 		   int write, struct mem_attrib *attrib,
! 		   struct target_ops *target)
  {
    /* Round starting address down to 32-bit word boundary. */
    int mask = sizeof (int) - 1;

-- 
Peter Schauer			pes@regent.e-technik.tu-muenchen.de


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