]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
authorMichael Chastain <mec@google.com>
Sat, 10 Jan 2004 00:03:17 +0000 (00:03 +0000)
committerMichael Chastain <mec@google.com>
Sat, 10 Jan 2004 00:03:17 +0000 (00:03 +0000)
* gdb.cp/exception.exp: Fix typo in doco.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.cp/exception.exp

index b957ed7323e7096efd759a2196e774f4cb586dae..df96beff688fb0dce1c0a9d8d7f64de5a405c512 100644 (file)
@@ -1,3 +1,7 @@
+2004-01-09  Michael Chastain  <mec.gnu@mindspring.com>
+
+       * gdb.cp/exception.exp: Fix typo in doco.
+
 2004-01-09  Mark Kettenis  <kettenis@gnu.org>
 
        * gdb.base/gdb1476.exp: Fix typo.
index 2b8484557357d00abf9b9a2ab24b4158dc326fca..d921eade95562e071c4055de78e6fd8027306c75 100644 (file)
@@ -27,7 +27,7 @@
 # or run runtest with --target_board unix/gdb:debug_flags="..."
 # to choose the compiler flags.
 #
-# The interesting compiler flags are: "aCC +A -Wl,-a-archive" .
+# The interesting compiler flags are: "aCC +A -Wl,-a,-archive" .
 # Static-linked executables use a different mechanism to get the
 # address of the notification hook in the C++ support library.