This is the mail archive of the glibc-bugs@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]
Other format: [Raw text]

[Bug math/592] ia64 math library needs updating


------- Additional Comments From jakub at redhat dot com  2004-12-28 09:21 -------
I don't see sysdeps/ia64/libc_libm_*.S in the patch, that are mentioned
in the ChangeLog as New file.  If they all look like:
#include "libm_X.S" for libc_libm_X.S, then maybe using m_libm_X in
libm-sysdep_routines and libm_X in sysdep_routines could do the job too
(see math/Makefile where it uses this with calls variable).  If this doesn't
work, I think the files belong into sysdeps/ia64/fpu/ directory, not sysdeps/ia64
as ChangeLog entry suggests.

Another thing, have you tried to #include <sysdep.h> in
sysdeps/ia64/fpu/libm-symbols.h and use
#ifdef ASSEMBLER
# define __libm_error_support HIDDEN_JUMPTARGET(__libm_error_support)
instead of
#if defined(ASSEMBLER)
# if defined(_LIBC) && !defined NOT_IN_libc \
     && defined SHARED && defined DO_VERSIONING \
     && !defined HAVE_BROKEN_ALIAS_ATTRIBUTE && !defined NO_HIDDEN
#  define __libm_error_support  __GI___libm_error_support
# endif
?
Otherwise looks good.

-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=592

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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