rs6000: Put back the 's' output modifier
authorSegher Boessenkool <segher@kernel.crashing.org>
Wed, 27 Jan 2016 19:44:31 +0000 (20:44 +0100)
committerSegher Boessenkool <segher@gcc.gnu.org>
Wed, 27 Jan 2016 19:44:31 +0000 (20:44 +0100)
commitac22318350b43bf7a4d72ed620365652cf222e9e
tree8547d02c08e40dc86a41ba381b260aa739b2bb95
parentcbdd8ae08c2cec98ed063a0ef2c237e80539e597
rs6000: Put back the 's' output modifier

It turns out the 's' output modifier is used in some glibc math code,
and is in an installed header even.  So let's put it back, it is much
less of a burden supporting it a bit longer than to deal with the fallout.
(It is also being fixed for glibc.)

* config/rs6000/rs6000.c (print_operand): Rollback 's' removal.

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