[Bug binutils/14663] strip --only-keep-debug doesn't remove .text, etc.

2019-09-17 Thread i at maskray dot me
https://sourceware.org/bugzilla/show_bug.cgi?id=14663 Fangrui Song changed: What|Removed |Added CC||i at maskray dot me --- Comment #8 fro

[Bug ld/24992] RISC-V: partial relaxing against global pointer with sdata section alignment

2019-09-17 Thread wilson at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=24992 --- Comment #6 from Jim Wilson --- See comment #4 that says "Unless gp and the variable are in the same section, in which case we can ignore the problem." -- You are receiving this mail because: You are on the CC list for the bug. __

[Bug binutils/24942] objcopy: Add option for setting section alignment

2019-09-17 Thread profclonk at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24942 --- Comment #8 from Niklas Gürtler --- I think not all BFD targets support arbitrary alignment, some may only support powers of 2. The internal representation in the BFD library stores only the exponent, so there would have to be a conversion

[Bug binutils/24942] objcopy: Add option for setting section alignment

2019-09-17 Thread maskray at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24942 --- Comment #7 from Fangrui Song --- In addition, have you thought about its interaction with --rename-section? Which command should I use: objcopy --rename-section=.foo=.foo2 --set-section-alignment .foo=8 a.o b.o or objcopy --rename-secti

[Bug binutils/24942] objcopy: Add option for setting section alignment

2019-09-17 Thread maskray at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24942 Fangrui Song changed: What|Removed |Added CC||maskray at google dot com --- Comment