* NEWS: Mention target reported shared libraries support by
default.
This commit is contained in:
parent
1575952e13
commit
ba25b92104
|
@ -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>
|
2010-07-21 Pedro Alves <pedro@codesourcery.com>
|
||||||
|
|
||||||
PR symtab/11827
|
PR symtab/11827
|
||||||
|
|
8
gdb/NEWS
8
gdb/NEWS
|
@ -5,6 +5,14 @@
|
||||||
|
|
||||||
*** Changes in GDB 7.2
|
*** 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:
|
* C++ Improvements:
|
||||||
|
|
||||||
** Argument Dependent Lookup (ADL)
|
** Argument Dependent Lookup (ADL)
|
||||||
|
|
Loading…
Reference in New Issue