forked from Imagelibrary/binutils-gdb
* 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:
@@ -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>
|
||||
|
||||
* MAINTAINERS: Mark Salter was also responsible for
|
||||
@@ -31,6 +35,9 @@
|
||||
|
||||
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
|
||||
and M68K_A2_REGNUM.
|
||||
|
||||
|
||||
@@ -210,7 +210,7 @@ vax_return_value (struct gdbarch *gdbarch, struct type *type,
|
||||
char buf[8];
|
||||
|
||||
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)
|
||||
return RETURN_VALUE_STRUCT_CONVENTION;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user