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
2 changed files with 7 additions and 0 deletions
|
@ -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>
|
2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||||
|
|
||||||
Implement multi-component --with-auto-load-dir.
|
Implement multi-component --with-auto-load-dir.
|
||||||
|
|
|
@ -34,6 +34,8 @@
|
||||||
/* Linux target description. */
|
/* Linux target description. */
|
||||||
extern struct target_desc *tdesc_amd64_linux;
|
extern struct target_desc *tdesc_amd64_linux;
|
||||||
extern struct target_desc *tdesc_amd64_avx_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.
|
/* Enum that defines the syscall identifiers for amd64 linux.
|
||||||
Used for process record/replay, these will be translated into
|
Used for process record/replay, these will be translated into
|
||||||
|
|
Loading…
Reference in a new issue