diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-05-14 15:17:30 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-05-14 15:17:30 -0700 |
commit | 11de3a3371c18b6fe955d4b43071656baf4b8804 (patch) | |
tree | 5c103ab69b4e5642e8fd91ff389d5b0d17f273e0 /ChangeLog | |
parent | e02f153a1ab75b95e3991dd9dbd3b9220dc9c3ae (diff) | |
download | glibc-11de3a3371c18b6fe955d4b43071656baf4b8804.tar.gz glibc-11de3a3371c18b6fe955d4b43071656baf4b8804.tar.xz glibc-11de3a3371c18b6fe955d4b43071656baf4b8804.zip |
Update elf_machine_load_address for x32
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 6fbcc32a84..7c487bd6a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2012-05-14 H.J. Lu <hongjiu.lu@intel.com> + * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove + the `q' suffix from lea and replace .quad with ASM_ADDR. + +2012-05-14 H.J. Lu <hongjiu.lu@intel.com> + * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove the `q' suffix from xor/rol instructions. Use $2*LP_SIZE+1 instead of $17. |