* hppa-tdep.c: Fix handling of 8-byte structures; they should not
be "small_struct".
+2004-05-24 Randolph Chung <tausq@debian.org>
+
+ * hppa-tdep.c: Fix handling of 8-byte structures; they should not
+ be "small_struct".
+
2004-05-24 Mark Kettenis <kettenis@gnu.org>
* m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
the higher-ordered word is stored in the lower-ordered
argument, and even though it is a 8-byte quantity the
registers need not be 8-byte aligned. */
- if (param_len > 4)
+ if (param_len > 4 && param_len < 8)
small_struct = 1;
}