mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
16 lines
439 B
C
16 lines
439 B
C
|
/* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro:
|
||
|
Original: 64bit-linux.xml */
|
||
|
|
||
|
#include "arch/tdesc.h"
|
||
|
|
||
|
static int
|
||
|
create_feature_i386_64bit_linux (struct target_desc *result, long regnum)
|
||
|
{
|
||
|
struct tdesc_feature *feature;
|
||
|
|
||
|
feature = tdesc_create_feature (result, "org.gnu.gdb.i386.linux", "64bit-linux.xml");
|
||
|
regnum = 57;
|
||
|
tdesc_create_reg (feature, "orig_rax", regnum++, 1, NULL, 64, "int");
|
||
|
return regnum;
|
||
|
}
|