Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(259)

Side by Side Diff: gdb/features/tic6x-c62x-linux.c

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « gdb/features/tic6x-c62x.c ('k') | gdb/features/tic6x-c64x.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* THIS FILE IS GENERATED. Original: tic6x-c62x-linux.xml */ 1 /* THIS FILE IS GENERATED. Original: tic6x-c62x-linux.xml */
2 2
3 #include "defs.h" 3 #include "defs.h"
4 #include "osabi.h" 4 #include "osabi.h"
5 #include "target-descriptions.h" 5 #include "target-descriptions.h"
6 6
7 struct target_desc *tdesc_tic6x_c62x_linux; 7 struct target_desc *tdesc_tic6x_c62x_linux;
8 static void 8 static void
9 initialize_tdesc_tic6x_c62x_linux (void) 9 initialize_tdesc_tic6x_c62x_linux (void)
10 { 10 {
11 struct target_desc *result = allocate_target_description (); 11 struct target_desc *result = allocate_target_description ();
12 struct tdesc_feature *feature; 12 struct tdesc_feature *feature;
13 struct tdesc_type *field_type, *type;
14 13
15 set_tdesc_architecture (result, bfd_scan_arch ("tic6x")); 14 set_tdesc_architecture (result, bfd_scan_arch ("tic6x"));
16 15
17 set_tdesc_osabi (result, osabi_from_tdesc_string ("GNU/Linux")); 16 set_tdesc_osabi (result, osabi_from_tdesc_string ("GNU/Linux"));
18 17
19 feature = tdesc_create_feature (result, "org.gnu.gdb.tic6x.core"); 18 feature = tdesc_create_feature (result, "org.gnu.gdb.tic6x.core");
20 tdesc_create_reg (feature, "A0", 0, 1, NULL, 32, "uint32"); 19 tdesc_create_reg (feature, "A0", 0, 1, NULL, 32, "uint32");
21 tdesc_create_reg (feature, "A1", 1, 1, NULL, 32, "uint32"); 20 tdesc_create_reg (feature, "A1", 1, 1, NULL, 32, "uint32");
22 tdesc_create_reg (feature, "A2", 2, 1, NULL, 32, "uint32"); 21 tdesc_create_reg (feature, "A2", 2, 1, NULL, 32, "uint32");
23 tdesc_create_reg (feature, "A3", 3, 1, NULL, 32, "uint32"); 22 tdesc_create_reg (feature, "A3", 3, 1, NULL, 32, "uint32");
(...skipping 23 matching lines...) Expand all
47 tdesc_create_reg (feature, "B11", 27, 1, NULL, 32, "uint32"); 46 tdesc_create_reg (feature, "B11", 27, 1, NULL, 32, "uint32");
48 tdesc_create_reg (feature, "B12", 28, 1, NULL, 32, "uint32"); 47 tdesc_create_reg (feature, "B12", 28, 1, NULL, 32, "uint32");
49 tdesc_create_reg (feature, "B13", 29, 1, NULL, 32, "uint32"); 48 tdesc_create_reg (feature, "B13", 29, 1, NULL, 32, "uint32");
50 tdesc_create_reg (feature, "B14", 30, 1, NULL, 32, "uint32"); 49 tdesc_create_reg (feature, "B14", 30, 1, NULL, 32, "uint32");
51 tdesc_create_reg (feature, "B15", 31, 1, NULL, 32, "uint32"); 50 tdesc_create_reg (feature, "B15", 31, 1, NULL, 32, "uint32");
52 tdesc_create_reg (feature, "CSR", 32, 1, NULL, 32, "uint32"); 51 tdesc_create_reg (feature, "CSR", 32, 1, NULL, 32, "uint32");
53 tdesc_create_reg (feature, "PC", 33, 1, NULL, 32, "code_ptr"); 52 tdesc_create_reg (feature, "PC", 33, 1, NULL, 32, "code_ptr");
54 53
55 tdesc_tic6x_c62x_linux = result; 54 tdesc_tic6x_c62x_linux = result;
56 } 55 }
OLDNEW
« no previous file with comments | « gdb/features/tic6x-c62x.c ('k') | gdb/features/tic6x-c64x.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698