about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-02-03 23:24:19 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-02-03 23:24:19 +0000
commitb1da7dd99dcffe28d02a6515a9dc8cca3205a497 (patch)
tree0494bed7000911b187a90bccb05ae31bfc560539 /ChangeLog
parent9a1d92541ff2e864aab682d66fba7ea2555ef13b (diff)
downloadglibc-b1da7dd99dcffe28d02a6515a9dc8cca3205a497.tar.gz
glibc-b1da7dd99dcffe28d02a6515a9dc8cca3205a497.tar.xz
glibc-b1da7dd99dcffe28d02a6515a9dc8cca3205a497.zip
Use macros for x86 PIC thunk names.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a78f20931b..22d6682dbd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.