xref: /netbsd-src/external/gpl3/gdb.old/dist/gdb/features/or1k-linux.c (revision 6881a4007f077b54e5f51159c52b9b25f57deb0d)
1*6881a400Schristos /* THIS FILE IS GENERATED.  -*- buffer-read-only: t -*- vi:set ro:
2*6881a400Schristos   Original: or1k-linux.xml */
3*6881a400Schristos 
4*6881a400Schristos #include "defs.h"
5*6881a400Schristos #include "osabi.h"
6*6881a400Schristos #include "target-descriptions.h"
7*6881a400Schristos 
8*6881a400Schristos const struct target_desc *tdesc_or1k_linux;
9*6881a400Schristos static void
10*6881a400Schristos initialize_tdesc_or1k_linux (void)
11*6881a400Schristos {
12*6881a400Schristos   target_desc_up result = allocate_target_description ();
13*6881a400Schristos   set_tdesc_architecture (result.get (), bfd_scan_arch ("or1k"));
14*6881a400Schristos 
15*6881a400Schristos   set_tdesc_osabi (result.get (), osabi_from_tdesc_string ("GNU/Linux"));
16*6881a400Schristos 
17*6881a400Schristos   struct tdesc_feature *feature;
18*6881a400Schristos 
19*6881a400Schristos   feature = tdesc_create_feature (result.get (), "org.gnu.gdb.or1k.group0");
20*6881a400Schristos   tdesc_type_with_fields *type_with_fields;
21*6881a400Schristos   type_with_fields = tdesc_create_flags (feature, "sr_flags", 4);
22*6881a400Schristos   tdesc_add_flag (type_with_fields, 0, "SM");
23*6881a400Schristos   tdesc_add_flag (type_with_fields, 1, "TEE");
24*6881a400Schristos   tdesc_add_flag (type_with_fields, 2, "IEE");
25*6881a400Schristos   tdesc_add_flag (type_with_fields, 3, "DCE");
26*6881a400Schristos   tdesc_add_flag (type_with_fields, 4, "ICE");
27*6881a400Schristos   tdesc_add_flag (type_with_fields, 5, "DME");
28*6881a400Schristos   tdesc_add_flag (type_with_fields, 6, "IME");
29*6881a400Schristos   tdesc_add_flag (type_with_fields, 7, "LEE");
30*6881a400Schristos   tdesc_add_flag (type_with_fields, 8, "CE");
31*6881a400Schristos   tdesc_add_flag (type_with_fields, 9, "F");
32*6881a400Schristos   tdesc_add_flag (type_with_fields, 10, "CY");
33*6881a400Schristos   tdesc_add_flag (type_with_fields, 11, "OV");
34*6881a400Schristos   tdesc_add_flag (type_with_fields, 12, "OVE");
35*6881a400Schristos   tdesc_add_flag (type_with_fields, 13, "DSX");
36*6881a400Schristos   tdesc_add_flag (type_with_fields, 14, "EPH");
37*6881a400Schristos   tdesc_add_flag (type_with_fields, 15, "FO");
38*6881a400Schristos   tdesc_add_flag (type_with_fields, 16, "SUMRA");
39*6881a400Schristos   tdesc_add_bitfield (type_with_fields, "CID", 28, 31);
40*6881a400Schristos 
41*6881a400Schristos   tdesc_create_reg (feature, "r0", 0, 1, NULL, 32, "int");
42*6881a400Schristos   tdesc_create_reg (feature, "r1", 1, 1, NULL, 32, "data_ptr");
43*6881a400Schristos   tdesc_create_reg (feature, "r2", 2, 1, NULL, 32, "data_ptr");
44*6881a400Schristos   tdesc_create_reg (feature, "r3", 3, 1, NULL, 32, "int");
45*6881a400Schristos   tdesc_create_reg (feature, "r4", 4, 1, NULL, 32, "int");
46*6881a400Schristos   tdesc_create_reg (feature, "r5", 5, 1, NULL, 32, "int");
47*6881a400Schristos   tdesc_create_reg (feature, "r6", 6, 1, NULL, 32, "int");
48*6881a400Schristos   tdesc_create_reg (feature, "r7", 7, 1, NULL, 32, "int");
49*6881a400Schristos   tdesc_create_reg (feature, "r8", 8, 1, NULL, 32, "int");
50*6881a400Schristos   tdesc_create_reg (feature, "r9", 9, 1, NULL, 32, "code_ptr");
51*6881a400Schristos   tdesc_create_reg (feature, "r10", 10, 1, NULL, 32, "int");
52*6881a400Schristos   tdesc_create_reg (feature, "r11", 11, 1, NULL, 32, "int");
53*6881a400Schristos   tdesc_create_reg (feature, "r12", 12, 1, NULL, 32, "int");
54*6881a400Schristos   tdesc_create_reg (feature, "r13", 13, 1, NULL, 32, "int");
55*6881a400Schristos   tdesc_create_reg (feature, "r14", 14, 1, NULL, 32, "int");
56*6881a400Schristos   tdesc_create_reg (feature, "r15", 15, 1, NULL, 32, "int");
57*6881a400Schristos   tdesc_create_reg (feature, "r16", 16, 1, NULL, 32, "int");
58*6881a400Schristos   tdesc_create_reg (feature, "r17", 17, 1, NULL, 32, "int");
59*6881a400Schristos   tdesc_create_reg (feature, "r18", 18, 1, NULL, 32, "int");
60*6881a400Schristos   tdesc_create_reg (feature, "r19", 19, 1, NULL, 32, "int");
61*6881a400Schristos   tdesc_create_reg (feature, "r20", 20, 1, NULL, 32, "int");
62*6881a400Schristos   tdesc_create_reg (feature, "r21", 21, 1, NULL, 32, "int");
63*6881a400Schristos   tdesc_create_reg (feature, "r22", 22, 1, NULL, 32, "int");
64*6881a400Schristos   tdesc_create_reg (feature, "r23", 23, 1, NULL, 32, "int");
65*6881a400Schristos   tdesc_create_reg (feature, "r24", 24, 1, NULL, 32, "int");
66*6881a400Schristos   tdesc_create_reg (feature, "r25", 25, 1, NULL, 32, "int");
67*6881a400Schristos   tdesc_create_reg (feature, "r26", 26, 1, NULL, 32, "int");
68*6881a400Schristos   tdesc_create_reg (feature, "r27", 27, 1, NULL, 32, "int");
69*6881a400Schristos   tdesc_create_reg (feature, "r28", 28, 1, NULL, 32, "int");
70*6881a400Schristos   tdesc_create_reg (feature, "r29", 29, 1, NULL, 32, "int");
71*6881a400Schristos   tdesc_create_reg (feature, "r30", 30, 1, NULL, 32, "int");
72*6881a400Schristos   tdesc_create_reg (feature, "r31", 31, 1, NULL, 32, "int");
73*6881a400Schristos   tdesc_create_reg (feature, "ppc", 32, 1, NULL, 32, "code_ptr");
74*6881a400Schristos   tdesc_create_reg (feature, "npc", 33, 1, NULL, 32, "code_ptr");
75*6881a400Schristos   tdesc_create_reg (feature, "sr", 34, 1, NULL, 32, "sr_flags");
76*6881a400Schristos 
77*6881a400Schristos   tdesc_or1k_linux = result.release ();
78*6881a400Schristos }
79