]> git.ipfire.org Git - thirdparty/gcc.git/commit
lto-streamer-out.c (write_symbol): Use int_size_in_bytes rather than assembling high...
authorDave Korn <dave.korn.cygwin@gmail.com>
Thu, 11 Nov 2010 13:29:46 +0000 (13:29 +0000)
committerDave Korn <davek@gcc.gnu.org>
Thu, 11 Nov 2010 13:29:46 +0000 (13:29 +0000)
commita16e07c6822d6b68ecbcab07205e015363dcd4e7
treec7e19d09bacfcc8a51c1aedc4a75683025f33c24
parentad269884765cfe6e5f4cf1f3abb50b4e74f79ac9
lto-streamer-out.c (write_symbol): Use int_size_in_bytes rather than assembling high and low parts of size if...

* lto-streamer-out.c (write_symbol): Use int_size_in_bytes rather than
assembling high and low parts of size if not using 32-bit HWINT; else
use DECL_SIZE_UNITS, not DECL_SIZE.

From-SVN: r166600
gcc/ChangeLog
gcc/lto-streamer-out.c