Blame SOURCES/gdb-dlopen-stap-probe-4of9.patch

01917d
http://sourceware.org/ml/gdb-cvs/2013-06/msg00015.html
01917d
01917d
### src/gdb/ChangeLog	2013/06/04 12:53:33	1.15682
01917d
### src/gdb/ChangeLog	2013/06/04 13:02:15	1.15683
01917d
## -1,5 +1,9 @@
01917d
 2013-06-04  Gary Benson  <gbenson@redhat.com>
01917d
 
01917d
+	* NEWS: Update.
01917d
+
01917d
+2013-06-04  Gary Benson  <gbenson@redhat.com>
01917d
+
01917d
 	* objfiles.h (inhibit_section_map_updates): New function
01917d
 	declaration.
01917d
 	(resume_section_map_updates): Likewise.
01917d
Index: gdb-7.6/gdb/NEWS
01917d
===================================================================
01917d
--- gdb-7.6.orig/gdb/NEWS	2013-06-10 14:27:02.071184153 +0200
01917d
+++ gdb-7.6/gdb/NEWS	2013-06-10 14:28:34.391145339 +0200
01917d
@@ -4,6 +4,16 @@
01917d
 * Newly installed $prefix/bin/gcore acts as a shell interface for the
01917d
   GDB command gcore.
01917d
 
01917d
+* New remote packets
01917d
+
01917d
+qXfer:libraries-svr4:read's annex
01917d
+  The previously unused annex of the qXfer:libraries-svr4:read packet
01917d
+  is now used to support passing an argument list.  The remote stub
01917d
+  reports support for this argument list to GDB's qSupported query.
01917d
+  The defined arguments are "start" and "prev", used to reduce work
01917d
+  necessary for library list updating, resulting in significant
01917d
+  speedup.
01917d
+
01917d
 *** Changes in GDB 7.6
01917d
 
01917d
 * Target record has been renamed to record-full.