diff options
author | Daniel Jacobowitz <drow@false.org> | 2006-06-22 19:17:49 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2006-06-22 19:17:49 +0000 |
commit | 321fef153fab7ee5b295e4fc17c75bccfa5513e9 (patch) | |
tree | b6fb61785b70c702efea1736de9da263efe70f2f /gdb | |
parent | 90750ee7999fb86c5df67e8654250996c506c1ee (diff) | |
download | gdb-321fef153fab7ee5b295e4fc17c75bccfa5513e9.zip gdb-321fef153fab7ee5b295e4fc17c75bccfa5513e9.tar.gz gdb-321fef153fab7ee5b295e4fc17c75bccfa5513e9.tar.bz2 |
Add changelog entry for unintended earlier commit:
* Makefile.in (host_alias): Remove.
(target_alias): Use @target_noncanonical@.
(site.exp): Don't set host_alias.
* aclocal.m4: Remove contents. Include acx.m4.
* configure: Regenerated.
* configure.ac: Use ACX_NONCANONICAL_TARGET.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 3655498..fb960b3 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,12 @@ +2006-06-22 Daniel Jacobowitz <dan@codesourcery.com> + + * Makefile.in (host_alias): Remove. + (target_alias): Use @target_noncanonical@. + (site.exp): Don't set host_alias. + * aclocal.m4: Remove contents. Include acx.m4. + * configure: Regenerated. + * configure.ac: Use ACX_NONCANONICAL_TARGET. + 2006-06-13 Nathan Sidwell <nathan@codesourcery.com> * lib/gdb.exp (gdb_load_cmd): New. |