aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.cp/exception.exp
diff options
context:
space:
mode:
authorMichael Chastain <mec@google.com>2004-01-10 00:03:17 +0000
committerMichael Chastain <mec@google.com>2004-01-10 00:03:17 +0000
commit6fa9022e8927f786f2205e82dba3efdfbaf1fddd (patch)
tree69a330f5fdb295bc8f6737c27957f08c8501ba79 /gdb/testsuite/gdb.cp/exception.exp
parentb51509341b18849d27e0198ef922170c410b9f92 (diff)
downloadgdb-6fa9022e8927f786f2205e82dba3efdfbaf1fddd.zip
gdb-6fa9022e8927f786f2205e82dba3efdfbaf1fddd.tar.gz
gdb-6fa9022e8927f786f2205e82dba3efdfbaf1fddd.tar.bz2
2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
* gdb.cp/exception.exp: Fix typo in doco.
Diffstat (limited to 'gdb/testsuite/gdb.cp/exception.exp')
-rw-r--r--gdb/testsuite/gdb.cp/exception.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.cp/exception.exp b/gdb/testsuite/gdb.cp/exception.exp
index 2b84845..d921ead 100644
--- a/gdb/testsuite/gdb.cp/exception.exp
+++ b/gdb/testsuite/gdb.cp/exception.exp
@@ -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.