mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 14:39:09 +08:00
* m68klinux-tdep.c (m68k_linux_init_abi): Register
linux_get_siginfo_type.
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
2012-03-08 Andreas Schwab <schwab@linux-m68k.org>
|
2012-03-08 Andreas Schwab <schwab@linux-m68k.org>
|
||||||
|
|
||||||
|
* m68klinux-tdep.c (m68k_linux_init_abi): Register
|
||||||
|
linux_get_siginfo_type.
|
||||||
|
|
||||||
* m68klinux-nat.c: Include "gdb_proc_service.h".
|
* m68klinux-nat.c: Include "gdb_proc_service.h".
|
||||||
(PTRACE_GET_THREAD_AREA): Define.
|
(PTRACE_GET_THREAD_AREA): Define.
|
||||||
(ps_get_thread_area): New function.
|
(ps_get_thread_area): New function.
|
||||||
|
@ -372,6 +372,8 @@ m68k_linux_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
|
|||||||
/* Enable TLS support. */
|
/* Enable TLS support. */
|
||||||
set_gdbarch_fetch_tls_load_module_address (gdbarch,
|
set_gdbarch_fetch_tls_load_module_address (gdbarch,
|
||||||
svr4_fetch_objfile_link_map);
|
svr4_fetch_objfile_link_map);
|
||||||
|
|
||||||
|
set_gdbarch_get_siginfo_type (gdbarch, linux_get_siginfo_type);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Provide a prototype to silence -Wmissing-prototypes. */
|
/* Provide a prototype to silence -Wmissing-prototypes. */
|
||||||
|
Reference in New Issue
Block a user