]> git.ipfire.org Git - thirdparty/gcc.git/commit
[Darwin, PPC] Fix .machine directive in vecsave asm.
authorIain Sandoe <iain@sandoe.co.uk>
Tue, 3 Sep 2019 19:08:38 +0000 (19:08 +0000)
committerIain Sandoe <iains@gcc.gnu.org>
Tue, 3 Sep 2019 19:08:38 +0000 (19:08 +0000)
commitde935e9c93236d42be620fde0ba39b74097281a8
tree70a5d40158bc4cb1f5356329de860d693a50fa4e
parent02c8660f119354a1cd0d6b5c4c7406db6c2970f4
[Darwin, PPC] Fix .machine directive in vecsave asm.

The asm file fails to build if we use a modern assembler
which checks that the machine is consistent with the
filetype. Fixed by adjusting in a similar manner to
other assembler.

2019-09-03  Iain Sandoe  <iain@sandoe.co.uk>

Backport from mainline.
2019-05-12  Iain Sandoe  <iain@sandoe.co.uk>

* config/rs6000/darwin-vecsave.S: Set .machine appropriately.

From-SVN: r275348
libgcc/ChangeLog
libgcc/config/rs6000/darwin-vecsave.S