diff options
author | Jim Blandy <jimb@codesourcery.com> | 2008-01-27 22:25:43 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2008-01-27 22:25:43 +0000 |
commit | c7a6993360dae0bb440d3b777fcba8ec3678020f (patch) | |
tree | efd68c196c80cea7844084ab593d4a6ab09ae64d | |
parent | 4fe42e7fe73d09fc937316c89a8f4166091e1bcb (diff) | |
download | gdb-c7a6993360dae0bb440d3b777fcba8ec3678020f.zip gdb-c7a6993360dae0bb440d3b777fcba8ec3678020f.tar.gz gdb-c7a6993360dae0bb440d3b777fcba8ec3678020f.tar.bz2 |
* gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
-rw-r--r-- | gdb/testsuite/ChangeLog | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.base/expand-psymtabs.exp | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index ad481ca..0ceaf08 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,7 @@ 2008-01-27 Jim Blandy <jimb@codesourcery.com> + * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix. + * gdb.base/expand-psymtabs.exp: Doc fix. 2008-01-26 Mark Kettenis <kettenis@gnu.org> diff --git a/gdb/testsuite/gdb.base/expand-psymtabs.exp b/gdb/testsuite/gdb.base/expand-psymtabs.exp index 56742c7..bbccdd5 100644 --- a/gdb/testsuite/gdb.base/expand-psymtabs.exp +++ b/gdb/testsuite/gdb.base/expand-psymtabs.exp @@ -26,7 +26,7 @@ if $tracelevel then { # different preprocessor symbols #defined; the first .o only has # 'main' at some earlier source lines, while the second .o only has # 'foo' at later source lines. So when setting breakpoints by line -# number, which full symtab we need dependings on the line number in +# number, which full symtab we need depends on the line number in # question. # # This test is meant to verify that, even with lazy partial symtab |