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/NEWS | |
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/NEWS')
-rw-r--r-- | gdb/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -33,6 +33,11 @@ targets even when the libthread_db library is not available. error: "Error trying to get information about dynamic linker". The gdb-6.7 release is also affected. +* GDB now supports the --enable-targets= configure option to allow +building a single GDB executable that supports multiple remote +target architectures. + + *** Changes in GDB 6.7 * Resolved 101 resource leaks, null pointer dereferences, etc. in gdb, |