]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* NEWS: Mention target reported shared libraries support by
authorPedro Alves <palves@redhat.com>
Thu, 22 Jul 2010 10:49:49 +0000 (10:49 +0000)
committerPedro Alves <palves@redhat.com>
Thu, 22 Jul 2010 10:49:49 +0000 (10:49 +0000)
default.

gdb/ChangeLog
gdb/NEWS

index b1066e095513602622950ca499fcb9df9df67c17..1585b526993e44d46541cbf72bc004d9d3b2face 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  Ozkan Sezer  <sezeroz@gmail.com>
 
        * target.c (debug_to_insert_breakpoint): Instead of casting to unsigned
index d3704b765355ef497e111752627b088e2a25ae24..b552d70363fb77e7833131ceec98c81b68da6769 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -3,6 +3,14 @@
 
 *** Changes since GDB 7.1
 
+* 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)