varasm.c (assemble_real): Use real_to_target directly...
commitb409761a1f5f5363a16d46df667508440c8dfd4b
authorZack Weinberg <zack@gcc.gnu.org>
Mon, 29 Sep 2003 21:29:11 +0000 (29 21:29 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Mon, 29 Sep 2003 21:29:11 +0000 (29 21:29 +0000)
treebb342df38ab5769485ec71734c68bfcc6907976b
parentf820b0cf2cb6595ed42b16fd1615eb3aec0a6ada
varasm.c (assemble_real): Use real_to_target directly...

* varasm.c (assemble_real): Use real_to_target directly,
calculate the number of significant elements of the result
array and write them out in a loop, instead of using a giant
switch statement to pick the correct REAL_VALUE_TO_TARGET_*
macro.

From-SVN: r71917
gcc/ChangeLog
gcc/varasm.c