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

Side by Side Diff: gdb/features/tic6x-c64x-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-c64x.c ('k') | gdb/features/tic6x-c64xp.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-c64x-linux.xml */ 1 /* THIS FILE IS GENERATED. Original: tic6x-c64x-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_c64x_linux; 7 struct target_desc *tdesc_tic6x_c64x_linux;
8 static void 8 static void
9 initialize_tdesc_tic6x_c64x_linux (void) 9 initialize_tdesc_tic6x_c64x_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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 tdesc_create_reg (feature, "B25", 59, 1, NULL, 32, "uint32"); 80 tdesc_create_reg (feature, "B25", 59, 1, NULL, 32, "uint32");
82 tdesc_create_reg (feature, "B26", 60, 1, NULL, 32, "uint32"); 81 tdesc_create_reg (feature, "B26", 60, 1, NULL, 32, "uint32");
83 tdesc_create_reg (feature, "B27", 61, 1, NULL, 32, "uint32"); 82 tdesc_create_reg (feature, "B27", 61, 1, NULL, 32, "uint32");
84 tdesc_create_reg (feature, "B28", 62, 1, NULL, 32, "uint32"); 83 tdesc_create_reg (feature, "B28", 62, 1, NULL, 32, "uint32");
85 tdesc_create_reg (feature, "B29", 63, 1, NULL, 32, "uint32"); 84 tdesc_create_reg (feature, "B29", 63, 1, NULL, 32, "uint32");
86 tdesc_create_reg (feature, "B30", 64, 1, NULL, 32, "uint32"); 85 tdesc_create_reg (feature, "B30", 64, 1, NULL, 32, "uint32");
87 tdesc_create_reg (feature, "B31", 65, 1, NULL, 32, "uint32"); 86 tdesc_create_reg (feature, "B31", 65, 1, NULL, 32, "uint32");
88 87
89 tdesc_tic6x_c64x_linux = result; 88 tdesc_tic6x_c64x_linux = result;
90 } 89 }
OLDNEW
« no previous file with comments | « gdb/features/tic6x-c64x.c ('k') | gdb/features/tic6x-c64xp.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698