aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog4
-rwxr-xr-xgdb/gdbarch.sh2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 9778134..01ecd5c 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2004-06-22 Jim Blandy <jimb@redhat.com>
+
+ * gdbarch.sh: Doc fix.
+
2004-06-21 Martin Hunt <hunt@redhat.com>
Kevin Buettner <kevinb@redhat.com>
diff --git a/gdb/gdbarch.sh b/gdb/gdbarch.sh
index 6b88019..59d7f74 100755
--- a/gdb/gdbarch.sh
+++ b/gdb/gdbarch.sh
@@ -250,7 +250,7 @@ do
macro ) : ;;
# The name of the legacy C macro by which this method can be
- # accessed. If empty, no macro is defined. If "-", a macro
+ # accessed. If empty, no macro is defined. If "=", a macro
# formed from the upper-case function name is used.
returntype ) : ;;