about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-05-15 14:24:00 -0700
committerH.J. Lu <hjl.tools@gmail.com>2012-05-15 14:24:00 -0700
commitd86813a021b6200cf2ff75041abc101cefcb2da2 (patch)
tree78229daafca1e152159b4953f12fc602f5f62ff3 /ChangeLog
parentd9754f5572a0bde769804157cf2e47a47fd65b9c (diff)
downloadglibc-d86813a021b6200cf2ff75041abc101cefcb2da2.tar.gz
glibc-d86813a021b6200cf2ff75041abc101cefcb2da2.tar.xz
glibc-d86813a021b6200cf2ff75041abc101cefcb2da2.zip
Use R*_LP to call _dl_profile_fixup and frame size
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 214ef35d84..06d3a4f54e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
 
+	* sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
+	and access return value for _dl_profile_fixup.  Use R10_LP to
+	load frame size.
+
+2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
+
 	* sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
 
 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>