diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-04-15 04:30:41 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-04-15 04:30:41 +0000 |
commit | ae650a41ef732a40c7897f4ae99d967b859c05d6 (patch) | |
tree | ba71ec317e13dc7c875fcf86fd7a71450fb3a8fa | |
parent | 353f210707092e3e57418b4954888f2d15cc3da3 (diff) | |
download | glibc-ae650a41ef732a40c7897f4ae99d967b859c05d6.tar.gz |
* sysdeps/x86_64/mp_clz_tab.c: New file.
-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 0000000000..7b13a394da --- /dev/null +++ b/sysdeps/x86_64/mp_clz_tab.c @@ -0,0 +1 @@ +/* __clz_tab not needed on x86-64. */ |