* gdbarch.sh (addr_bits_remove): Change type to 'm'.
authorUlrich Weigand <uweigand@de.ibm.com>
Fri, 5 Sep 2008 11:42:32 +0000 (11:42 +0000)
committerUlrich Weigand <uweigand@de.ibm.com>
Fri, 5 Sep 2008 11:42:32 +0000 (11:42 +0000)
commit24568a2cd9b1422f582b6f9c004ebd67ffadcb90
tree85fd7da24abfd25d5412563736fe4cfa456cf195
parentf7fd47281bfa87d64a095880d752b16cd5ed4510
* gdbarch.sh (addr_bits_remove): Change type to 'm'.
(smash_text_address): Likewise.
* gdbarch.c, gdbarch.h: Regenerate.

* arch-utils.c (core_addr_identity): Add gdbarch parameter.
* arch-utils.h (core_addr_identity): Likewise.
* arm-tdep.c (arm_addr_bits_remove): Likewise.
(arm_smash_text_address): Likewise.
* hppa-tdep.c (hppa_smash_text_address): Likewise.
* m88k-tdep.c (m88k_addr_bits_remove): Likewise.
* s390-tdep.c (s390_addr_bits_remove): Likewise.

* mips-tdep.c (mips_addr_bits_remove): Add gdbarch parameter.
Use it instead of current_gdbarch.

* arm-tdep.c (arm_prologue_prev_register, arm_unwind_pc,
arm_dwarf2_prev_register): Update calls.
* m88k-tdep.c (m88k_unwind_pc): Update call.
gdb/ChangeLog
gdb/arch-utils.c
gdb/arch-utils.h
gdb/arm-tdep.c
gdb/gdbarch.c
gdb/gdbarch.h
gdb/gdbarch.sh
gdb/hppa-tdep.c
gdb/m88k-tdep.c
gdb/mips-tdep.c
gdb/s390-tdep.c
This page took 0.026527 seconds and 4 git commands to generate.