Commit 58add37a by Ulrich Weigand Committed by Ulrich Weigand

2064.md: Change GNU CC to GCC.

	* config/s390/2064.md: Change GNU CC to GCC.
	* config/s390/2084.md: Likewise.
	* config/s390/fixdfdi.h: Likewise.
	* config/s390/linux.h: Likewise.
	* config/s390/s390-modes.def: Likewise.
	* config/s390/s390-protos.h: Likewise.
	* config/s390/s390.c: Likewise.
	* config/s390/s390.h: Likewise.
	* config/s390/s390.md: Likewise.
	* config/s390/s390x.h: Likewise.

From-SVN: r68941
parent 60cd4dae
2003-07-04 Ulrich Weigand <uweigand@de.ibm.com>
* config/s390/2064.md: Change GNU CC to GCC.
* config/s390/2084.md: Likewise.
* config/s390/fixdfdi.h: Likewise.
* config/s390/linux.h: Likewise.
* config/s390/s390-modes.def: Likewise.
* config/s390/s390-protos.h: Likewise.
* config/s390/s390.c: Likewise.
* config/s390/s390.h: Likewise.
* config/s390/s390.md: Likewise.
* config/s390/s390x.h: Likewise.
2003-07-04 Jeff Law <law@redhat.com> 2003-07-04 Jeff Law <law@redhat.com>
* expr.c (do_store_flag): Pass in the correct result type * expr.c (do_store_flag): Pass in the correct result type
......
...@@ -2,23 +2,23 @@ ...@@ -2,23 +2,23 @@
;; Copyright (C) 2003 Free Software Foundation, Inc. ;; Copyright (C) 2003 Free Software Foundation, Inc.
;; Contributed by Hartmut Penner (hpenner@de.ibm.com) and ;; Contributed by Hartmut Penner (hpenner@de.ibm.com) and
;; Ulrich Weigand (uweigand@de.ibm.com). ;; Ulrich Weigand (uweigand@de.ibm.com).
;;
;; This file is part of GNU CC. ;; This file is part of GCC.
;;
;; GNU CC is free software; you can redistribute it and/or modify ;; GCC is free software; you can redistribute it and/or modify it under
;; it under the terms of the GNU General Public License as published by ;; the terms of the GNU General Public License as published by the Free
;; the Free Software Foundation; either version 2, or (at your option) ;; Software Foundation; either version 2, or (at your option) any later
;; any later version. ;; version.
;;
;; GNU CC is distributed in the hope that it will be useful, ;; GCC is distributed in the hope that it will be useful, but WITHOUT ANY
;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;; WARRANTY; without even the implied warranty of MERCHANTABILITY or
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
;; GNU General Public License for more details. ;; for more details.
;;
;; You should have received a copy of the GNU General Public License ;; You should have received a copy of the GNU General Public License
;; along with GNU CC; see the file COPYING. If not, write to ;; along with GCC; see the file COPYING. If not, write to the Free
;; the Free Software Foundation, 59 Temple Place - Suite 330, ;; Software Foundation, 59 Temple Place - Suite 330, Boston, MA
;; Boston, MA 02111-1307, USA. ;; 02111-1307, USA.
;; ;;
;; References: ;; References:
......
...@@ -2,23 +2,23 @@ ...@@ -2,23 +2,23 @@
;; Copyright (C) 2003 Free Software Foundation, Inc. ;; Copyright (C) 2003 Free Software Foundation, Inc.
;; Contributed by Hartmut Penner (hpenner@de.ibm.com) and ;; Contributed by Hartmut Penner (hpenner@de.ibm.com) and
;; Ulrich Weigand (uweigand@de.ibm.com). ;; Ulrich Weigand (uweigand@de.ibm.com).
;;
;; This file is part of GNU CC. ;; This file is part of GCC.
;;
;; GNU CC is free software; you can redistribute it and/or modify ;; GCC is free software; you can redistribute it and/or modify it under
;; it under the terms of the GNU General Public License as published by ;; the terms of the GNU General Public License as published by the Free
;; the Free Software Foundation; either version 2, or (at your option) ;; Software Foundation; either version 2, or (at your option) any later
;; any later version. ;; version.
;;
;; GNU CC is distributed in the hope that it will be useful, ;; GCC is distributed in the hope that it will be useful, but WITHOUT ANY
;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;; WARRANTY; without even the implied warranty of MERCHANTABILITY or
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
;; GNU General Public License for more details. ;; for more details.
;;
;; You should have received a copy of the GNU General Public License ;; You should have received a copy of the GNU General Public License
;; along with GNU CC; see the file COPYING. If not, write to ;; along with GCC; see the file COPYING. If not, write to the Free
;; the Free Software Foundation, 59 Temple Place - Suite 330, ;; Software Foundation, 59 Temple Place - Suite 330, Boston, MA
;; Boston, MA 02111-1307, USA. ;; 02111-1307, USA.
(define_automaton "x_ipu") (define_automaton "x_ipu")
......
...@@ -3,22 +3,22 @@ ...@@ -3,22 +3,22 @@
Contributed by Hartmut Penner (hpenner@de.ibm.com) and Contributed by Hartmut Penner (hpenner@de.ibm.com) and
Ulrich Weigand (uweigand@de.ibm.com). Ulrich Weigand (uweigand@de.ibm.com).
This file is part of GNU CC. This file is part of GCC.
GNU CC is free software; you can redistribute it and/or modify GCC is free software; you can redistribute it and/or modify it under
it under the terms of the GNU General Public License as published by the terms of the GNU General Public License as published by the Free
the Free Software Foundation; either version 2, or (at your option) Software Foundation; either version 2, or (at your option) any later
any later version. version.
GNU CC is distributed in the hope that it will be useful, GCC is distributed in the hope that it will be useful, but WITHOUT ANY
but WITHOUT ANY WARRANTY; without even the implied warranty of WARRANTY; without even the implied warranty of MERCHANTABILITY or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
GNU General Public License for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to along with GCC; see the file COPYING. If not, write to the Free
the Free Software Foundation, 59 Temple Place - Suite 330, Software Foundation, 59 Temple Place - Suite 330, Boston, MA
Boston, MA 02111-1307, USA. */ 02111-1307, USA. */
#ifdef L_fixunsdfdi #ifdef L_fixunsdfdi
#define EXPD(fp) (((fp.l.upper) >> 20) & 0x7FF) #define EXPD(fp) (((fp.l.upper) >> 20) & 0x7FF)
......
...@@ -3,22 +3,22 @@ ...@@ -3,22 +3,22 @@
Contributed by Hartmut Penner (hpenner@de.ibm.com) and Contributed by Hartmut Penner (hpenner@de.ibm.com) and
Ulrich Weigand (uweigand@de.ibm.com). Ulrich Weigand (uweigand@de.ibm.com).
This file is part of GNU CC. This file is part of GCC.
GNU CC is free software; you can redistribute it and/or modify GCC is free software; you can redistribute it and/or modify it under
it under the terms of the GNU General Public License as published by the terms of the GNU General Public License as published by the Free
the Free Software Foundation; either version 2, or (at your option) Software Foundation; either version 2, or (at your option) any later
any later version. version.
GNU CC is distributed in the hope that it will be useful, GCC is distributed in the hope that it will be useful, but WITHOUT ANY
but WITHOUT ANY WARRANTY; without even the implied warranty of WARRANTY; without even the implied warranty of MERCHANTABILITY or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
GNU General Public License for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to along with GCC; see the file COPYING. If not, write to the Free
the Free Software Foundation, 59 Temple Place - Suite 330, Software Foundation, 59 Temple Place - Suite 330, Boston, MA
Boston, MA 02111-1307, USA. */ 02111-1307, USA. */
#ifndef _LINUX_H #ifndef _LINUX_H
#define _LINUX_H #define _LINUX_H
......
/* Definitions of target machine for GNU compiler, for IBM S/390 /* Definitions of target machine for GNU compiler, for IBM S/390
Copyright (C) 2002 Free Software Foundation, Inc. Copyright (C) 2002, 2003 Free Software Foundation, Inc.
Contributed by Hartmut Penner (hpenner@de.ibm.com) and Contributed by Hartmut Penner (hpenner@de.ibm.com) and
Ulrich Weigand (uweigand@de.ibm.com). Ulrich Weigand (uweigand@de.ibm.com).
This file is part of GNU CC.
GNU CC is free software; you can redistribute it and/or modify This file is part of GCC.
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, GCC is free software; you can redistribute it and/or modify it under
but WITHOUT ANY WARRANTY; without even the implied warranty of the terms of the GNU General Public License as published by the Free
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Software Foundation; either version 2, or (at your option) any later
GNU General Public License for more details. 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 You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to along with GCC; see the file COPYING. If not, write to the Free
the Free Software Foundation, 59 Temple Place - Suite 330, Software Foundation, 59 Temple Place - Suite 330, Boston, MA
Boston, MA 02111-1307, USA. */ 02111-1307, USA. */
/* Add any extra modes needed to represent the condition code. */ /* Add any extra modes needed to represent the condition code. */
......
...@@ -2,22 +2,22 @@ ...@@ -2,22 +2,22 @@
Copyright (C) 2000, 2002, 2003 Free Software Foundation, Inc. Copyright (C) 2000, 2002, 2003 Free Software Foundation, Inc.
Contributed by Hartmut Penner (hpenner@de.ibm.com) Contributed by Hartmut Penner (hpenner@de.ibm.com)
This file is part of GNU CC. This file is part of GCC.
GNU CC is free software; you can redistribute it and/or modify GCC is free software; you can redistribute it and/or modify it under
it under the terms of the GNU General Public License as published by the terms of the GNU General Public License as published by the Free
the Free Software Foundation; either version 2, or (at your option) Software Foundation; either version 2, or (at your option) any later
any later version. version.
GNU CC is distributed in the hope that it will be useful, GCC is distributed in the hope that it will be useful, but WITHOUT ANY
but WITHOUT ANY WARRANTY; without even the implied warranty of WARRANTY; without even the implied warranty of MERCHANTABILITY or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
GNU General Public License for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to along with GCC; see the file COPYING. If not, write to the Free
the Free Software Foundation, 59 Temple Place - Suite 330, Software Foundation, 59 Temple Place - Suite 330, Boston, MA
Boston, MA 02111-1307, USA. */ 02111-1307, USA. */
/* Declare functions in s390.c. */ /* Declare functions in s390.c. */
......
...@@ -3,22 +3,22 @@ ...@@ -3,22 +3,22 @@
Contributed by Hartmut Penner (hpenner@de.ibm.com) and Contributed by Hartmut Penner (hpenner@de.ibm.com) and
Ulrich Weigand (uweigand@de.ibm.com). Ulrich Weigand (uweigand@de.ibm.com).
This file is part of GNU CC. This file is part of GCC.
GNU CC is free software; you can redistribute it and/or modify GCC is free software; you can redistribute it and/or modify it under
it under the terms of the GNU General Public License as published by the terms of the GNU General Public License as published by the Free
the Free Software Foundation; either version 2, or (at your option) Software Foundation; either version 2, or (at your option) any later
any later version. version.
GNU CC is distributed in the hope that it will be useful, GCC is distributed in the hope that it will be useful, but WITHOUT ANY
but WITHOUT ANY WARRANTY; without even the implied warranty of WARRANTY; without even the implied warranty of MERCHANTABILITY or
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
GNU General Public License for more details. for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to along with GCC; see the file COPYING. If not, write to the Free
the Free Software Foundation, 59 Temple Place - Suite 330, Software Foundation, 59 Temple Place - Suite 330, Boston, MA
Boston, MA 02111-1307, USA. */ 02111-1307, USA. */
#include "config.h" #include "config.h"
#include "system.h" #include "system.h"
......
...@@ -2,22 +2,23 @@ ...@@ -2,22 +2,23 @@
Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
Contributed by Hartmut Penner (hpenner@de.ibm.com) and Contributed by Hartmut Penner (hpenner@de.ibm.com) and
Ulrich Weigand (uweigand@de.ibm.com). Ulrich Weigand (uweigand@de.ibm.com).
This file is part of GNU CC.
GNU CC is free software; you can redistribute it and/or modify This file is part of GCC.
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, GCC is free software; you can redistribute it and/or modify it under
but WITHOUT ANY WARRANTY; without even the implied warranty of the terms of the GNU General Public License as published by the Free
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Software Foundation; either version 2, or (at your option) any later
GNU General Public License for more details. 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 You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to along with GCC; see the file COPYING. If not, write to the Free
the Free Software Foundation, 59 Temple Place - Suite 330, Software Foundation, 59 Temple Place - Suite 330, Boston, MA
Boston, MA 02111-1307, USA. */ 02111-1307, USA. */
#ifndef _S390_H #ifndef _S390_H
#define _S390_H #define _S390_H
......
...@@ -2,22 +2,23 @@ ...@@ -2,22 +2,23 @@
;; Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. ;; Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
;; Contributed by Hartmut Penner (hpenner@de.ibm.com) and ;; Contributed by Hartmut Penner (hpenner@de.ibm.com) and
;; Ulrich Weigand (uweigand@de.ibm.com). ;; Ulrich Weigand (uweigand@de.ibm.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, ;; This file is part of GCC.
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; GCC is free software; you can redistribute it and/or modify it under
;; GNU General Public License for more details. ;; 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 ;; You should have received a copy of the GNU General Public License
;; along with GNU CC; see the file COPYING. If not, write to ;; along with GCC; see the file COPYING. If not, write to the Free
;; the Free Software Foundation, 59 Temple Place - Suite 330, ;; Software Foundation, 59 Temple Place - Suite 330, Boston, MA
;; Boston, MA 02111-1307, USA. ;; 02111-1307, USA.
;; ;;
;; Special constraints for s/390 machine description: ;; Special constraints for s/390 machine description:
......
...@@ -2,22 +2,23 @@ ...@@ -2,22 +2,23 @@
Copyright (C) 2002 Free Software Foundation, Inc. Copyright (C) 2002 Free Software Foundation, Inc.
Contributed by Hartmut Penner (hpenner@de.ibm.com) and Contributed by Hartmut Penner (hpenner@de.ibm.com) and
Ulrich Weigand (uweigand@de.ibm.com). Ulrich Weigand (uweigand@de.ibm.com).
This file is part of GNU CC.
GNU CC is free software; you can redistribute it and/or modify This file is part of GCC.
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, GCC is free software; you can redistribute it and/or modify it under
but WITHOUT ANY WARRANTY; without even the implied warranty of the terms of the GNU General Public License as published by the Free
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Software Foundation; either version 2, or (at your option) any later
GNU General Public License for more details. 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 You should have received a copy of the GNU General Public License
along with GNU CC; see the file COPYING. If not, write to along with GCC; see the file COPYING. If not, write to the Free
the Free Software Foundation, 59 Temple Place - Suite 330, Software Foundation, 59 Temple Place - Suite 330, Boston, MA
Boston, MA 02111-1307, USA. */ 02111-1307, USA. */
#ifndef _S390X_H #ifndef _S390X_H
#define _S390X_H #define _S390X_H
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment