From: H.J. Lu Date: Fri, 12 Mar 2010 15:12:35 +0000 (+0000) Subject: Restore sp for x86. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9cad29ac31e63013b9571710d3b730f351f8f5d2;p=binutils-gdb.git Restore sp for x86. 2010-03-12 H.J. Lu * amd64-tdep.c (amd64_word_names): Replace "sp" with "". * i386-tdep.c (i386_word_names): Likewise. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4bc4d4faed7..d49b5c03935 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2010-03-12 H.J. Lu + + * amd64-tdep.c (amd64_word_names): Replace "sp" with "". + * i386-tdep.c (i386_word_names): Likewise. + 2010-03-12 Pedro Alves * target.c (memory_xfer_partial): Don't use the stack cache if diff --git a/gdb/amd64-tdep.c b/gdb/amd64-tdep.c index 8c41a8a92e5..e5cfa717983 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" }; diff --git a/gdb/i386-tdep.c b/gdb/i386-tdep.c index f3862378b4f..83275acb2dc 100644 --- a/gdb/i386-tdep.c +++ b/gdb/i386-tdep.c @@ -94,7 +94,7 @@ static const char *i386_byte_names[] = static const char *i386_word_names[] = { "ax", "cx", "dx", "bx", - "sp", "bp", "si", "di" + "", "bp", "si", "di" }; /* MMX register? */