This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [PATCH] GLIBC_2.2.5 support for GCC_3.0 (was Re: Running old apps (glibc 2.0.7 compiled) against current glibc)


Hi,

I have just completed the build and check of the latest glibc from CVS + 
Jakub's patch on both an x86/Linux and an alpha/Linux, using gcc-3.0.1.

Builds and tests successfuly on both systems (alpha used to fail because of 
atexit problems).

Only strange warnings I noticed on the alpha machine:
alpha_chris$ grep warning glibc.log |grep conflicting|sort -u
../math/bits/cmathcalls.h:117: warning: conflicting types for built-in function
`conjl'
../math/bits/cmathcalls.h:126: warning: conflicting types for built-in function
`cimagl'
../math/bits/cmathcalls.h:129: warning: conflicting types for built-in function
`creall'
../sysdeps/alpha/fpu/s_fabs.c:36: warning: conflicting types for built-in function `fabsl'
../sysdeps/generic/w_sqrt.c:46: warning: conflicting types for built-in function `sqrtl'
../sysdeps/ieee754/dbl-64/s_sin.c:1125: warning: conflicting types for built-in
function `sinl'
../sysdeps/ieee754/dbl-64/s_sin.c:1127: warning: conflicting types for built-in
function `cosl'

Cheers,
					Christian



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]