* alpha-tdep.c (alpha_extract_return_value): Don't use
authorAlexandre Oliva <aoliva@redhat.com>
Sun, 5 May 2002 18:49:57 +0000 (18:49 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Sun, 5 May 2002 18:49:57 +0000 (18:49 +0000)
non-constant array size in prototype.

gdb/ChangeLog
gdb/alpha-tdep.c

index 2e046ac1c70b43b6a75865fbe09677ed28e1fe4d..fb6af8eabbb3f6be3bd16402f2ecc3df8fad34ee 100644 (file)
@@ -1,3 +1,8 @@
+2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
+
+       * alpha-tdep.c (alpha_extract_return_value): Don't use
+       non-constant array size in prototype.
+
 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
 
        From Brian Taylor <briant at model dot com>:
index 6f5209782faf68dbc5ed3da2b97c093189e27a23..f354036dda4897bff421c0ae6e0d3d0fa37ae9e9 100644 (file)
@@ -1530,7 +1530,7 @@ alpha_breakpoint_from_pc (CORE_ADDR *pcptr, int *lenptr)
 
 static void
 alpha_extract_return_value (struct type *valtype,
-                           char regbuf[REGISTER_BYTES], char *valbuf)
+                           char regbuf[ALPHA_REGISTER_BYTES], char *valbuf)
 {
   if (TYPE_CODE (valtype) == TYPE_CODE_FLT)
     alpha_register_convert_to_virtual (FP0_REGNUM, valtype,
This page took 0.029333 seconds and 4 git commands to generate.