Subject: [PATCH] rs6000: Fix logic for when to emit .machine (PR71216)
authorSegher Boessenkool <segher@kernel.crashing.org>
Fri, 22 Jul 2016 13:08:19 +0000 (15:08 +0200)
committerSegher Boessenkool <segher@gcc.gnu.org>
Fri, 22 Jul 2016 13:08:19 +0000 (15:08 +0200)
commit01a0d7f57b8a0e87cde0aac7e0693bcaa5745898
tree5289b1458a53ca8392b65489e91cf8143221538a
parent1603ebe016da010dcfe264901c4f9a07f9d89e63
Subject: [PATCH] rs6000: Fix logic for when to emit .machine (PR71216)

The current logic determining whether to use .machine in the generated
asm code puts it there if the compiler is not configured with a default
target cpu, _or_ no -mcpu= was given on the command line.  It should
be "and" instead.

PR target/71216
* config/rs6000/rs6000.c (rs6000_file_start): Fix condition for
when to emit a ".machine" pseudo-op.

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