Commit | Line | Data |
---|---|---|
506fe5f4 YQ |
1 | /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro: |
2 | Original: tic6x-c6xp.xml */ | |
3 | ||
268a13a5 | 4 | #include "gdbsupport/tdesc.h" |
506fe5f4 YQ |
5 | |
6 | static int | |
7 | create_feature_tic6x_c6xp (struct target_desc *result, long regnum) | |
8 | { | |
9 | struct tdesc_feature *feature; | |
10 | ||
3b74854b | 11 | feature = tdesc_create_feature (result, "org.gnu.gdb.tic6x.c6xp"); |
506fe5f4 YQ |
12 | tdesc_create_reg (feature, "TSR", regnum++, 1, NULL, 32, "uint32"); |
13 | tdesc_create_reg (feature, "ILC", regnum++, 1, NULL, 32, "uint32"); | |
14 | tdesc_create_reg (feature, "RILC", regnum++, 1, NULL, 32, "uint32"); | |
15 | return regnum; | |
16 | } |