]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb/doc: move NEWS entry to the correct place
authorAndrew Burgess <aburgess@redhat.com>
Thu, 29 Aug 2024 16:29:08 +0000 (17:29 +0100)
committerAndrew Burgess <aburgess@redhat.com>
Thu, 29 Aug 2024 16:31:48 +0000 (17:31 +0100)
In commit:

  commit 3055e3d2f13bb84db90b9c19d427c362053775d2
  Date:   Tue May 21 15:58:02 2024 +0100

      gdb: add GDB side target_ops::fileio_stat implementation

I managed to place a NEWS entry in the wrong place.  I put the entry
in 'Changes in GDB 15' rather than 'Changes since GDB 15'.  This
commit moves the entry to the correct place.

gdb/NEWS

index 38807dfcf18f50a458c3b0abd47dd12216348e0c..2f5d5ebbcef192164a2c0a19633aa128dd7cd8ed 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -53,6 +53,13 @@ maintenance info blocks [ADDRESS]
   are listed starting at the inner global block out to the most inner
   block.
 
+* New remote packets
+
+vFile:stat
+  Return information about files on the remote system.  Like
+  vFile:fstat but takes a filename rather than an open file
+  descriptor.
+
 *** Changes in GDB 15
 
 * The MPX commands "show/set mpx bound" have been deprecated, as Intel
@@ -264,11 +271,6 @@ qIsAddressTagged
   file is about, this new packet provides a more generic way to perform such
   a check.
 
-vFile:stat
-  Return information about files on the remote system.  Like
-  vFile:fstat but takes a filename rather than an open file
-  descriptor.
-
 *** Changes in GDB 14
 
 * GDB now supports the AArch64 Scalable Matrix Extension 2 (SME2), which