mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-06 02:20:34 +08:00
RS6000: Use .machine ppc for some CRT files
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.
This commit is contained in:
parent
b9dbb436b7
commit
6671127908
@ -1,3 +1,9 @@
|
||||
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
|
||||
|
@ -27,6 +27,7 @@
|
||||
|
||||
/* Do any initializations needed for the eabi environment */
|
||||
|
||||
.machine ppc
|
||||
.section ".text"
|
||||
#include "ppc-asm.h"
|
||||
|
||||
|
@ -27,6 +27,7 @@
|
||||
|
||||
/* Do any initializations needed for the eabi environment */
|
||||
|
||||
.machine ppc
|
||||
.section ".text"
|
||||
#include "ppc-asm.h"
|
||||
|
||||
|
@ -27,6 +27,7 @@
|
||||
|
||||
/* Do any initializations needed for the eabi environment */
|
||||
|
||||
.machine ppc
|
||||
.section ".text"
|
||||
#include "ppc-asm.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user