* i386-linux-tdep.c (i386_linux_register_name): Make return type
authorAndrew Cagney <cagney@redhat.com>
Wed, 19 Jun 2002 14:59:47 +0000 (14:59 +0000)
committerAndrew Cagney <cagney@redhat.com>
Wed, 19 Jun 2002 14:59:47 +0000 (14:59 +0000)
constant.

gdb/ChangeLog
gdb/i386-linux-tdep.c

index b3063d8d8e6e3a56baf3b3f9daaa48c339c3fb27..05050e2ba6bc8c036df2aee7ced6f69a4be6b755 100644 (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>
+
        * alpha-tdep.c (heuristic_proc_desc): Compute the size of the  
        current frame using only the first stack size adjustment. All
        subsequent size adjustments are not considered to be part of
index 12a2ab9004d1c14cc04801abb9127a6964725067..8fa9261e3c39fceb59100fda7ce663d2630c357e 100644 (file)
@@ -38,7 +38,7 @@
 
 /* Return the name of register REG.  */
 
-static char *
+static const char *
 i386_linux_register_name (int reg)
 {
   /* Deal with the extra "orig_eax" pseudo register.  */