Commit 8274e603 by Jason Eckhardt Committed by Jason Eckhardt

i860.c: Replace all occurrences of 'GNU CC' with 'GCC'.

2003-08-22  Jason Eckhardt  <jle@rice.edu>

	* config/i860/i860.c: Replace all occurrences of 'GNU CC' with 'GCC'.
	Remove all uses of the PARAMS macro.  Remove superflous prototypes.
	Convert all function definitions from traditional to ISO C90 syntax.
	* config/i860/i860-protos.h: Replace all occurrences of 'GNU CC'
	with 'GCC'.  Remove all uses of the PARAMS macro.
	* config/i860/i860.h: Replace all occurrences of 'GNU CC' with 'GCC'.
	* config/i860/i860.md: Likewise.
	* config/i860/sysv4.h: Likewise.
	* config/i860/varargs.asm: Likewise.

From-SVN: r70723
parent cfbdb830
2003-08-22 Jason Eckhardt <jle@rice.edu> 2003-08-22 Jason Eckhardt <jle@rice.edu>
* config/i860/i860.c: Replace all occurrences of 'GNU CC' with 'GCC'.
Remove all uses of the PARAMS macro. Remove superflous prototypes.
Convert all function definitions from traditional to ISO C90 syntax.
* config/i860/i860-protos.h: Replace all occurrences of 'GNU CC'
with 'GCC'. Remove all uses of the PARAMS macro.
* config/i860/i860.h: Replace all occurrences of 'GNU CC' with 'GCC'.
* config/i860/i860.md: Likewise.
* config/i860/sysv4.h: Likewise.
* config/i860/varargs.asm: Likewise.
2003-08-22 Jason Eckhardt <jle@rice.edu>
* config/i860/i860-protos.h (i860_va_start): Remove 'stdarg_p' * config/i860/i860-protos.h (i860_va_start): Remove 'stdarg_p'
argument. argument.
(tdesc_section): Add prototype. (tdesc_section): Add prototype.
......
...@@ -3,20 +3,20 @@ ...@@ -3,20 +3,20 @@
Hacked substantially by Ron Guilmette (rfg@monkeys.com) to cater to Hacked substantially by Ron Guilmette (rfg@monkeys.com) to cater to
the whims of the System V Release 4 assembler. the whims of the System V Release 4 assembler.
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 the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option) the Free Software Foundation; either version 2, or (at your option)
any later version. any later 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 WARRANTY; without even the implied warranty of but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details. 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 Software Foundation, 59 Temple Place - Suite 330, the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */ Boston, MA 02111-1307, USA. */
...@@ -24,40 +24,40 @@ Boston, MA 02111-1307, USA. */ ...@@ -24,40 +24,40 @@ Boston, MA 02111-1307, USA. */
insn-output.c. */ insn-output.c. */
#ifdef RTX_CODE #ifdef RTX_CODE
extern unsigned long sfmode_constant_to_ulong PARAMS ((rtx)); extern unsigned long sfmode_constant_to_ulong (rtx);
extern const char *output_load PARAMS ((rtx *)); extern const char *output_load (rtx *);
extern const char *output_store PARAMS ((rtx *)); extern const char *output_store (rtx *);
extern const char *output_move_double PARAMS ((rtx *)); extern const char *output_move_double (rtx *);
extern const char *output_fp_move_double PARAMS ((rtx *)); extern const char *output_fp_move_double (rtx *);
extern const char *output_block_move PARAMS ((rtx *)); extern const char *output_block_move (rtx *);
extern const char *output_delay_insn PARAMS ((rtx)); extern const char *output_delay_insn (rtx);
#if 0 #if 0
extern const char *output_delayed_branch PARAMS ((const char *, rtx *, rtx)); extern const char *output_delayed_branch (const char *, rtx *, rtx);
#endif #endif
extern void output_load_address PARAMS ((rtx *)); extern void output_load_address (rtx *);
extern int safe_insn_src_p PARAMS ((rtx, enum machine_mode)); extern int safe_insn_src_p (rtx, enum machine_mode);
extern int operand_clobbered_before_used_after PARAMS ((rtx, rtx)); extern int operand_clobbered_before_used_after (rtx, rtx);
extern int single_insn_src_p PARAMS ((rtx, enum machine_mode)); extern int single_insn_src_p (rtx, enum machine_mode);
extern int reg_or_0_operand PARAMS ((rtx, enum machine_mode)); extern int reg_or_0_operand (rtx, enum machine_mode);
extern int arith_operand PARAMS ((rtx, enum machine_mode)); extern int arith_operand (rtx, enum machine_mode);
extern int logic_operand PARAMS ((rtx, enum machine_mode)); extern int logic_operand (rtx, enum machine_mode);
extern int shift_operand PARAMS ((rtx, enum machine_mode)); extern int shift_operand (rtx, enum machine_mode);
extern int compare_operand PARAMS ((rtx, enum machine_mode)); extern int compare_operand (rtx, enum machine_mode);
extern int bte_operand PARAMS ((rtx, enum machine_mode)); extern int bte_operand (rtx, enum machine_mode);
extern int indexed_operand PARAMS ((rtx, enum machine_mode)); extern int indexed_operand (rtx, enum machine_mode);
extern int load_operand PARAMS ((rtx, enum machine_mode)); extern int load_operand (rtx, enum machine_mode);
extern int small_int PARAMS ((rtx, enum machine_mode)); extern int small_int (rtx, enum machine_mode);
extern int logic_int PARAMS ((rtx, enum machine_mode)); extern int logic_int (rtx, enum machine_mode);
extern int call_insn_operand PARAMS ((rtx, enum machine_mode)); extern int call_insn_operand (rtx, enum machine_mode);
extern rtx i860_saveregs PARAMS ((void)); extern rtx i860_saveregs (void);
#ifdef TREE_CODE #ifdef TREE_CODE
extern void i860_va_start PARAMS ((tree, rtx)); extern void i860_va_start (tree, rtx);
extern rtx i860_va_arg PARAMS ((tree, tree)); extern rtx i860_va_arg (tree, tree);
#endif /* TREE_CODE */ #endif /* TREE_CODE */
#endif /* RTX_CODE */ #endif /* RTX_CODE */
#ifdef TREE_CODE #ifdef TREE_CODE
extern tree i860_build_va_list PARAMS ((void)); extern tree i860_build_va_list (void);
#endif /* TREE_CODE */ #endif /* TREE_CODE */
extern void tdesc_section (void); extern void tdesc_section (void);
......
...@@ -4,20 +4,20 @@ ...@@ -4,20 +4,20 @@
Hacked substantially by Ron Guilmette (rfg@monkeys.com) to cater to Hacked substantially by Ron Guilmette (rfg@monkeys.com) to cater to
the whims of the System V Release 4 assembler. the whims of the System V Release 4 assembler.
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 the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option) the Free Software Foundation; either version 2, or (at your option)
any later version. any later 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 WARRANTY; without even the implied warranty of but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details. 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 Software Foundation, 59 Temple Place - Suite 330, the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */ Boston, MA 02111-1307, USA. */
......
;;- Machine description for Intel 860 chip for GNU C compiler ;;- Machine description for Intel 860 chip for GNU C compiler
;; Copyright (C) 1989, 1990, 1997, 1998, 1999, 2000 ;; Copyright (C) 1989, 1990, 1997, 1998, 1999, 2000, 2003
;; Free Software Foundation, Inc. ;; Free Software Foundation, Inc.
;; 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 the terms of the GNU General Public License as published by ;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation; either version 2, or (at your option) ;; the Free Software Foundation; either version 2, or (at your option)
;; any later version. ;; any later 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 WARRANTY; without even the implied warranty of ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;; GNU General Public License for more details. ;; 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 Software Foundation, 59 Temple Place - Suite 330, ;; the Free Software Foundation, 59 Temple Place - Suite 330,
;; Boston, MA 02111-1307, USA. ;; Boston, MA 02111-1307, USA.
......
...@@ -2,20 +2,20 @@ ...@@ -2,20 +2,20 @@
Copyright (C) 1991, 1996, 2000, 2002, 2003 Free Software Foundation, Inc. Copyright (C) 1991, 1996, 2000, 2002, 2003 Free Software Foundation, Inc.
Contributed by Ron Guilmette (rfg@monkeys.com). Contributed by Ron Guilmette (rfg@monkeys.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 the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option) the Free Software Foundation; either version 2, or (at your option)
any later version. any later 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 WARRANTY; without even the implied warranty of but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details. 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 Software Foundation, 59 Temple Place - Suite 330, the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */ Boston, MA 02111-1307, USA. */
......
/* Special varargs support for i860. /* Special varargs support for i860.
Copyright (C) 2001 Free Software Foundation, Inc. Copyright (C) 2001, 2003 Free Software Foundation, Inc.
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 the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option) the Free Software Foundation; either version 2, or (at your option)
any later version. any later version.
...@@ -17,13 +17,13 @@ do apply in other respects; for example, they cover modification of ...@@ -17,13 +17,13 @@ do apply in other respects; for example, they cover modification of
the file, and distribution when not linked into a combine the file, and distribution when not linked into a combine
executable.) executable.)
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 WARRANTY; without even the implied warranty of but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details. 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 Software Foundation, 59 Temple Place - Suite 330, the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */ Boston, MA 02111-1307, USA. */
......
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