[Bug binutils/23611] objcopy is not removing the sections like .rela.plt and rela.dyn.

2018-09-06 Thread andrew.burgess at embecosm dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23611 --- Comment #1 from Andrew Burgess --- I think that you are correct, these two sections don't behave like other relocation sections. The answer, I suspect is this code in elf.c: /* If this reloc section does not use the main symbol table

[Bug ld/21961] --orphan-handling=error fails in 2.29 because of changed .group handling

2017-08-24 Thread andrew.burgess at embecosm dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21961 --- Comment #7 from Andrew Burgess --- I don't have permission to change the status of this bug to closed: fixed, but for what it's worth I believe that is now the case. If anyone thinks there are still issues in this area, leave a comment (a

[Bug ld/21961] --orphan-handling=error fails in 2.29 because of changed .group handling

2017-08-23 Thread andrew.burgess at embecosm dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21961 Andrew Burgess changed: What|Removed |Added Attachment #10348|0 |1 is obsolete|

[Bug ld/21961] --orphan-handling=error fails in 2.29 because of changed .group handling

2017-08-17 Thread andrew.burgess at embecosm dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21961 --- Comment #2 from Andrew Burgess --- Created attachment 10348 --> https://sourceware.org/bugzilla/attachment.cgi?id=10348&action=edit An initial patch A quick update to show I'm working on this issue. The patch above should fix the reg