diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2012-06-23 12:07:04 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2012-06-23 12:07:04 +0200 |
commit | 1518f58b6120289e69aeba9426eca9234cd9a200 (patch) | |
tree | 06b5785499b2deea1abe73832f7f4d1401ec9969 /ChangeLog | |
parent | db9b505976a9448911e728c01885e71ad6e9461f (diff) | |
download | glibc-1518f58b6120289e69aeba9426eca9234cd9a200.tar.gz glibc-1518f58b6120289e69aeba9426eca9234cd9a200.tar.xz glibc-1518f58b6120289e69aeba9426eca9234cd9a200.zip |
SH: Optimize assembler code in context of call to __fortify_fail.
__fortify_fail has »__attribute__ ((__noreturn__))«.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 0653538cc1..649b656da1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2012-06-23 Thomas Schwinge <thomas@codesourcery.com> + * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to + __fortify_fail returning. + * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise. + * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on sysdeps/sh/____longjmp_chk.S. * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based |