mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Jorge Almeida <jjalmeida@gmail.com>
To: musl@lists.openwall.com
Subject: Re: Re: size of executable
Date: Mon, 12 Aug 2019 18:59:35 +0100	[thread overview]
Message-ID: <CAKpSnpKdYtM64VtjXha7DGcqX6xUCEFO8jjM2D2jPDs7DMmeyQ@mail.gmail.com> (raw)
In-Reply-To: <20190812171851.GS9017@brightrain.aerifal.cx>

On Mon, Aug 12, 2019 at 6:19 PM Rich Felker <dalias@libc.org> wrote:
>
> On Mon, Aug 12, 2019 at 05:55:28PM +0100, Jorge Almeida wrote:

> > gcc -static -Os -march=native -fomit-frame-pointer -pipe -Wall  -Werror=pedantic  -Werror=implicit-function-declaration -pedantic -pedantic-errors -mpreferred-stack-boundary=4 -falign-functions=1 -falign-jumps=1 -falign-loops=1 -fno-unwind-tables -fdata-sections -ffunction-sections -Wl,--gc-sections -fno-asynchronous-unwind-tables -fstrict-aliasing -Wstrict-aliasing=2 -Wno-unused-function -std=c11 hello.c
> >
> > Stripping:
> >
> > strip -s a.out
> > strip -S --strip-unneeded --remove-section=.note.gnu.gold-version --remove-section=.comment --remove-section=.note --remove-section=.note.gnu.build-id --remove-section=.note.ABI-tag --remove-section=.eh_frame --remove-section=.eh_frame_ptr -R .note -R .comment -R .note.GNU-stack a.out
> > sstrip a.out
>
> This is a binutils regression from a dubious anti-ROP feature, -z
> separate-code. Add -Wl,-z,noseparate-code and it will go away.
>
> FYI musl-cross-make has been updated to change the default back in
> toolchains it builds.
>
Aha!

8472 not stripped and 4132 stripped.

Thanks!

Jorge


  reply	other threads:[~2019-08-12 17:59 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-12 16:48 Jorge Almeida
2019-08-12 16:55 ` Jorge Almeida
2019-08-12 17:18   ` Rich Felker
2019-08-12 17:59     ` Jorge Almeida [this message]
2019-08-12 18:16     ` Khem Raj
2019-08-12 18:23       ` Rich Felker
2019-08-13 10:15         ` Micha Nelissen
2019-08-13 11:45           ` Fangrui Song

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=CAKpSnpKdYtM64VtjXha7DGcqX6xUCEFO8jjM2D2jPDs7DMmeyQ@mail.gmail.com \
    --to=jjalmeida@gmail.com \
    --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).