From: Mark Kettenis Date: Sat, 26 Jun 2004 10:25:20 +0000 (+0000) Subject: * vax-tdep.c: Tweak comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4cd804765d98c8102e0eee6ae5bd5d01fcdbd50d;p=binutils-gdb.git * vax-tdep.c: Tweak comment. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 50208388728..be2779fb4bb 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,7 @@ 2004-06-26 Mark Kettenis + * vax-tdep.c: Tweak comment. + Add OpenBSD/hppa support. * NEWS (New native configurations): Mention OpenBSD/hppa. * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh, diff --git a/gdb/vax-tdep.c b/gdb/vax-tdep.c index f09d3e58abc..78862fc04a3 100644 --- a/gdb/vax-tdep.c +++ b/gdb/vax-tdep.c @@ -106,7 +106,7 @@ vax_regset_from_core_section (struct gdbarch *gdbarch, return NULL; } -/* The VAX Unix calling convention uses R1 to pass a structure return +/* The VAX UNIX calling convention uses R1 to pass a structure return value address instead of passing it as a first (hidden) argument as the VMS calling convention suggests. */