aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2007-11-17 01:02:01 +0000
committerUlrich Weigand <uweigand@de.ibm.com>2007-11-17 01:02:01 +0000
commitd0c678e6de1230671406e8b9fde61d1d471769c7 (patch)
tree7e8fa076c83308f54423dfdda19c4ed32134419c /gdb/NEWS
parent6ca0852e7a0010edcf20292ab79c8c42c74b5567 (diff)
downloadgdb-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/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 26a658b..22283fd 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -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,