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: ppc e500: spe.h cleanups



On Saturday, May 3, 2003, at 07:02 PM, Joseph S. Myers wrote:


On Sat, 3 May 2003, Aldy Hernandez wrote:

2003-05-03 Aldy Hernandez <aldyh@redhat.com>

* config/rs6000/spe.h: Remove unecessary casts. Misc cleanups.

! This file is part of GCC.

--- 2,23 ----

! This file is part of GNU CC.

Changing GCC to GNU CC is hardly a cleanup, unless you've sent a reversed
diff.



Poop, I dunno how that crept in.


Fixed thusly on e500 branch and mainline.

2003-05-05 Aldy Hernandez <aldyh@redhat.com>

* config/rs6000/spe.h: Revert licensing change from last patch.

Index: config/rs6000/spe.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/rs6000/spe.h,v
retrieving revision 1.12
diff -c -p -r1.12 spe.h
*** config/rs6000/spe.h	3 May 2003 22:44:44 -0000	1.12
--- config/rs6000/spe.h	5 May 2003 15:49:35 -0000
***************
*** 2,23 ****
     Copyright (C) 2002, 2003 Free Software Foundation, Inc.
     Contributed by Aldy Hernandez (aldyh@redhat.com).

! This file is part of GNU CC.

! GNU CC 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.


!    GNU CC 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 GNU CC; see the file COPYING.  If not, write to
!    the Free Software Foundation, 59 Temple Place - Suite 330,
!    Boston, MA 02111-1307, USA.  */

  /* As a special exception, if you include this header file into source
     files compiled by GCC, this header file does not by itself cause
--- 2,23 ----
     Copyright (C) 2002, 2003 Free Software Foundation, Inc.
     Contributed by Aldy Hernandez (aldyh@redhat.com).

! 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.  */

  /* As a special exception, if you include this header file into source
     files compiled by GCC, this header file does not by itself cause


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