| Date: | Thu, 9 Jan 2014 13:21:01 -0500 |
| From: | Nalin Dahyabhai <nalin@redhat.com> |
| To: | krb5-bugs@mit.edu |
| Subject: | Text relocations in iaesx86.s |
On 32-bit systems, references to shuffle_mask from _iEncExpandKey128 and
_iEncExpandKey256 currently require that the runtime linker perform
relocations in the text section.
By switching to using offsets relative to the global offset table when
reading shuffle_mask, the attached patch frees the linker from having to
attempt to toggle the mapped text section from being writable to be
being executable.
Thanks,
Nalin
_iEncExpandKey256 currently require that the runtime linker perform
relocations in the text section.
By switching to using offsets relative to the global offset table when
reading shuffle_mask, the attached patch frees the linker from having to
attempt to toggle the mapped text section from being writable to be
being executable.
Thanks,
Nalin
Message body is not shown because sender requested not to inline it.