1 1.1 christos /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: 2 1.1 christos Original: 64bit-linux.xml */ 3 1.1 christos 4 1.1 christos #include "common/tdesc.h" 5 1.1 christos 6 1.1 christos static int 7 1.1 christos create_feature_i386_64bit_linux (struct target_desc *result, long regnum) 8 1.1 christos { 9 1.1 christos struct tdesc_feature *feature; 10 1.1 christos 11 1.1 christos feature = tdesc_create_feature (result, "org.gnu.gdb.i386.linux"); 12 1.1 christos regnum = 57; 13 1.1 christos tdesc_create_reg (feature, "orig_rax", regnum++, 1, NULL, 64, "int"); 14 1.1 christos return regnum; 15 1.1 christos } 16