[Bug binutils/28485] ar and objcopy stuck,failing on object name containing '/' inside an archive

2022-06-21 Thread pullin at berkeley dot edu
https://sourceware.org/bugzilla/show_bug.cgi?id=28485 --- Comment #3 from Andrew Pullin --- Ultimately, the workaround for this was to use the llvm/clang version of objcopy to do the operation I needed to do to weaken symbols. Since the path handling is consistent within their ecosystem, it was a

[Bug binutils/28485] ar and objcopy stuck,failing on object name containing '/' inside an archive

2021-10-21 Thread pullin at berkeley dot edu
https://sourceware.org/bugzilla/show_bug.cgi?id=28485 --- Comment #1 from Andrew Pullin --- This appears to originate from here: https://sourceware.org/git/?p=binutils-gdb.git;a=blob;f=binutils/ar.c;h=8885585ef7537450f0f0990a5eeea7eb16bcad8f;hb=refs/heads/master#l1157 As far as I can tell, there

[Bug binutils/28485] New: ar and objcopy stuck,failing on object name containing '/' inside an archive

2021-10-21 Thread pullin at berkeley dot edu
NCONFIRMED Severity: normal Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: pullin at berkeley dot edu Target Milestone: --- I am trying to localize some symbols in objects inside an archive. Ultimately, it seems like the