]> git.ipfire.org Git - thirdparty/gcc.git/commit
except.c (init_eh): Fix computation of builtin setjmp buffer size to allow for target...
authorNick Clifton <nickc@redhat.com>
Mon, 19 May 2014 13:27:25 +0000 (13:27 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Mon, 19 May 2014 13:27:25 +0000 (13:27 +0000)
commit40ba8dfb395e8ed85990a2655cf0d8a0f7619e0c
treed9e926e92becdcc52937f952332b22bbeb3bde5a
parentcb460086e1601d7ed22a2d911adede51c945c66f
except.c (init_eh): Fix computation of builtin setjmp buffer size to allow for targets where...

* except.c (init_eh): Fix computation of builtin setjmp buffer
size to allow for targets where POINTER_SIZE > BITS_PER_WORD.

From-SVN: r210612
gcc/ChangeLog
gcc/except.c