https://sourceware.org/bugzilla/show_bug.cgi?id=24151
H.J. Lu changed:
What|Removed |Added
CC||hjl.tools at gmail dot com
Depends
https://sourceware.org/bugzilla/show_bug.cgi?id=22791
H.J. Lu changed:
What|Removed |Added
Blocks||24151
Referenced Bugs:
https://sourceware
On Feb 01 2019, Dmitry Bogatov wrote:
> results in huge binary:
>
> $ du -hb a.out
> 4744a.out
> $ strip -s a.out
> $ du -hb a.out
> 4408a.out
> $ file a.out
> a.out: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically
> linked, strip
[ Not a but, strictly speaking, but just do not know, where else to ask. ]
Hello!
I like AT&T syntax of amd64 assembler, so I am using GNU As.
Unfortunately, it creates binries much bigger then one would expect from
source code. For compraison, trivial program, that just exits with
value 1 (ess
https://sourceware.org/bugzilla/show_bug.cgi?id=23963
--- Comment #6 from Nick Clifton ---
(In reply to Ben N from comment #5)
Hi Ben,
> Thanks Nick. As I couldn't find functionality in objdump that warranted the
> printing of control sequences and readelf already mitigate this behaviour, I
> b
https://sourceware.org/bugzilla/show_bug.cgi?id=23963
--- Comment #5 from Ben N ---
(In reply to Nick Clifton from comment #3)
> (In reply to Ben N from comment #1)
> Hi Ben,
>
> Sorry for the delay. I have now applied an extended version of your
> patch, which should cover almost all of th