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