aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2010-07-22 10:52:02 +0000
committerPedro Alves <palves@redhat.com>2010-07-22 10:52:02 +0000
commitba25b9210452e9239b3137e9ac8db21955ec8b47 (patch)
tree73104ea1ccb6ec972cd7fec80d52f2cafa9d5967
parent1575952e139a97b8383cfb5849a671dc77e6cc90 (diff)
downloadgdb-ba25b9210452e9239b3137e9ac8db21955ec8b47.zip
gdb-ba25b9210452e9239b3137e9ac8db21955ec8b47.tar.gz
gdb-ba25b9210452e9239b3137e9ac8db21955ec8b47.tar.bz2
* NEWS: Mention target reported shared libraries support by
default.
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/NEWS8
2 files changed, 13 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 734b4cd..ce53062 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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
diff --git a/gdb/NEWS b/gdb/NEWS
index ea3b6b0..47f1c13 100644
--- 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)