diff options
author | David Taylor <taylor@redhat.com> | 1999-01-04 22:40:38 +0000 |
---|---|---|
committer | David Taylor <taylor@redhat.com> | 1999-01-04 22:40:38 +0000 |
commit | c87f565f5a77a44fc5abfb749a522921a454ab6c (patch) | |
tree | e80d11838987e61867c95d8665282f3493bd31cc | |
parent | 2e11d9ccf241f3c584e3c0639210455f1c5953da (diff) | |
download | gdb-c87f565f5a77a44fc5abfb749a522921a454ab6c.zip gdb-c87f565f5a77a44fc5abfb749a522921a454ab6c.tar.gz gdb-c87f565f5a77a44fc5abfb749a522921a454ab6c.tar.bz2 |
new functions -- skip_hp_tests, gdb_preprocess; gdb_compile takes new
optional argument specifying c++.
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 18a7c33..26573d2 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -5,6 +5,11 @@ Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com> Edith Epstein <eepstein@cygnus.com> as part of a project to merge in changes by HP. + * lib/gdb.exp (get_compiler_info): new, optional argument -- args; + test for on hppa*-*-hpux*; use args to see if c++ was specified. + (skip_hp_tests): new function. + (gdb_preprocess): new function. + * configure.in (hpdir): decide whether to configure gdb.hp. * configure: regenerated. |