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

Unified Diff: gdb/features/i386/x32-core.xml

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gdb/features/i386/x32-avx-linux.xml ('k') | gdb/features/i386/x32-linux.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/features/i386/x32-core.xml
diff --git a/gdb/features/i386/64bit-core.xml b/gdb/features/i386/x32-core.xml
similarity index 93%
copy from gdb/features/i386/64bit-core.xml
copy to gdb/features/i386/x32-core.xml
index 6dd6cdbd5f449836ff6edccf4ed9f35d216f4c16..1e41417db4ce38b23a20b8f5cc516b779523604e 100644
--- a/gdb/features/i386/64bit-core.xml
+++ b/gdb/features/i386/x32-core.xml
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<!-- Copyright (C) 2010-2012 Free Software Foundation, Inc.
+<!-- Copyright (C) 2012 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
@@ -33,8 +33,8 @@
<reg name="rdx" bitsize="64" type="int64"/>
<reg name="rsi" bitsize="64" type="int64"/>
<reg name="rdi" bitsize="64" type="int64"/>
- <reg name="rbp" bitsize="64" type="data_ptr"/>
- <reg name="rsp" bitsize="64" type="data_ptr"/>
+ <reg name="rbp" bitsize="64" type="int64"/>
+ <reg name="rsp" bitsize="64" type="int64"/>
<reg name="r8" bitsize="64" type="int64"/>
<reg name="r9" bitsize="64" type="int64"/>
<reg name="r10" bitsize="64" type="int64"/>
@@ -44,7 +44,7 @@
<reg name="r14" bitsize="64" type="int64"/>
<reg name="r15" bitsize="64" type="int64"/>
- <reg name="rip" bitsize="64" type="code_ptr"/>
+ <reg name="rip" bitsize="64" type="uint64"/>
<reg name="eflags" bitsize="32" type="i386_eflags"/>
<reg name="cs" bitsize="32" type="int32"/>
<reg name="ss" bitsize="32" type="int32"/>
« no previous file with comments | « gdb/features/i386/x32-avx-linux.xml ('k') | gdb/features/i386/x32-linux.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698