This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch/testsuite/cp] exception.cp: fix typo in doco


Thanks to Daniel J for spottting this.

Tested on: native i686-pc-linux-gnu, gcc 3.3.2, dwarf-2.

IACTN.

Michael C

2004-01-09  Michael Chastain  <mec.gnu@mindspring.com>

	* gdb.cp/exception.exp: Fix typo in doco.

Index: gdb.cp/exception.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.cp/exception.exp,v
retrieving revision 1.3
diff -c -3 -p -r1.3 exception.exp
*** gdb.cp/exception.exp	9 Jan 2004 09:48:52 -0000	1.3
--- gdb.cp/exception.exp	9 Jan 2004 23:59:19 -0000
***************
*** 27,33 ****
  # 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" .
  # Static-linked executables use a different mechanism to get the
  # address of the notification hook in the C++ support library.
  
--- 27,33 ----
  # 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" .
  # Static-linked executables use a different mechanism to get the
  # address of the notification hook in the C++ support library.
  


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]