From: Pedro Alves Date: Thu, 22 Jul 2010 10:49:49 +0000 (+0000) Subject: * NEWS: Mention target reported shared libraries support by X-Git-Tag: gdb_7_2-2010-09-02-release~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30a4655d2c4f12d82b74fe1ce23d624be84e944d;p=thirdparty%2Fbinutils-gdb.git * NEWS: Mention target reported shared libraries support by default. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b1066e09551..1585b526993 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2010-07-22 Pedro Alves + + * NEWS: Mention target reported shared libraries support by + default. + 2010-07-21 Ozkan Sezer * target.c (debug_to_insert_breakpoint): Instead of casting to unsigned diff --git a/gdb/NEWS b/gdb/NEWS index d3704b76535..b552d70363f 100644 --- 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)