[Bug ld/24151] Regression about copy relocation of protected data

2019-02-01 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24151 H.J. Lu changed: What|Removed |Added CC||hjl.tools at gmail dot com Depends

[Bug gas/22791] PLT32 should be used for 32-bit PC-relative branches

2019-02-01 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22791 H.J. Lu changed: What|Removed |Added Blocks||24151 Referenced Bugs: https://sourceware

Re: How create small binaries with GNU binutils.

2019-02-01 Thread Andreas Schwab
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

How create small binaries with GNU binutils.

2019-02-01 Thread Dmitry Bogatov
[ 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

[Bug binutils/23963] objdump unsafely prints control characters from string table

2019-02-01 Thread nickc at redhat dot com
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

[Bug binutils/23963] objdump unsafely prints control characters from string table

2019-02-01 Thread pajexali at gmail dot com
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