OSDN Git Service

* config/mips/3000.md, config/mips/4000.md,
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 13 May 2005 03:19:57 +0000 (03:19 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 13 May 2005 03:19:57 +0000 (03:19 +0000)
config/mips/4100.md, config/mips/4300.md, config/mips/4600.md,
config/mips/5000.md, config/mips/7000.md, config/mips/9000.md,
config/mips/generic.md, config/pdp11/pdp11.md,
config/sh/crt1.asm, config/sh/lib1funcs.asm,
config/sh/sh-modes.def, config/sh/sh-protos.h,
config/sh/shmedia.md, config/sh/ushmedia.h: Update copyright.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99647 138bc75d-0d04-0410-961f-82ee72b054a4

17 files changed:
gcc/ChangeLog
gcc/config/mips/3000.md
gcc/config/mips/4000.md
gcc/config/mips/4100.md
gcc/config/mips/4300.md
gcc/config/mips/4600.md
gcc/config/mips/5000.md
gcc/config/mips/7000.md
gcc/config/mips/9000.md
gcc/config/mips/generic.md
gcc/config/pdp11/pdp11.md
gcc/config/sh/crt1.asm
gcc/config/sh/lib1funcs.asm
gcc/config/sh/sh-modes.def
gcc/config/sh/sh-protos.h
gcc/config/sh/shmedia.md
gcc/config/sh/ushmedia.h

index 4ad9bb4..3203e67 100644 (file)
@@ -1,3 +1,13 @@
+2005-05-13  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/mips/3000.md, config/mips/4000.md,
+       config/mips/4100.md, config/mips/4300.md, config/mips/4600.md,
+       config/mips/5000.md, config/mips/7000.md, config/mips/9000.md,
+       config/mips/generic.md, config/pdp11/pdp11.md,
+       config/sh/crt1.asm, config/sh/lib1funcs.asm,
+       config/sh/sh-modes.def, config/sh/sh-protos.h,
+       config/sh/shmedia.md, config/sh/ushmedia.h: Update copyright.
+
 2005-05-13  Richard Henderson  <rth@redhat.com>
 
        * function.c (instantiate_virtual_regs_in_insn): Do not simplify
index bc748d8..d1ba72a 100644 (file)
@@ -1,5 +1,5 @@
 ;; R3000 and TX39 pipeline description.
-;;   Copyright (C) 2004 Free Software Foundation, Inc.
+;;   Copyright (C) 2004, 2005 Free Software Foundation, Inc.
 ;;
 ;; This file is part of GCC.
 
index 4fcd240..231349e 100644 (file)
@@ -1,5 +1,5 @@
 ;; R4000 pipeline description.
-;;   Copyright (C) 2004 Free Software Foundation, Inc.
+;;   Copyright (C) 2004, 2005 Free Software Foundation, Inc.
 ;;
 ;; This file is part of GCC.
 
index 5601c97..8e415b4 100644 (file)
@@ -1,5 +1,5 @@
 ;; VR4100 and VR4120 pipeline description.
-;;   Copyright (C) 2004 Free Software Foundation, Inc.
+;;   Copyright (C) 2004, 2005 Free Software Foundation, Inc.
 ;;
 ;; This file is part of GCC.
 
index 0b319ea..fc4d30b 100644 (file)
@@ -1,5 +1,5 @@
 ;; VR4300 pipeline description.
-;;   Copyright (C) 2004 Free Software Foundation, Inc.
+;;   Copyright (C) 2004, 2005 Free Software Foundation, Inc.
 ;;
 ;; This file is part of GCC.
 
index 7892200..3644b45 100644 (file)
@@ -1,5 +1,5 @@
 ;; R4600 and R4650 pipeline description.
-;;   Copyright (C) 2004 Free Software Foundation, Inc.
+;;   Copyright (C) 2004, 2005 Free Software Foundation, Inc.
 ;;
 ;; This file is part of GCC.
 
index b00e707..a0d4fe1 100644 (file)
@@ -1,5 +1,5 @@
 ;; VR5000 pipeline description.
-;;   Copyright (C) 2004 Free Software Foundation, Inc.
+;;   Copyright (C) 2004, 2005 Free Software Foundation, Inc.
 ;;
 ;; This file is part of GCC.
 
index 9f04039..a68c382 100644 (file)
@@ -1,5 +1,5 @@
 ;; DFA-based pipeline description for the RM7000.
-;;   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+;;   Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
 ;;
 ;; This file is part of GCC.
 
index 4aa3ff6..0240b98 100644 (file)
@@ -1,5 +1,5 @@
 ;; DFA-based pipeline description for the RM9000.
-;;   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+;;   Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
 ;;
 ;; This file is part of GCC.
 
index 7ddb0bd..693a8a5 100644 (file)
@@ -1,5 +1,5 @@
 ;; Generic DFA-based pipeline description for MIPS targets
-;;   Copyright (C) 2004 Free Software Foundation, Inc.
+;;   Copyright (C) 2004, 2005 Free Software Foundation, Inc.
 ;;
 ;; This file is part of GCC.
 
index ebf4863..18a05c4 100644 (file)
@@ -1,5 +1,5 @@
 ;;- Machine description for the pdp11 for GNU C compiler
-;; Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2004
+;; Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2004, 2005
 ;; Free Software Foundation, Inc.
 ;; Contributed by Michael K. Gschwind (mike@vlsivie.tuwien.ac.at).
 
index 2fab84d..ec6d3cb 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
+/* Copyright (C) 2000, 2001, 2003, 2004, 2005 Free Software Foundation, Inc.
    This file was pretty much copied from newlib.
 
 This file is part of GCC.
index 546a908..2277853 100644 (file)
@@ -1,4 +1,5 @@
-/* Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
+/* Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
+   2004, 2005
    Free Software Foundation, Inc.
 
 This file is free software; you can redistribute it and/or modify it
index 917708a..e631517 100644 (file)
@@ -1,5 +1,5 @@
 /* Alpha extra machine modes. 
-   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 4882ee3..d3644d8 100644 (file)
@@ -1,5 +1,6 @@
 /* Definitions of target machine for GNU compiler for Renesas / SuperH SH.
-   Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2003, 2004
+   Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2003,
+   2004, 2005
    Free Software Foundation, Inc.
    Contributed by Steve Chamberlain (sac@cygnus.com).
    Improved by Jim Wilson (wilson@cygnus.com).
index 1f7ee9c..3646047 100644 (file)
@@ -1,5 +1,5 @@
 ;; DFA scheduling description for SH-5 SHmedia instructions.
-;; Copyright (C) 2004 Free Software Foundation, Inc.
+;; Copyright (C) 2004, 2005 Free Software Foundation, Inc.
 
 ;; This file is part of GCC.
 
index 86312af..514ddff 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000, 2001, 2004 Free Software Foundation, Inc.
+/* Copyright (C) 2000, 2001, 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.