summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2003-04-16 20:44:04 +0000
committerKevin Buettner <kevinb@redhat.com>2003-04-16 20:44:04 +0000
commit51da00a73df371206bc02fb759286b50e9437dd7 (patch)
tree5b00bd3c4bfd6075a07ecb080474924781384d03
parentcf77f32a2ff1084c1d7f887f5df81f6778d81588 (diff)
downloadgdb-51da00a73df371206bc02fb759286b50e9437dd7.tar.gz
Fix typo.
-rw-r--r--gdb/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 3742befb258..27bf2c8dbab 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,6 +1,6 @@
2003-04-16 Kevin Buettner <kevinb@redhat.com>
- * rs6000-tdep.c (rs6000_gdbarch_init): For the SVR4 ABI, set
+ * rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
the size of ``long double'' to 16, instead of 8.
2003-04-16 Mark Kettenis <kettenis@gnu.org>