[Patch ARM] Fix thinko in use of TARGET_UNIFIED_ASM
authorramana <ramana@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 26 Jun 2015 09:08:03 +0000 (09:08 +0000)
committerramana <ramana@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 26 Jun 2015 09:08:03 +0000 (09:08 +0000)
commitb5fbf2dc2a3211c36efc6b595874f64429f856b2
tree163523fbfa57bdbbaa2e843a26ecd5cd1a7a5162
parent4e81b3844cd6cce0b73a7be8b50f6dd124e61f08
[Patch ARM] Fix thinko in use of TARGET_UNIFIED_ASM

While paving the way to turn on unified syntax in ARM state I came
across this use of TARGET_UNIFIED_ASM that really doesn't make sense.

The idea that pop has different encoding sizes is a property of the
Thumb instruction set rather than a property of which form of unified
syntax was used. I still have quite a large patch set for the unified
asm switch but it seems useful to get this one out of the way to catch
any other issues.

Tested with an appropriate set of multilibs on arm-none-eabi /
applied. Bootstrapped on armhf.

Applied to trunk.

2015-06-26  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>

* config/arm/arm.c (arm_output_multireg_pop): Fix use of
TARGET_UNIFIED_ASM.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@224997 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/arm/arm.c