From b4f05423f4b8b7f3689229c27ff0d6aa3f274bc0 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Fri, 11 Nov 2005 22:45:06 +0000 Subject: * longlong.h (__clz_tab): Always provide. From-SVN: r106803 --- gcc/longlong.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gcc/longlong.h') diff --git a/gcc/longlong.h b/gcc/longlong.h index f847824..f713f75 100644 --- a/gcc/longlong.h +++ b/gcc/longlong.h @@ -41,9 +41,10 @@ #define UWtype USItype #define UHWtype USItype #define UDWtype UDItype -extern const UQItype __clz_tab[256] ATTRIBUTE_HIDDEN; #endif +extern const UQItype __clz_tab[256]; + /* Define auxiliary asm macros. 1) umul_ppmm(high_prod, low_prod, multiplier, multiplicand) multiplies two -- cgit v1.1