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

Side by Side Diff: gdb/features/s390x-linux64v1.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/s390x-linux64.xml ('k') | gdb/features/s390x-linux64v1.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: s390x-linux64v1.xml */ 1 /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro:
2 Original: s390x-linux64v1.xml */
2 3
3 #include "defs.h" 4 #include "defs.h"
4 #include "osabi.h" 5 #include "osabi.h"
5 #include "target-descriptions.h" 6 #include "target-descriptions.h"
6 7
7 struct target_desc *tdesc_s390x_linux64v1; 8 struct target_desc *tdesc_s390x_linux64v1;
8 static void 9 static void
9 initialize_tdesc_s390x_linux64v1 (void) 10 initialize_tdesc_s390x_linux64v1 (void)
10 { 11 {
11 struct target_desc *result = allocate_target_description (); 12 struct target_desc *result = allocate_target_description ();
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 tdesc_create_reg (feature, "f13", 48, 1, "float", 64, "ieee_double"); 70 tdesc_create_reg (feature, "f13", 48, 1, "float", 64, "ieee_double");
70 tdesc_create_reg (feature, "f14", 49, 1, "float", 64, "ieee_double"); 71 tdesc_create_reg (feature, "f14", 49, 1, "float", 64, "ieee_double");
71 tdesc_create_reg (feature, "f15", 50, 1, "float", 64, "ieee_double"); 72 tdesc_create_reg (feature, "f15", 50, 1, "float", 64, "ieee_double");
72 73
73 feature = tdesc_create_feature (result, "org.gnu.gdb.s390.linux"); 74 feature = tdesc_create_feature (result, "org.gnu.gdb.s390.linux");
74 tdesc_create_reg (feature, "orig_r2", 51, 1, "system", 64, "uint64"); 75 tdesc_create_reg (feature, "orig_r2", 51, 1, "system", 64, "uint64");
75 tdesc_create_reg (feature, "last_break", 52, 0, "system", 64, "code_ptr"); 76 tdesc_create_reg (feature, "last_break", 52, 0, "system", 64, "code_ptr");
76 77
77 tdesc_s390x_linux64v1 = result; 78 tdesc_s390x_linux64v1 = result;
78 } 79 }
OLDNEW
« no previous file with comments | « gdb/features/s390x-linux64.xml ('k') | gdb/features/s390x-linux64v1.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698