mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 03:24:41 +08:00
2003-05-07 Andrew Cagney <cagney@redhat.com>
* ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch" and "regcache" parameters. * avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
This commit is contained in:
parent
9f11468faf
commit
1750fa042b
@ -1,3 +1,9 @@
|
||||
2003-05-07 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
* ia64-tdep.c (ia64_remote_translate_xfer_address): Add "gdbarch"
|
||||
and "regcache" parameters.
|
||||
* avr-tdep.c (avr_remote_translate_xfer_address): Ditto.
|
||||
|
||||
2003-05-07 Jeff Johnston <jjohnstn@redhat.com>
|
||||
|
||||
* dwarf2read.c (dwarf_decode_lines): Only use output of
|
||||
|
@ -396,7 +396,9 @@ avr_read_fp (void)
|
||||
pointer? */
|
||||
|
||||
static void
|
||||
avr_remote_translate_xfer_address (CORE_ADDR memaddr, int nr_bytes,
|
||||
avr_remote_translate_xfer_address (struct gdbarch *gdbarch,
|
||||
struct regcache *regcache,
|
||||
CORE_ADDR memaddr, int nr_bytes,
|
||||
CORE_ADDR *targ_addr, int *targ_len)
|
||||
{
|
||||
long out_addr;
|
||||
|
@ -2033,7 +2033,9 @@ ia64_pop_frame_regular (struct frame_info *frame)
|
||||
}
|
||||
|
||||
static void
|
||||
ia64_remote_translate_xfer_address (CORE_ADDR memaddr, int nr_bytes,
|
||||
ia64_remote_translate_xfer_address (struct gdbarch *gdbarch,
|
||||
struct regcache *regcache,
|
||||
CORE_ADDR memaddr, int nr_bytes,
|
||||
CORE_ADDR *targ_addr, int *targ_len)
|
||||
{
|
||||
*targ_addr = memaddr;
|
||||
|
Loading…
Reference in New Issue
Block a user