diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-02-03 23:24:19 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-02-03 23:24:19 +0000 |
commit | b1da7dd99dcffe28d02a6515a9dc8cca3205a497 (patch) | |
tree | 0494bed7000911b187a90bccb05ae31bfc560539 /ChangeLog | |
parent | 9a1d92541ff2e864aab682d66fba7ea2555ef13b (diff) | |
download | glibc-b1da7dd99dcffe28d02a6515a9dc8cca3205a497.tar glibc-b1da7dd99dcffe28d02a6515a9dc8cca3205a497.tar.gz glibc-b1da7dd99dcffe28d02a6515a9dc8cca3205a497.tar.bz2 glibc-b1da7dd99dcffe28d02a6515a9dc8cca3205a497.zip |
Use macros for x86 PIC thunk names.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2012-02-03 Joseph Myers <joseph@codesourcery.com> + * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define. + (SETUP_PIC_REG): Use GET_PC_THUNK. + * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR + macro. + +2012-02-03 Joseph Myers <joseph@codesourcery.com> + * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also for non-PIC compilation. (SETUP_PIC_REG): Add .p2align directive. |