* i386-linux-tdep.c (i386_linux_register_name): Make return type

constant.
This commit is contained in:
Andrew Cagney 2002-06-19 14:59:47 +00:00
parent 7dd04abd82
commit 1677590816
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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. */