mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
Declare tdesc_x32_linux/tdesc_x32_avx_linux
* amd64-linux-tdep.h (tdesc_x32_linux): New. (tdesc_x32_avx_linux): Likewise.
This commit is contained in:
parent
c1668e4eee
commit
f24afd6d9f
@ -1,3 +1,8 @@
|
||||
2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* amd64-linux-tdep.h (tdesc_x32_linux): New.
|
||||
(tdesc_x32_avx_linux): Likewise.
|
||||
|
||||
2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||
|
||||
Implement multi-component --with-auto-load-dir.
|
||||
|
@ -34,6 +34,8 @@
|
||||
/* Linux target description. */
|
||||
extern struct target_desc *tdesc_amd64_linux;
|
||||
extern struct target_desc *tdesc_amd64_avx_linux;
|
||||
extern struct target_desc *tdesc_x32_linux;
|
||||
extern struct target_desc *tdesc_x32_avx_linux;
|
||||
|
||||
/* Enum that defines the syscall identifiers for amd64 linux.
|
||||
Used for process record/replay, these will be translated into
|
||||
|
Loading…
Reference in New Issue
Block a user