diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2007-11-17 01:02:01 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2007-11-17 01:02:01 +0000 |
commit | d0c678e6de1230671406e8b9fde61d1d471769c7 (patch) | |
tree | 7e8fa076c83308f54423dfdda19c4ed32134419c /gdb/ChangeLog | |
parent | 6ca0852e7a0010edcf20292ab79c8c42c74b5567 (diff) | |
download | gdb-d0c678e6de1230671406e8b9fde61d1d471769c7.zip gdb-d0c678e6de1230671406e8b9fde61d1d471769c7.tar.gz gdb-d0c678e6de1230671406e8b9fde61d1d471769c7.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
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 <uweigand@de.ibm.com> + * 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 <uweigand@de.ibm.com> + * mips-tdep.c (show_mipsfpu_command): Do not crash if called when current architecture is not MIPS. |