aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-06-26 10:25:20 +0000
committerMark Kettenis <kettenis@gnu.org>2004-06-26 10:25:20 +0000
commit4cd804765d98c8102e0eee6ae5bd5d01fcdbd50d (patch)
tree1dae599f930a8e0005edaacce8176c8f54e7ef98
parent0e56aeafa8e93c62a52a7b45d90550130285576b (diff)
downloadgdb-4cd804765d98c8102e0eee6ae5bd5d01fcdbd50d.zip
gdb-4cd804765d98c8102e0eee6ae5bd5d01fcdbd50d.tar.gz
gdb-4cd804765d98c8102e0eee6ae5bd5d01fcdbd50d.tar.bz2
* vax-tdep.c: Tweak comment.
-rw-r--r--gdb/ChangeLog2
-rw-r--r--gdb/vax-tdep.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 5020838..be2779f 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,7 @@
2004-06-26 Mark Kettenis <kettenis@gnu.org>
+ * 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 f09d3e5..78862fc 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. */