mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Rich Felker <dalias@libc.org>
To: musl@lists.openwall.com
Subject: Re: [PATCH v2 0/3] Resolve compiler warnings in master
Date: Wed, 10 Jul 2019 17:14:02 -0400	[thread overview]
Message-ID: <20190710211402.GW1506@brightrain.aerifal.cx> (raw)
In-Reply-To: <20190629231906.64452-1-samuel@sholland.org>

On Sat, Jun 29, 2019 at 06:19:03PM -0500, Samuel Holland wrote:
> These three patches resolve some compiler warnings about mismatched
> attributes, and restrict violations, and a macro redifinition.
> 
> Fixing the header prototype for ___errno_location does provide the
> expected optimization improvement:
> 
> Before:
>    text    data     bss     dec     hex filename
>  675262    2146   11568  688976   a8350 lib/libc.so
> 
> After:
>    text    data     bss     dec     hex filename
>  674838    2146   11568  688552   a81a8 lib/libc.so
> 
> Changes since v1:
> - Move the attribute to the prototype in src/include/errno.h
> - Add patch 3
> 
> Samuel Holland (3):
>   resolve -Wrestrict warnings
>   use the correct attributes for ___errno_location
>   Revert "mips,powerpc: fix TIOCSER_TEMT in termios.h"

Thanks! Sorry I overlooked these at first. Applying.

Rich


      parent reply	other threads:[~2019-07-10 21:14 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-29 23:19 Samuel Holland
2019-06-29 23:19 ` [PATCH v2 1/3] resolve -Wrestrict warnings Samuel Holland
2019-06-29 23:19 ` [PATCH v2 2/3] use the correct attributes for ___errno_location Samuel Holland
2019-06-29 23:19 ` [PATCH v2 3/3] Revert "mips,powerpc: fix TIOCSER_TEMT in termios.h" Samuel Holland
2019-07-10 21:14 ` Rich Felker [this message]

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=20190710211402.GW1506@brightrain.aerifal.cx \
    --to=dalias@libc.org \
    --cc=musl@lists.openwall.com \
    /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.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

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 NNTP newsgroup(s).