diff options
| author | Ulrich Drepper <drepper@gmail.com> | 2011-08-20 08:58:44 -0400 |
|---|---|---|
| committer | Andreas Schwab <schwab@redhat.com> | 2011-09-07 11:42:48 +0200 |
| commit | 9ddfa2b9adc84fd8318a3303f66e19f66e9d3084 (patch) | |
| tree | 7e3eb11989778f567790d859bc9aa8d2e25e4974 /ChangeLog | |
| parent | 7be2249733d3fff0d6c7c84937360b3268313223 (diff) | |
| download | glibc-9ddfa2b9adc84fd8318a3303f66e19f66e9d3084.tar.xz glibc-9ddfa2b9adc84fd8318a3303f66e19f66e9d3084.zip | |
Fix minor CFI problem in regular x86-64 trampoline
(cherry picked from commit 0276a718c0fa58916a6e7c54bad22b4e58bb39b4)
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2011-08-20 Ulrich Drepper <drepper@gmail.com> + * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for + the very first instruction. + +2011-08-20 Ulrich Drepper <drepper@gmail.com> + * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore the CFI state in the end. * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first |
