diff options
author | Michael Chastain <mec.gnu@mindspring.com> | 2004-01-10 00:03:17 +0000 |
---|---|---|
committer | Michael Chastain <mec.gnu@mindspring.com> | 2004-01-10 00:03:17 +0000 |
commit | 0600caa0796e6f0197598eb7dab76807e8fff244 (patch) | |
tree | a8830ca02d264d1010e6bc18f7e8ac03c37c5df2 | |
parent | 712d10d3029b1727185c51f0015dbdbb50231987 (diff) | |
download | gdb-0600caa0796e6f0197598eb7dab76807e8fff244.tar.gz |
2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
* gdb.cp/exception.exp: Fix typo in doco.
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.cp/exception.exp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index b957ed7323e..df96beff688 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -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. diff --git a/gdb/testsuite/gdb.cp/exception.exp b/gdb/testsuite/gdb.cp/exception.exp index 2b848455735..d921eade955 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. |