mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 13:09:48 +00:00
* i386-linux-tdep.c (i386_linux_register_name): Make return type
constant.
This commit is contained in:
parent
7dd04abd82
commit
1677590816
@ -1,4 +1,10 @@
|
|||||||
|
2002-06-19 Andrew Cagney <cagney@redhat.com>
|
||||||
|
|
||||||
|
* i386-linux-tdep.c (i386_linux_register_name): Make return type
|
||||||
|
constant.
|
||||||
|
|
||||||
2002-06-18 Joel Brobecker <brobecker@gnat.com>
|
2002-06-18 Joel Brobecker <brobecker@gnat.com>
|
||||||
|
|
||||||
* alpha-tdep.c (heuristic_proc_desc): Compute the size of the
|
* alpha-tdep.c (heuristic_proc_desc): Compute the size of the
|
||||||
current frame using only the first stack size adjustment. All
|
current frame using only the first stack size adjustment. All
|
||||||
subsequent size adjustments are not considered to be part of
|
subsequent size adjustments are not considered to be part of
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
|
|
||||||
/* Return the name of register REG. */
|
/* Return the name of register REG. */
|
||||||
|
|
||||||
static char *
|
static const char *
|
||||||
i386_linux_register_name (int reg)
|
i386_linux_register_name (int reg)
|
||||||
{
|
{
|
||||||
/* Deal with the extra "orig_eax" pseudo register. */
|
/* Deal with the extra "orig_eax" pseudo register. */
|
||||||
|
Loading…
Reference in New Issue
Block a user