From: Martin Liska Date: Tue, 22 Jun 2021 06:43:41 +0000 (+0200) Subject: gcov: update comment about padding X-Git-Tag: basepoints/gcc-13~6605 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6871b899b831b4cb36a24033557c835e53c0b07f;p=thirdparty%2Fgcc.git gcov: update comment about padding gcc/ChangeLog: * gcov-io.h: Remove padding entries. --- diff --git a/gcc/gcov-io.h b/gcc/gcov-io.h index ff92afe63dff..538bee81263a 100644 --- a/gcc/gcov-io.h +++ b/gcc/gcov-io.h @@ -45,12 +45,11 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see stored as two 32 bit numbers, the low part first. The number of bytes is stored, followed by the string. Zero length and NULL strings are simply stored as a length - of zero (they have no trailing NUL or padding). + of zero (they have no trailing NUL). int32: byte3 byte2 byte1 byte0 | byte0 byte1 byte2 byte3 int64: int32:low int32:high string: int32:0 | int32:length char* char:0 - padding: | char:0 | char:0 char:0 | char:0 char:0 char:0 item: int32 | int64 | string The basic format of the notes file is