diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | sysdeps/x86_64/mp_clz_tab.c | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -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 0000000..7b13a39 --- /dev/null +++ b/sysdeps/x86_64/mp_clz_tab.c @@ -0,0 +1 @@ +/* __clz_tab not needed on x86-64. */ |