This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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 libfortran/29810] [4.1/4.2/4.3 regression] Unsatisfied symbol "fmodl" in libgfortran shared library



------- Comment #32 from fxcoudert at gcc dot gnu dot org  2006-12-06 21:17 -------
Subject: Bug 29810

Author: fxcoudert
Date: Wed Dec  6 21:17:35 2006
New Revision: 119598

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=119598
Log:
        PR libfortran/29810
        * intrinsics/c99_functions.c (fmodf, fmodl, floorl): New functions.
        * c99_protos.h (fmodf, fmodl, floorl): New prototypes.
        * configure.ac: Check for fmodf, fmod and fmodl.
        * configure: Regenerate.
        * config.h.in: Regenerate.
        * aclocal.m4: Regenerate.
        * Makefile.in: Regenerate.

Modified:
    branches/gcc-4_2-branch/libgfortran/ChangeLog
    branches/gcc-4_2-branch/libgfortran/Makefile.in
    branches/gcc-4_2-branch/libgfortran/aclocal.m4
    branches/gcc-4_2-branch/libgfortran/c99_protos.h
    branches/gcc-4_2-branch/libgfortran/config.h.in
    branches/gcc-4_2-branch/libgfortran/configure
    branches/gcc-4_2-branch/libgfortran/configure.ac
    branches/gcc-4_2-branch/libgfortran/intrinsics/c99_functions.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29810


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