diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-03-20 08:53:42 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-03-20 08:53:42 -0700 |
commit | 114883e00a8aebc3ce48831aa60bef8f963c7e95 (patch) | |
tree | b6831ba24872e7c0f813f34a72ffe0b6dd99021f /ChangeLog | |
parent | c135cc1b5f24fab392af069daa637b51621c67ff (diff) | |
download | glibc-114883e00a8aebc3ce48831aa60bef8f963c7e95.zip glibc-114883e00a8aebc3ce48831aa60bef8f963c7e95.tar.gz glibc-114883e00a8aebc3ce48831aa60bef8f963c7e95.tar.bz2 |
Support x86-64 __jmp_buf with __WORDSIZE != 64
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2012-03-20 H.J. Lu <hongjiu.lu@intel.com> + + * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with + __WORDSIZE != 64. + 2012-03-20 Joseph Myers <joseph@codesourcery.com> * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and |