public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Martin Liska <marxin@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r12-1708] gcov: update comment about padding
Date: Tue, 22 Jun 2021 06:45:10 +0000 (GMT)	[thread overview]
Message-ID: <20210622064510.1A8893858024@sourceware.org> (raw)

https://gcc.gnu.org/g:6871b899b831b4cb36a24033557c835e53c0b07f

commit r12-1708-g6871b899b831b4cb36a24033557c835e53c0b07f
Author: Martin Liska <mliska@suse.cz>
Date:   Tue Jun 22 08:43:41 2021 +0200

    gcov: update comment about padding
    
    gcc/ChangeLog:
    
            * gcov-io.h: Remove padding entries.

Diff:
---
 gcc/gcov-io.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gcc/gcov-io.h b/gcc/gcov-io.h
index ff92afe63df..538bee81263 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


                 reply	other threads:[~2021-06-22  6:45 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210622064510.1A8893858024@sourceware.org \
    --to=marxin@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).