[Bug gas/27684] [PowerPC] Missing extended mnemonic 'mtusprg0', 'mfusprg0', 'mtusprg1', 'mfusprg1', 'mfpir'

2021-04-04 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27684 --- Comment #1 from Alan Modra --- Created attachment 13349 --> https://sourceware.org/bugzilla/attachment.cgi?id=13349&action=edit proposed fix -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gas/27676] [PowerPC] Missing extended mnemonics 'dcbtct', 'dcbtds', 'dcbna', 'dcbtstct', 'dcbtstds'

2021-04-04 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27676 Alan Modra changed: What|Removed |Added CC||bergner at linux dot ibm.com -- You are

[Bug gas/27676] [PowerPC] Missing extended mnemonics 'dcbtct', 'dcbtds', 'dcbna', 'dcbtstct', 'dcbtstds'

2021-04-04 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27676 --- Comment #1 from Alan Modra --- Created attachment 13348 --> https://sourceware.org/bugzilla/attachment.cgi?id=13348&action=edit proposed fix Please review -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/4356] windres fails on files with spaces

2021-04-04 Thread eliz at gnu dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=4356 --- Comment #28 from Eli Zaretskii --- FTR: I didn't use a junction to reproduce the problem, I actually created a directory with a space and copied there the MinGW installation. So maybe the problem is somehow related to resolving links and j

[Bug binutils/4356] windres fails on files with spaces

2021-04-04 Thread eliz at gnu dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=4356 --- Comment #27 from Eli Zaretskii --- First, this is unrelated to the original issue. Second, I cannot reproduce this with windres 2.36 that I built myself (which is the stock 2.36 version with the patch for 'quot' discussed in this bug repor

[Bug binutils/4356] windres fails on files with spaces

2021-04-04 Thread david.macek.0 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=4356 --- Comment #26 from David Macek --- Sorry for the confusion, I stand corrected. I assumed the presented inconsistency, although in an incorrect usage, would translate into an inconsistency with correct usage. I tried directing windres to som

[Bug binutils/4356] windres fails on files with spaces

2021-04-04 Thread eliz at gnu dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=4356 --- Comment #25 from Eli Zaretskii --- Thanks, but this is incorrect usage: --preprocessor= doesn't support command-line arguments. The command-line arguments should be passed via --preprocessor-arg=. -- You are receiving this mail because:

[Bug binutils/4356] windres fails on files with spaces

2021-04-04 Thread david.macek.0 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=4356 --- Comment #24 from David Macek --- Here you go. Can you confirm this behavior? $ cat a.rc 1 VERSIONINFO FILEVERSION 1,0,0,0 BEGIN END $ ls a.res ls: a.res: No such file or directory $ windres -o a.res a.rc "--preprocessor=gcc -E -xc"