]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* gdb/doc/gdb.texinfo (Host I/O Packets): Mention explicit negative
authorDaniel Jacobowitz <drow@false.org>
Thu, 1 Jun 2006 15:41:14 +0000 (15:41 +0000)
committerDaniel Jacobowitz <drow@false.org>
Thu, 1 Jun 2006 15:41:14 +0000 (15:41 +0000)
signs.

ChangeLog.csl
gdb/doc/gdb.texinfo

index cbb20ff7e045bc0ff18299b3cd493674cc535225..1087f4c9d85b4de48a34ba4e7864fa0195adcaec 100644 (file)
@@ -1,3 +1,8 @@
+2006-06-01  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb/doc/gdb.texinfo (Host I/O Packets): Mention explicit negative
+       signs.
+
 2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * gdb/remote.c (remote_download_command): Correct short write
index 6dbb66c010e5734c4e4a17687d6d39a2abbe8a01..c84808b0328c4eaf30113e8a140adbc11b485e58 100644 (file)
@@ -23769,10 +23769,12 @@ its arguments.  They have this format:
 @var{operation} is the name of the particular request; the target
 should compare the entire packet name up to the comma when checking
 for a supported operation.  The format of @var{parameter} depends on
-the operation.  Numbers are always passed in hexadecimal, and strings
-(e.g.@: filenames) are encoded as a series of hexadecimal bytes.
-The last argument to a system call may be a binary buffer, which will
-be escaped in the same way as the X packet (@pxref{X packet}).
+the operation.  Numbers are always passed in hexadecimal.  Negative
+numbers have an explicit minus sign (i.e.@: two's complement is not
+used).  Strings (e.g.@: filenames) are encoded as a series of
+hexadecimal bytes.  The last argument to a system call may be a binary
+buffer, which will be escaped in the same way as the X packet
+(@pxref{X packet}).
 
 @end table