This is the mail archive of the gcc-cvs@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]

r116514 - in /branches/ibm/gcc-4_1-branch/gcc: ...


Author: janis
Date: Mon Aug 28 18:01:46 2006
New Revision: 116514

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116514
Log:
	Backport from mainline (r109856)
	2006-01-18  Ben Elliston  <bje@au.ibm.com>	
	* Makefile.in (D32PBIT_FUNCS): New.
	(D64PBIT_FUNCS, D128PBIT_FUNCS): Likewise.
	(libgcc.mk): Set D32PBIT, D64PBIT, D128PBIT, D32PBIT_FUNCS,
	D64PBIT_FUNCS and D128PBIT_FUNCS.
	(LIBGCC_DEPS): Include $(D32PBIT), $(D64PBIT), $(D128PBIT).
	* mklibgcc.in Bring in the DFP support code if D32PBIT, D64PBIT or
	D128PBIT are set.
	(decnumber_dep): Define.
	* doc/libgcc.texi (Decimal float library routines): New node.
	* config/dfp-bit.h, config/dfp-bit.c: New files.

Added:
    branches/ibm/gcc-4_1-branch/gcc/config/dfp-bit.c
      - copied unchanged from r109856, trunk/gcc/config/dfp-bit.c
    branches/ibm/gcc-4_1-branch/gcc/config/dfp-bit.h
      - copied unchanged from r109856, trunk/gcc/config/dfp-bit.h
Modified:
    branches/ibm/gcc-4_1-branch/gcc/ChangeLog
    branches/ibm/gcc-4_1-branch/gcc/Makefile.in
    branches/ibm/gcc-4_1-branch/gcc/doc/libgcc.texi
    branches/ibm/gcc-4_1-branch/gcc/mklibgcc.in


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