* NEWS: Mention target reported shared libraries support by
authorPedro Alves <palves@redhat.com>
Thu, 22 Jul 2010 10:52:02 +0000 (10:52 +0000)
committerPedro Alves <palves@redhat.com>
Thu, 22 Jul 2010 10:52:02 +0000 (10:52 +0000)
default.

gdb/ChangeLog
gdb/NEWS

index 734b4cdb6a0793116eed5e0046394a2cab5d8882..ce5306289e6582176b65644e74458ddf91c5552b 100644 (file)
@@ -1,3 +1,8 @@
+2010-07-22  Pedro Alves  <pedro@codesourcery.com>
+
+       * NEWS: Mention target reported shared libraries support by
+       default.
+
 2010-07-21  Pedro Alves  <pedro@codesourcery.com>
 
        PR symtab/11827
index ea3b6b0eb662bfbf2e4430e644e8baa2fda4753e..47f1c13aa4c80787856ab0cc3938d33e457f055c 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -5,6 +5,14 @@
 
 *** Changes in GDB 7.2
 
+* Shared library support for remote targets by default
+
+  When GDB is configured for a generic, non-OS specific target, like
+  for example, --target=arm-eabi or one of the many *-*-elf targets,
+  GDB now queries remote stubs for loaded shared libraries using the
+  `qXfer:libraries:read' packet.  Previously, shared library support
+  was always disabled for such configurations.
+
 * C++ Improvements:
 
   ** Argument Dependent Lookup (ADL)
This page took 0.031252 seconds and 4 git commands to generate.