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]

[tree-ssa] GNU CC to GCC nit



A couple "GNU CC"'s snuck in on the tree-ssa branch.  This patch turns then
in "GCC" per our standards.

	* tree-iterator.c, tree-iterator.c: Use GCC rather than GNU CC.
	* tree-ssa-pre.c, tree-ssa-live.h: Likewise.

Index: tree-iterator.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/Attic/tree-iterator.c,v
retrieving revision 1.1.2.1
diff -c -p -r1.1.2.1 tree-iterator.c
*** tree-iterator.c	12 Nov 2003 22:06:26 -0000	1.1.2.1
--- tree-iterator.c	19 Jan 2004 23:09:37 -0000
***************
*** 1,21 ****
  /* Iterator routines for manipulating GENERIC and GIMPLE tree statements.
!    Copyright (C) 2003 Free Software Foundation, Inc.
     Contributed by Andrew MacLeod  <amacleod@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.  */
  
--- 1,21 ----
  /* Iterator routines for manipulating GENERIC and GIMPLE tree statements.
!    Copyright (C) 2003, 2004 Free Software Foundation, Inc.
     Contributed by Andrew MacLeod  <amacleod@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.  */
  
Index: tree-iterator.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/Attic/tree-iterator.h,v
retrieving revision 1.1.2.10
diff -c -p -r1.1.2.10 tree-iterator.h
*** tree-iterator.h	12 Nov 2003 22:06:26 -0000	1.1.2.10
--- tree-iterator.h	19 Jan 2004 23:09:37 -0000
***************
*** 1,21 ****
  /* Iterator routines for manipulating GENERIC and GIMPLE tree statements.
!    Copyright (C) 2003 Free Software Foundation, Inc.
     Contributed by Andrew MacLeod  <amacleod@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.  */
  
--- 1,21 ----
  /* Iterator routines for manipulating GENERIC and GIMPLE tree statements.
!    Copyright (C) 2003, 2004 Free Software Foundation, Inc.
     Contributed by Andrew MacLeod  <amacleod@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.  */
  
Index: tree-ssa-live.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/Attic/tree-ssa-live.h,v
retrieving revision 1.1.2.13
diff -c -p -r1.1.2.13 tree-ssa-live.h
*** tree-ssa-live.h	13 Dec 2003 05:14:27 -0000	1.1.2.13
--- tree-ssa-live.h	19 Jan 2004 23:09:38 -0000
***************
*** 1,21 ****
  /* Routines for liveness in SSA trees.
!    Copyright (C) 2003 Free Software Foundation, Inc.
     Contributed by Andrew MacLeod  <amacleod@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.  */
  
--- 1,21 ----
  /* Routines for liveness in SSA trees.
!    Copyright (C) 2003, 2004 Free Software Foundation, Inc.
     Contributed by Andrew MacLeod  <amacleod@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.  */
  
Index: tree-ssa-pre.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/Attic/tree-ssa-pre.c,v
retrieving revision 1.1.4.124
diff -c -p -r1.1.4.124 tree-ssa-pre.c
*** tree-ssa-pre.c	19 Jan 2004 19:14:17 -0000	1.1.4.124
--- tree-ssa-pre.c	19 Jan 2004 23:09:49 -0000
***************
*** 1,21 ****
  /* SSA-PRE for trees.
!    Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
     Contributed by Daniel Berlin <dan@dberlin.org>
  
! 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.  */
  #include "config.h"
--- 1,21 ----
  /* SSA-PRE for trees.
!    Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
     Contributed by Daniel Berlin <dan@dberlin.org>
  
! 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.  */
  #include "config.h"



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