]> git.ipfire.org Git - thirdparty/gcc.git/commit
mmix.c (mmix_output_octa): Don't assume HOST_WIDEST_INT_PRINT_HEX starts with "0x".
authorHans-Peter Nilsson <hp@bitrange.com>
Mon, 8 Oct 2012 00:10:20 +0000 (00:10 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Mon, 8 Oct 2012 00:10:20 +0000 (00:10 +0000)
commit63f2a6a5aaf319329c33a7cfd342f3aaa763b883
treea42da8cdcabebec6b9766fdf32191dc22c43dded
parent81bd268ceb57db1d3996b63b66054b4dce8dbb06
mmix.c (mmix_output_octa): Don't assume HOST_WIDEST_INT_PRINT_HEX starts with "0x".

* config/mmix/mmix.c (mmix_output_octa): Don't assume
HOST_WIDEST_INT_PRINT_HEX starts with "0x".  Instead use
HOST_WIDE_INT_PRINT_HEX_PURE, falling back to
HOST_WIDEST_INT_PRINT_UNSIGNED.

From-SVN: r192189
gcc/ChangeLog
gcc/config/mmix/mmix.c