[Bug binutils/20811] New: strip not stripped in the dynamic table
https://sourceware.org/bugzilla/show_bug.cgi?id=20811 Bug ID: 20811 Summary: strip not stripped in the dynamic table Product: binutils Version: 2.27 Status: UNCONFIRMED Severity: normal Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: rmbeer2 at gmail dot com Target Milestone: --- I say about of 'strip -s'. in the .dynamic of SHDR always have the pointer to SYMTAB(.symtab) and STRTAB(.strtab), if access from .dynamic in ELF or _DYNAMIC[] in C++, this have a old pointer that not have nothing in the memory, can produce a segmentation of fault. -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug binutils/20812] New: strip not stripped for -rdynamic/-Wl,--export-dynamic
https://sourceware.org/bugzilla/show_bug.cgi?id=20812 Bug ID: 20812 Summary: strip not stripped for -rdynamic/-Wl,--export-dynamic Product: binutils Version: 2.27 Status: UNCONFIRMED Severity: normal Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: rmbeer2 at gmail dot com Target Milestone: --- i say about all of 'strip' command. I try any parameters of strip with the same result. If i compiling/linking with -Wl,--export-dynamic or/and -rdynamic parameters. This add a symbol table in the section of the binary file (dynamic or executable) that 'strip' not removed. -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug binutils/20811] strip not stripped in the dynamic table
https://sourceware.org/bugzilla/show_bug.cgi?id=20811 rm beer changed: What|Removed |Added Priority|P2 |P1 -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug ld/22162] Wrong space to load in the memory...
https://sourceware.org/bugzilla/show_bug.cgi?id=22162 --- Comment #3 from rm beer --- Where must asked this problem? I no want wasted 2mb for a 5kb of library... -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug ld/22162] Wrong space to load in the memory...
https://sourceware.org/bugzilla/show_bug.cgi?id=22162 rm beer changed: What|Removed |Added Priority|P2 |P1 Status|RESOLVED|UNCONFIRMED Resolution|INVALID |--- Severity|normal |critical --- Comment #4 from rm beer --- Really is a bug... The Library need a 0x200 of align and not like 0x20, this cause a wasted/lost memory. This is a very ugly bug for glibc... -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils