public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Alan Modra <amodra@gmail.com>
To: binutils@sourceware.org
Subject: ia64 gas: Remove unnecessary init
Date: Tue, 31 May 2022 21:18:04 +0930	[thread overview]
Message-ID: <YpYAdEws+NJoQlDx@squeak.grove.modra.org> (raw)

The whole struct is cleared by alloc_record.

	* config/tc-ia64.c (output_prologue, output_prologue_gr): Don't
	zero r.record.r.mask.

diff --git a/gas/config/tc-ia64.c b/gas/config/tc-ia64.c
index 2c5e45f0491..a4555046492 100644
--- a/gas/config/tc-ia64.c
+++ b/gas/config/tc-ia64.c
@@ -1760,7 +1760,6 @@ static unw_rec_list *
 output_prologue (void)
 {
   unw_rec_list *ptr = alloc_record (prologue);
-  memset (&ptr->r.record.r.mask, 0, sizeof (ptr->r.record.r.mask));
   return ptr;
 }
 
@@ -1768,7 +1767,6 @@ static unw_rec_list *
 output_prologue_gr (unsigned int saved_mask, unsigned int reg)
 {
   unw_rec_list *ptr = alloc_record (prologue_gr);
-  memset (&ptr->r.record.r.mask, 0, sizeof (ptr->r.record.r.mask));
   ptr->r.record.r.grmask = saved_mask;
   ptr->r.record.r.grsave = reg;
   return ptr;

-- 
Alan Modra
Australia Development Lab, IBM

                 reply	other threads:[~2022-05-31 11:48 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=YpYAdEws+NJoQlDx@squeak.grove.modra.org \
    --to=amodra@gmail.com \
    --cc=binutils@sourceware.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).