861f93
http://sourceware.org/ml/gdb-cvs/2013-06/msg00015.html
861f93
861f93
### src/gdb/ChangeLog	2013/06/04 12:53:33	1.15682
861f93
### src/gdb/ChangeLog	2013/06/04 13:02:15	1.15683
861f93
## -1,5 +1,9 @@
861f93
 2013-06-04  Gary Benson  <gbenson@redhat.com>
861f93
 
861f93
+	* NEWS: Update.
861f93
+
861f93
+2013-06-04  Gary Benson  <gbenson@redhat.com>
861f93
+
861f93
 	* objfiles.h (inhibit_section_map_updates): New function
861f93
 	declaration.
861f93
 	(resume_section_map_updates): Likewise.
41ba02
Index: gdb-7.6.1/gdb/NEWS
861f93
===================================================================
41ba02
--- gdb-7.6.1.orig/gdb/NEWS	2018-05-05 17:14:37.604747215 +0200
41ba02
+++ gdb-7.6.1/gdb/NEWS	2018-05-05 17:14:51.315869730 +0200
41ba02
@@ -14,6 +14,16 @@
41ba02
   the tradeoff that there is a possibility of false hits being
41ba02
   reported.
861f93
 
861f93
+* New remote packets
861f93
+
861f93
+qXfer:libraries-svr4:read's annex
861f93
+  The previously unused annex of the qXfer:libraries-svr4:read packet
861f93
+  is now used to support passing an argument list.  The remote stub
861f93
+  reports support for this argument list to GDB's qSupported query.
861f93
+  The defined arguments are "start" and "prev", used to reduce work
861f93
+  necessary for library list updating, resulting in significant
861f93
+  speedup.
861f93
+
861f93
 *** Changes in GDB 7.6
861f93
 
861f93
 * Target record has been renamed to record-full.