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

Side by Side Diff: gdb/features/i386/x32-avx-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/i386/x32-avx.xml ('k') | gdb/features/i386/x32-avx-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: x32-avx-linux.xml */ 1 /* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro:
2 Original: x32-avx-linux.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_x32_avx_linux; 8 struct target_desc *tdesc_x32_avx_linux;
8 static void 9 static void
9 initialize_tdesc_x32_avx_linux (void) 10 initialize_tdesc_x32_avx_linux (void)
10 { 11 {
11 struct target_desc *result = allocate_target_description (); 12 struct target_desc *result = allocate_target_description ();
12 struct tdesc_feature *feature; 13 struct tdesc_feature *feature;
13 struct tdesc_type *field_type, *type; 14 struct tdesc_type *field_type;
15 struct tdesc_type *type;
14 16
15 set_tdesc_architecture (result, bfd_scan_arch ("i386:x64-32")); 17 set_tdesc_architecture (result, bfd_scan_arch ("i386:x64-32"));
16 18
17 set_tdesc_osabi (result, osabi_from_tdesc_string ("GNU/Linux")); 19 set_tdesc_osabi (result, osabi_from_tdesc_string ("GNU/Linux"));
18 20
19 feature = tdesc_create_feature (result, "org.gnu.gdb.i386.core"); 21 feature = tdesc_create_feature (result, "org.gnu.gdb.i386.core");
20 field_type = tdesc_create_flags (feature, "i386_eflags", 4); 22 field_type = tdesc_create_flags (feature, "i386_eflags", 4);
21 tdesc_add_flag (field_type, 0, "CF"); 23 tdesc_add_flag (field_type, 0, "CF");
22 tdesc_add_flag (field_type, 1, ""); 24 tdesc_add_flag (field_type, 1, "");
23 tdesc_add_flag (field_type, 2, "PF"); 25 tdesc_add_flag (field_type, 2, "PF");
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 tdesc_create_reg (feature, "ymm9h", 67, 1, NULL, 128, "uint128"); 164 tdesc_create_reg (feature, "ymm9h", 67, 1, NULL, 128, "uint128");
163 tdesc_create_reg (feature, "ymm10h", 68, 1, NULL, 128, "uint128"); 165 tdesc_create_reg (feature, "ymm10h", 68, 1, NULL, 128, "uint128");
164 tdesc_create_reg (feature, "ymm11h", 69, 1, NULL, 128, "uint128"); 166 tdesc_create_reg (feature, "ymm11h", 69, 1, NULL, 128, "uint128");
165 tdesc_create_reg (feature, "ymm12h", 70, 1, NULL, 128, "uint128"); 167 tdesc_create_reg (feature, "ymm12h", 70, 1, NULL, 128, "uint128");
166 tdesc_create_reg (feature, "ymm13h", 71, 1, NULL, 128, "uint128"); 168 tdesc_create_reg (feature, "ymm13h", 71, 1, NULL, 128, "uint128");
167 tdesc_create_reg (feature, "ymm14h", 72, 1, NULL, 128, "uint128"); 169 tdesc_create_reg (feature, "ymm14h", 72, 1, NULL, 128, "uint128");
168 tdesc_create_reg (feature, "ymm15h", 73, 1, NULL, 128, "uint128"); 170 tdesc_create_reg (feature, "ymm15h", 73, 1, NULL, 128, "uint128");
169 171
170 tdesc_x32_avx_linux = result; 172 tdesc_x32_avx_linux = result;
171 } 173 }
OLDNEW
« no previous file with comments | « gdb/features/i386/x32-avx.xml ('k') | gdb/features/i386/x32-avx-linux.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698