Since commit
e154242724b084380e3221df7c08fcdbd8460674 the flag -many is
sometimes not passed to the assembler. Use .machine ppc to prevent
errors if these files are assembled for an ISA which does not support
FPRs.
libgcc/
* config/rs6000/crtresfpr.S: Use .machine ppc.
* config/rs6000/crtresxfpr.S: Likewise.
* config/rs6000/crtsavfpr.S: Likewise.
+2020-04-27 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+ * config/rs6000/crtresfpr.S: Use .machine ppc.
+ * config/rs6000/crtresxfpr.S: Likewise.
+ * config/rs6000/crtsavfpr.S: Likewise.
+
2020-04-21 Szabolcs Nagy <szabolcs.nagy@arm.com>
PR target/94514
/* Do any initializations needed for the eabi environment */
+ .machine ppc
.section ".text"
#include "ppc-asm.h"
/* Do any initializations needed for the eabi environment */
+ .machine ppc
.section ".text"
#include "ppc-asm.h"
/* Do any initializations needed for the eabi environment */
+ .machine ppc
.section ".text"
#include "ppc-asm.h"