[Bug gold/14342] [gold] symbol 'std::__once_callable' used as both __thread and non-__thread
http://sourceware.org/bugzilla/show_bug.cgi?id=14342 Saleem Abdulrasool changed: What|Removed |Added CC||compnerd at compnerd dot ||org -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- 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 gas/16694] gas does not accept ARM VFP registers in .cfi_offset directives
https://sourceware.org/bugzilla/show_bug.cgi?id=16694 Saleem Abdulrasool changed: What|Removed |Added CC||compnerd at compnerd dot org -- 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/18487] ARM "special symbols" reported in preference to more useful ones
https://sourceware.org/bugzilla/show_bug.cgi?id=18487 Saleem Abdulrasool changed: What|Removed |Added CC||compnerd at compnerd dot org -- 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 gas/24524] New: internal error in symbolS *section_symbol(segT) at ... gas/subsegs.c:216
https://sourceware.org/bugzilla/show_bug.cgi?id=24524 Bug ID: 24524 Summary: internal error in symbolS *section_symbol(segT) at ... gas/subsegs.c:216 Product: binutils Version: 2.32 Status: UNCONFIRMED Severity: normal Priority: P2 Component: gas Assignee: unassigned at sourceware dot org Reporter: compnerd at compnerd dot org Target Milestone: --- It seems that building binutils with `-Bsymbolic` will yield an assembler which immediately aborts on any input: echo 'int main() { return 0; }' | gcc-S -x c -o - | as --64 -o /dev/null yields the internal error in section_symbol(segT). -- 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 gas/24524] internal error in symbolS *section_symbol(segT) at ... gas/subsegs.c:216
https://sourceware.org/bugzilla/show_bug.cgi?id=24524 --- Comment #2 from Saleem Abdulrasool --- I dont have the entire config off hand, I'll try to get that for you. I do have some rather aggressive flags - `-Os -ffunction-sections -fdata-sections -fno-common` and on the link side `--icf=safe -O3 -Bsymbolic --no-copy-dt-needed`. I was using gold, I wonder if that had anything to do with that (that is, if this is the result of gold rather than bfd). -- 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 gas/24524] internal error in symbolS *section_symbol(segT) at ... gas/subsegs.c:216
https://sourceware.org/bugzilla/show_bug.cgi?id=24524 --- Comment #3 from Saleem Abdulrasool --- Okay, the full CFLAGS were "-pipe -march=native -Os -g -ffunction-sections -fdata-sections -fno-common -fuse-ld=gold" and LDFLAGS were "-Xlinker --gc-sections -Xlinker -O3 -Xlinker -Bsymbolic -Xlinker --gdb-index -Xlinker --hash-style=gnu -Xlinker --no-copy-dt-needed-entries -Xlinker --sort-common -Xlinker --icf=safe" -- 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