mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-17 12:53:17 +08:00
2007-10-30 Markus Deuling <deuling@de.ibm.com>
* frv-linux-tdep.c (frv_linux_sigtramp_frame_cache): Use get_frame_arch to get at the current architecture by frame_info.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2007-10-30 Markus Deuling <deuling@de.ibm.com>
|
||||||
|
|
||||||
|
* frv-linux-tdep.c (frv_linux_sigtramp_frame_cache): Use get_frame_arch
|
||||||
|
to get at the current architecture by frame_info.
|
||||||
|
|
||||||
2007-10-30 Markus Deuling <deuling@de.ibm.com>
|
2007-10-30 Markus Deuling <deuling@de.ibm.com>
|
||||||
|
|
||||||
* f-lang.c (build_fortran_types): Replace current_gdbarch by gdbarch.
|
* f-lang.c (build_fortran_types): Replace current_gdbarch by gdbarch.
|
||||||
|
@ -256,7 +256,7 @@ static struct trad_frame_cache *
|
|||||||
frv_linux_sigtramp_frame_cache (struct frame_info *next_frame, void **this_cache)
|
frv_linux_sigtramp_frame_cache (struct frame_info *next_frame, void **this_cache)
|
||||||
{
|
{
|
||||||
struct trad_frame_cache *cache;
|
struct trad_frame_cache *cache;
|
||||||
struct gdbarch_tdep *tdep = gdbarch_tdep (current_gdbarch);
|
struct gdbarch_tdep *tdep = gdbarch_tdep (get_frame_arch (next_frame));
|
||||||
CORE_ADDR addr;
|
CORE_ADDR addr;
|
||||||
char buf[4];
|
char buf[4];
|
||||||
int regnum;
|
int regnum;
|
||||||
|
Reference in New Issue
Block a user