summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hongjiu.lu@intel.com>2009-08-08 10:29:29 -0700
committerUlrich Drepper <drepper@redhat.com>2009-08-08 10:29:29 -0700
commitfc1870e6a484ad3211648c9ae51bc076913518aa (patch)
tree79e028c9691d0f75c99fe5d6f5f2214e57808c36 /ChangeLog
parenta3d4298d8354f4ea232f027ba2ebfd560afecc1b (diff)
Use PIC only if SHARED is defined.
For ia32, we can avoid PIC in IFUNC functions in static library.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0a3df8adf8..072af87db7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-08-07 H.J. Lu <hongjiu.lu@intel.com>
+
+ * sysdeps/i386/i686/multiarch/strcspn.S (STRCSPN): Use PIC
+ only if SHARED is defined.
+ * sysdeps/i386/i686/multiarch/strspn.S (strspn): Likewise.
+
2009-08-03 Jim Meyering <meyering@redhat.com>
* sysdeps/i386/configure.in: Use AC_HEADER_CHECK.