diff options
author | Jim Blandy <jimb@codesourcery.com> | 2007-12-29 14:01:30 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2007-12-29 14:01:30 +0000 |
commit | f6f3eb6ccf9ccb79b5fc1d0ab675752d7047f47e (patch) | |
tree | ad76127c87e15d740dfff79a9815706f05a8cc73 /gdb/testsuite | |
parent | 6b69afc449b9cd217584fc1569e5aec4b86954c8 (diff) | |
download | gdb-f6f3eb6ccf9ccb79b5fc1d0ab675752d7047f47e.zip gdb-f6f3eb6ccf9ccb79b5fc1d0ab675752d7047f47e.tar.gz gdb-f6f3eb6ccf9ccb79b5fc1d0ab675752d7047f47e.tar.bz2 |
* configure: Regenerated.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rwxr-xr-x | gdb/testsuite/configure | 4 |
2 files changed, 7 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index e619e04..6a4842b 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2007-12-29 Jim Blandy <jimb@codesourcery.com> + + * configure: Regenerated. + 2007-12-27 Joel Brobecker <brobecker@adacore.com> * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb, diff --git a/gdb/testsuite/configure b/gdb/testsuite/configure index dd0be7c..9039b2f 100755 --- a/gdb/testsuite/configure +++ b/gdb/testsuite/configure @@ -3104,7 +3104,7 @@ done - ac_config_files="$ac_config_files Makefile gdb.ada/Makefile gdb.arch/Makefile gdb.asm/Makefile gdb.base/Makefile gdb.cp/Makefile gdb.disasm/Makefile gdb.dwarf2/Makefile gdb.fortran/Makefile gdb.server/Makefile gdb.java/Makefile gdb.mi/Makefile gdb.objc/Makefile gdb.opt/Makefile gdb.pascal/Makefile gdb.threads/Makefile gdb.trace/Makefile gdb.xml/Makefile" + ac_config_files="$ac_config_files Makefile gdb.ada/Makefile gdb.arch/Makefile gdb.asm/Makefile gdb.base/Makefile gdb.cp/Makefile gdb.disasm/Makefile gdb.dwarf2/Makefile gdb.fortran/Makefile gdb.server/Makefile gdb.java/Makefile gdb.mi/Makefile gdb.modula2/Makefile gdb.objc/Makefile gdb.opt/Makefile gdb.pascal/Makefile gdb.threads/Makefile gdb.trace/Makefile gdb.xml/Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure @@ -3667,8 +3667,10 @@ do "gdb.server/Makefile" ) CONFIG_FILES="$CONFIG_FILES gdb.server/Makefile" ;; "gdb.java/Makefile" ) CONFIG_FILES="$CONFIG_FILES gdb.java/Makefile" ;; "gdb.mi/Makefile" ) CONFIG_FILES="$CONFIG_FILES gdb.mi/Makefile" ;; + "gdb.modula2/Makefile" ) CONFIG_FILES="$CONFIG_FILES gdb.modula2/Makefile" ;; "gdb.objc/Makefile" ) CONFIG_FILES="$CONFIG_FILES gdb.objc/Makefile" ;; "gdb.opt/Makefile" ) CONFIG_FILES="$CONFIG_FILES gdb.opt/Makefile" ;; + "gdb.pascal/Makefile" ) CONFIG_FILES="$CONFIG_FILES gdb.pascal/Makefile" ;; "gdb.threads/Makefile" ) CONFIG_FILES="$CONFIG_FILES gdb.threads/Makefile" ;; "gdb.trace/Makefile" ) CONFIG_FILES="$CONFIG_FILES gdb.trace/Makefile" ;; "gdb.xml/Makefile" ) CONFIG_FILES="$CONFIG_FILES gdb.xml/Makefile" ;; |