[Bug ld/28743] -z relro creats holes in the process image on GNU/Linux

2022-01-10 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28743 --- Comment #14 from H.J. Lu --- (In reply to Florian Weimer from comment #9) > Created attachment 13890 [details] > ehframeopt.tar.gz > > A reproducer. > > $ ./ehframeopt | head -n 5 > 0040-00401000 r--p 00:25 506445

[Bug ld/28743] -z relro creats holes in the process image on GNU/Linux

2022-01-10 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28743 --- Comment #13 from H.J. Lu --- Created attachment 13897 --> https://sourceware.org/bugzilla/attachment.cgi?id=13897&action=edit A patch -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/28759] ar: Add --thin to avoid 'T' conflict with X/Open System Interface

2022-01-10 Thread i at maskray dot me
https://sourceware.org/bugzilla/show_bug.cgi?id=28759 --- Comment #1 from Fangrui Song --- Patch: https://sourceware.org/pipermail/binutils/2022-January/119250.html -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/28759] ar: Add --thin to avoid 'T' conflict with X/Open System Interface

2022-01-10 Thread i at maskray dot me
https://sourceware.org/bugzilla/show_bug.cgi?id=28759 Fangrui Song changed: What|Removed |Added CC||nickc at redhat dot com -- You are re

[Bug binutils/28759] New: ar: Add --thin to avoid 'T' conflict with X/Open System Interface

2022-01-10 Thread i at maskray dot me
https://sourceware.org/bugzilla/show_bug.cgi?id=28759 Bug ID: 28759 Summary: ar: Add --thin to avoid 'T' conflict with X/Open System Interface Product: binutils Version: unspecified Status: UNCONFIRMED Severity:

[Bug ld/28743] -z relro creats holes in the process image on GNU/Linux

2022-01-10 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28743 --- Comment #12 from H.J. Lu --- A simple testcase: [hjl@gnu-tgl-3 pr28743-2]$ cat relro1.s .globl main .globl start .globl _start .globl __start .text main: start: _start: __start: .long 0