rs6000: Always output .machine
authorSegher Boessenkool <segher@kernel.crashing.org>
Mon, 15 Jul 2019 20:57:53 +0000 (22:57 +0200)
committerSegher Boessenkool <segher@gcc.gnu.org>
Mon, 15 Jul 2019 20:57:53 +0000 (22:57 +0200)
commit2d94f7dea9c73ef3c116a0ddc722724578a860fe
tree653256106c72ccbac4f03043cc2c6cc1bc2fcefd
parentea298f7ad0170458e740b03eb9af9b90b697f92f
rs6000: Always output .machine

We now can always output .machine (if we output it at all for the
current target).

PR target/91050
* config/rs6000/rs6000.c (rs6000_file_start): Never skip emitting a
.machine directive.

From-SVN: r273498
gcc/ChangeLog
gcc/config/rs6000/rs6000.c