RS6000: Use .machine ppc for some CRT files
authorSebastian Huber <sebastian.huber@embedded-brains.de>
Mon, 6 Apr 2020 20:30:21 +0000 (22:30 +0200)
committerSebastian Huber <sebastian.huber@embedded-brains.de>
Mon, 27 Apr 2020 05:45:54 +0000 (07:45 +0200)
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.

libgcc/ChangeLog
libgcc/config/rs6000/crtresfpr.S
libgcc/config/rs6000/crtresxfpr.S
libgcc/config/rs6000/crtsavfpr.S

index da419ff4b0a182167120fe32984bf3996e9f7d5c..7dbab3ef4997ac0139709807ea42947b29f953d6 100644 (file)
@@ -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
index 6c0d01bf9c1719c50949ce1914ebb3a66469baef..99e6f086026a2634d15aa1f27eeb86603510c685 100644 (file)
@@ -27,6 +27,7 @@
 
 /* Do any initializations needed for the eabi environment */
 
+       .machine ppc
        .section ".text"
        #include "ppc-asm.h"
 
index 9f01fa5094b407cdd1f20c4d66b6a47a5968e6bc..9931db244f72ab3e12dc71ff178b7539507e38c8 100644 (file)
@@ -27,6 +27,7 @@
 
 /* Do any initializations needed for the eabi environment */
 
+       .machine ppc
        .section ".text"
        #include "ppc-asm.h"
 
index fa043ddd0784c98306fb42d7d5b34f702640265e..dd8743ae058906a9390f338e480f44522e5f7f1e 100644 (file)
@@ -27,6 +27,7 @@
 
 /* Do any initializations needed for the eabi environment */
 
+       .machine ppc
        .section ".text"
        #include "ppc-asm.h"