diff options
author | Jim Blandy <jimb@codesourcery.com> | 2002-08-29 22:36:52 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2002-08-29 22:36:52 +0000 |
commit | b6ff0e81ff1a74f6471c6a731334adca46e7d956 (patch) | |
tree | f2dcd08a4007a9f7e28ddefe2ee00f64d8d5fb7a /gdb/testsuite/ChangeLog | |
parent | 66609862575ac6e46dc1040bd9e58b3153a1355e (diff) | |
download | gdb-b6ff0e81ff1a74f6471c6a731334adca46e7d956.zip gdb-b6ff0e81ff1a74f6471c6a731334adca46e7d956.tar.gz gdb-b6ff0e81ff1a74f6471c6a731334adca46e7d956.tar.bz2 |
* gdb.threads/pthreads.exp: Move the portable thread compilation
code into a function in lib/gdb.exp, and call that from here.
* lib/gdb.exp (gdb_compile_pthreads): New function.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index e29220c..cd9adf8 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2002-08-29 Jim Blandy <jimb@redhat.com> + + * gdb.threads/pthreads.exp: Move the portable thread compilation + code into a function in lib/gdb.exp, and call that from here. + * lib/gdb.exp (gdb_compile_pthreads): New function. + 2002-08-29 Keith Seitz <keiths@redhat.com> * lib/mi-support.exp (mi_gdb_test): Add global declaration for |