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

Side by Side Diff: gdb/features/mips64-linux.c

Issue 124383005: GDB 7.6.50 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@upstream
Patch Set: Created 6 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/mips64-fpu.xml ('k') | gdb/features/mips64-linux.xml » ('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: mips64-linux.xml */ 1 /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro:
2 Original: mips64-linux.xml */
2 3
3 #include "defs.h" 4 #include "defs.h"
5 #include "osabi.h"
4 #include "target-descriptions.h" 6 #include "target-descriptions.h"
5 7
6 struct target_desc *tdesc_mips64_linux; 8 struct target_desc *tdesc_mips64_linux;
7 static void 9 static void
8 initialize_tdesc_mips64_linux (void) 10 initialize_tdesc_mips64_linux (void)
9 { 11 {
10 struct target_desc *result = allocate_target_description (); 12 struct target_desc *result = allocate_target_description ();
11 struct tdesc_feature *feature; 13 struct tdesc_feature *feature;
12 14
13 set_tdesc_architecture (result, bfd_scan_arch ("mips")); 15 set_tdesc_architecture (result, bfd_scan_arch ("mips"));
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 tdesc_create_reg (feature, "f30", 68, 1, NULL, 64, "ieee_double"); 90 tdesc_create_reg (feature, "f30", 68, 1, NULL, 64, "ieee_double");
89 tdesc_create_reg (feature, "f31", 69, 1, NULL, 64, "ieee_double"); 91 tdesc_create_reg (feature, "f31", 69, 1, NULL, 64, "ieee_double");
90 tdesc_create_reg (feature, "fcsr", 70, 1, "float", 64, "int"); 92 tdesc_create_reg (feature, "fcsr", 70, 1, "float", 64, "int");
91 tdesc_create_reg (feature, "fir", 71, 1, "float", 64, "int"); 93 tdesc_create_reg (feature, "fir", 71, 1, "float", 64, "int");
92 94
93 feature = tdesc_create_feature (result, "org.gnu.gdb.mips.linux"); 95 feature = tdesc_create_feature (result, "org.gnu.gdb.mips.linux");
94 tdesc_create_reg (feature, "restart", 72, 1, "system", 64, "int"); 96 tdesc_create_reg (feature, "restart", 72, 1, "system", 64, "int");
95 97
96 tdesc_mips64_linux = result; 98 tdesc_mips64_linux = result;
97 } 99 }
OLDNEW
« no previous file with comments | « gdb/features/mips64-fpu.xml ('k') | gdb/features/mips64-linux.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698