about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-04-15 04:30:41 +0000
committerUlrich Drepper <drepper@redhat.com>2009-04-15 04:30:41 +0000
commitae650a41ef732a40c7897f4ae99d967b859c05d6 (patch)
treeba71ec317e13dc7c875fcf86fd7a71450fb3a8fa
parent353f210707092e3e57418b4954888f2d15cc3da3 (diff)
downloadglibc-ae650a41ef732a40c7897f4ae99d967b859c05d6.tar.gz
glibc-ae650a41ef732a40c7897f4ae99d967b859c05d6.tar.xz
glibc-ae650a41ef732a40c7897f4ae99d967b859c05d6.zip
* sysdeps/x86_64/mp_clz_tab.c: New file.
-rw-r--r--ChangeLog4
-rw-r--r--sysdeps/x86_64/mp_clz_tab.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2af50a0a43..38cf5bcd6f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-04-14  Ulrich Drepper  <drepper@redhat.com>
+
+	* sysdeps/x86_64/mp_clz_tab.c: New file.
+
 2009-03-17  Ryan S. Arnold  <rsa@us.ibm.com>
             Ulrich Drepper  <drepper@redhat.com>
 
diff --git a/sysdeps/x86_64/mp_clz_tab.c b/sysdeps/x86_64/mp_clz_tab.c
new file mode 100644
index 0000000000..7b13a394da
--- /dev/null
+++ b/sysdeps/x86_64/mp_clz_tab.c
@@ -0,0 +1 @@
+/* __clz_tab not needed on x86-64.  */