summaryrefslogtreecommitdiffstats
path: root/gdb/amd64-tdep.c
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2010-03-12 15:12:35 +0000
committerH.J. Lu <hjl.tools@gmail.com>2010-03-12 15:12:35 +0000
commit9cad29ac31e63013b9571710d3b730f351f8f5d2 (patch)
tree880f8721ae272a26535c63b727c886d14831ebfd /gdb/amd64-tdep.c
parent6a8f26716ab741331f724f92713d982fe47126da (diff)
downloadppe42-binutils-9cad29ac31e63013b9571710d3b730f351f8f5d2.tar.gz
ppe42-binutils-9cad29ac31e63013b9571710d3b730f351f8f5d2.zip
Restore sp for x86.
2010-03-12 H.J. Lu <hongjiu.lu@intel.com> * amd64-tdep.c (amd64_word_names): Replace "sp" with "". * i386-tdep.c (i386_word_names): Likewise.
Diffstat (limited to 'gdb/amd64-tdep.c')
-rw-r--r--gdb/amd64-tdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/amd64-tdep.c b/gdb/amd64-tdep.c
index 8c41a8a92e..e5cfa71798 100644
--- a/gdb/amd64-tdep.c
+++ b/gdb/amd64-tdep.c
@@ -222,7 +222,7 @@ static const char *amd64_byte_names[] =
static const char *amd64_word_names[] =
{
- "ax", "bx", "cx", "dx", "si", "di", "bp", "sp",
+ "ax", "bx", "cx", "dx", "si", "di", "bp", "",
"r8w", "r9w", "r10w", "r11w", "r12w", "r13w", "r14w", "r15w"
};
OpenPOWER on IntegriCloud