From d0c678e6de1230671406e8b9fde61d1d471769c7 Mon Sep 17 00:00:00 2001 From: Ulrich Weigand Date: Sat, 17 Nov 2007 01:02:01 +0000 Subject: * configure.ac (--enable-targets): New configure option. Collect gdb_target_obs of multiple targets into TARGET_OBS. Call configure.tgt multiple times, using $targ as operand. * configure.tgt: Operate on $targ instead of $target. * configure: Regenerate. * Makefile.in (ALL_TARGET_OBS): Define. * NEWS: Mention --enable-targets option. --- gdb/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'gdb/ChangeLog') diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7489dde..edba545 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,16 @@ 2007-11-16 Ulrich Weigand + * configure.ac (--enable-targets): New configure option. + Collect gdb_target_obs of multiple targets into TARGET_OBS. + Call configure.tgt multiple times, using $targ as operand. + * configure.tgt: Operate on $targ instead of $target. + * configure: Regenerate. + * Makefile.in (ALL_TARGET_OBS): Define. + + * NEWS: Mention --enable-targets option. + +2007-11-16 Ulrich Weigand + * mips-tdep.c (show_mipsfpu_command): Do not crash if called when current architecture is not MIPS. -- cgit v1.1