* vax-tdep.c (vax_return_value): Fix typo.

* alphabsd-nat.c: Update copyright year.
(getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
This commit is contained in:
Mark Kettenis 2004-05-17 21:56:19 +00:00
parent e7e61c9f1e
commit caed1a4580
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-05-17 Mark Kettenis <kettenis@gnu.org>
* vax-tdep.c (vax_return_value): Fix typo.
2004-05-17 Andrew Cagney <cagney@redhat.com> 2004-05-17 Andrew Cagney <cagney@redhat.com>
* MAINTAINERS: Mark Salter was also responsible for * MAINTAINERS: Mark Salter was also responsible for
@ -31,6 +35,9 @@
2004-05-17 Mark Kettenis <kettenis@gnu.org> 2004-05-17 Mark Kettenis <kettenis@gnu.org>
* alphabsd-nat.c: Update copyright year.
(getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
* m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
and M68K_A2_REGNUM. and M68K_A2_REGNUM.

View File

@ -210,7 +210,7 @@ vax_return_value (struct gdbarch *gdbarch, struct type *type,
char buf[8]; char buf[8];
if (TYPE_CODE (type) == TYPE_CODE_STRUCT if (TYPE_CODE (type) == TYPE_CODE_STRUCT
|| TYPE_CODE (type) == TYPE_CODE_STRUCT || TYPE_CODE (type) == TYPE_CODE_UNION
|| TYPE_CODE (type) == TYPE_CODE_ARRAY) || TYPE_CODE (type) == TYPE_CODE_ARRAY)
return RETURN_VALUE_STRUCT_CONVENTION; return RETURN_VALUE_STRUCT_CONVENTION;