This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r111580 - in /branches/redhat/gcc-4_1-branch/gc...
- From: jakub at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Tue, 28 Feb 2006 22:18:20 -0000
- Subject: r111580 - in /branches/redhat/gcc-4_1-branch/gc...
Author: jakub
Date: Tue Feb 28 22:18:20 2006
New Revision: 111580
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111580
Log:
2005-11-22 Joseph S. Myers <joseph@codesourcery.com>
* libgcc-std.ver (GCC_4.2.0): New version.
* libgcc2.c (__floatundixf, __floatunditf, __floatundidf,
__floatundisf): New functions.
* libgcc2.h (__floatundixf, __floatunditf, __floatundidf,
__floatundisf): Declare.
* mklibgcc.in (lib2funcs): Add _floatundidf, _floatundisf,
_floatundixf, and _floatunditf.
Modified:
branches/redhat/gcc-4_1-branch/gcc/ChangeLog
branches/redhat/gcc-4_1-branch/gcc/libgcc-std.ver
branches/redhat/gcc-4_1-branch/gcc/libgcc2.c
branches/redhat/gcc-4_1-branch/gcc/libgcc2.h
branches/redhat/gcc-4_1-branch/gcc/mklibgcc.in