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

Re: PATCH: add decimal float routines to libgcc


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




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