[Bug gas/28919] New: powerpc e500mc Error: unrecognized opcode: `isel'

2022-02-22 Thread judge.packham+glibc at gmail dot com
y: P2 Component: gas Assignee: unassigned at sourceware dot org Reporter: judge.packham+glibc at gmail dot com Target Milestone: --- When building with -mcpu=e500mc the assembler reports produces the following error [ALL ]/tmp/ccafVatb.s: Assembler messages: [ERROR]

[Bug gas/28919] powerpc e500mc Error: unrecognized opcode: `isel'

2022-02-23 Thread judge.packham+glibc at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28919 --- Comment #1 from Chris Packham --- Created attachment 13993 --> https://sourceware.org/bugzilla/attachment.cgi?id=13993&action=edit assembly file emitted by GCC -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gas/28919] powerpc e500mc Error: unrecognized opcode: `isel'

2022-02-24 Thread judge.packham+glibc at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28919 --- Comment #2 from Chris Packham --- Debugging a bit further looks like the generated assembly listing has a ".machine ppc" directive in it which overrides the -me500mc from the command line. -- You are receiving this mail because: You are

[Bug gas/28919] powerpc e500mc Error: unrecognized opcode: `isel'

2022-02-24 Thread judge.packham+glibc at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28919 --- Comment #3 from Chris Packham --- This might be resolve by https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff;h=cebc89b9328;hp=9cbed90ee623d75e31994e7943960c997ba565f2 -- You are receiving this mail because: You are on the CC li

[Bug gas/28919] powerpc e500mc Error: unrecognized opcode: `isel'

2022-02-24 Thread judge.packham+glibc at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28919 Chris Packham changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug gold/31320] New: binutils-2.42 build failure on macos - error: 'uchar.h' file not found

2024-01-30 Thread judge.packham+glibc at gmail dot com
Severity: normal Priority: P2 Component: gold Assignee: ccoutant at gmail dot com Reporter: judge.packham+glibc at gmail dot com CC: ian at airs dot com Target Milestone: --- Just updating crosstool-ng to the latest binutils and github'

[Bug gold/31320] binutils-2.42 build failure on macos - error: 'uchar.h' file not found

2024-01-31 Thread judge.packham+glibc at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31320 --- Comment #2 from Chris Packham --- It looks like is a C11 thing so maybe instead of __APPLE__ some check around that would be better. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gold/31320] binutils-2.42 build failure on macos - error: 'uchar.h' file not found

2024-01-31 Thread judge.packham+glibc at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31320 --- Comment #3 from Chris Packham --- Looks like it could be imported from gnulib https://www.gnu.org/software/gnulib/manual/html_node/uchar_002eh.html for systems that don't have it. -- You are receiving this mail because: You are on the CC

[Bug gold/32016] New: ld.gold error unsupported -mbss-plt code

2024-07-23 Thread judge.packham+glibc at gmail dot com
: gold Assignee: ccoutant at gmail dot com Reporter: judge.packham+glibc at gmail dot com CC: ian at airs dot com Target Milestone: --- I'm experimenting with adding ld.gold as an option to our toolchains but I'm hitting an error. This happens to b

[Bug gold/32016] ld.gold error unsupported -mbss-plt code

2024-07-24 Thread judge.packham+glibc at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32016 Chris Packham changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---