summaryrefslogtreecommitdiff
path: root/gcc/libgcc2.h
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2000-10-06 05:29:56 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2000-10-06 05:29:56 +0000
commit9ce1b52b3654f3d39a5560b8c2fc5864d556a54d (patch)
treeeb967cd058e472946fc54fbdae14374af6029882 /gcc/libgcc2.h
parentbc88252166a9cc784ef20ba17d2723906261cf86 (diff)
downloadgcc-9ce1b52b3654f3d39a5560b8c2fc5864d556a54d.tar.gz
* Makefile.in (LIB2FUNCS): Add _clz.
* libgcc2.c (__ffsdi2): Use count_trailing_zeros. (__clz_tab): Put in its own unit, non-static. * libgcc2.h: Always include longlong.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36744 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/libgcc2.h')
-rw-r--r--gcc/libgcc2.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/libgcc2.h b/gcc/libgcc2.h
index 2fd6bfe4ab7..e52867399c9 100644
--- a/gcc/libgcc2.h
+++ b/gcc/libgcc2.h
@@ -299,12 +299,6 @@ typedef union
DWtype ll;
} DWunion;
-#if (defined (L_udivmoddi4) || defined (L_muldi3) || defined (L_udiv_w_sdiv)\
- || defined (L_divdi3) || defined (L_udivdi3) \
- || defined (L_moddi3) || defined (L_umoddi3))
-
#include "longlong.h"
-#endif /* udiv or mul */
-
#endif /* __LIBGCC2_H__ */