Remove unnecessary power9 group terminating nop
authorAlan Modra <amodra@gmail.com>
Wed, 7 Mar 2018 23:47:41 +0000 (10:17 +1030)
committerAlan Modra <amodra@gmail.com>
Thu, 8 Mar 2018 03:47:01 +0000 (14:17 +1030)
commit3fea0c3b3fe53ea805f1289ec9ff5e785024362f
tree49696b751f102f7d74becafe7cdb5a1f031ef893
parent6d4f21f6eee9933a2883f2a214953432c13ee1c2
Remove unnecessary power9 group terminating nop

Power9 doesn't have a group terminating nop, so we may as well emit a
normal nop for power9.  Not that it matters a great deal, I believe
ori 2,2,0 will be treated exactly as ori 0,0,0 by the hardware.

* config/tc-ppc.c (ppc_handle_align): Don't emit a group
terminating nop for power9.
gas/ChangeLog
gas/config/tc-ppc.c