PATCH: add decimal float routines to libgcc
Ben Elliston
bje@au1.ibm.com
Tue Jan 3 23:19:00 GMT 2006
On Tue, Dec 20, 2005 at 12:55:00PM +0000, Joseph S. Myers wrote:
> > Index: config/dfp-bit.h
> > ===================================================================
> > --- config/dfp-bit.h (revision 0)
> > +++ config/dfp-bit.h (revision 0)
> > @@ -0,0 +1,502 @@
> > +/* Header file for dfp-bit.c.
> > + Copyright (C) 2005 Free Software Foundation, Inc.
> > +
> > + This file is part of GCC.
> > +
> > + GCC is free software; you can redistribute it and/or modify
> > + it under the terms of the GNU General Public License as published by
> > + the Free Software Foundation; either version 2, or (at your option)
> > + any later version.
> > +
> > + GCC is distributed in the hope that it will be useful,
> > + but WITHOUT ANY WARRANTY; without even the implied warranty of
> > + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
> > + GNU General Public License for more details.
> > +
> > + You should have received a copy of the GNU General Public License
> > + along with GCC; see the file COPYING. If not, write to
> > + the Free Software Foundation, 59 Temple Place - Suite 330,
> > + Boston, MA 02111-1307, USA. */
>
> Old FSF address. Shouldn't this file have the libgcc exception?
>
> > +You should have received a copy of the GNU General Public License
> > +along with this program; see the file COPYING. If not, write to
> > +the Free Software Foundation, 59 Temple Place - Suite 330,
> > +Boston, MA 02111-1307, USA. */
>
> Old FSF address again.
Okay with these changes? The original patch, if you wish to refresh
your memory, is at:
http://gcc.gnu.org/ml/gcc-patches/2005-12/msg01491.html
Thanks, Ben
More information about the Gcc-patches
mailing list