diff options
| -rw-r--r-- | gcc/config/c4x/c4x-protos.h | 3 | ||||
| -rw-r--r-- | gcc/config/c4x/c4x.c | 3 | ||||
| -rw-r--r-- | gcc/config/c4x/c4x.h | 3 | ||||
| -rw-r--r-- | gcc/config/c4x/c4x.md | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/gcc/config/c4x/c4x-protos.h b/gcc/config/c4x/c4x-protos.h index 8c5806b..5434039 100644 --- a/gcc/config/c4x/c4x-protos.h +++ b/gcc/config/c4x/c4x-protos.h @@ -1,5 +1,6 @@ /* Definitions of target machine for GNU compiler. TMS320C[34]x - Copyright (C) 1994-98, 1999 Free Software Foundation, Inc. + Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999 + Free Software Foundation, Inc. Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz) and Herman Ten Brugge (Haj.Ten.Brugge@net.HCC.nl). diff --git a/gcc/config/c4x/c4x.c b/gcc/config/c4x/c4x.c index 6090200..106b334 100644 --- a/gcc/config/c4x/c4x.c +++ b/gcc/config/c4x/c4x.c @@ -1,5 +1,6 @@ /* Subroutines for assembler code output on the TMS320C[34]x - Copyright (C) 1994-99, 2000 Free Software Foundation, Inc. + Copyright (C) 1994, 1995, 1996, 1997, 1998, + 1999, 2000 Free Software Foundation, Inc. Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz) and Herman Ten Brugge (Haj.Ten.Brugge@net.HCC.nl). diff --git a/gcc/config/c4x/c4x.h b/gcc/config/c4x/c4x.h index 27abc4b..6d54c6e 100644 --- a/gcc/config/c4x/c4x.h +++ b/gcc/config/c4x/c4x.h @@ -1,5 +1,6 @@ /* Definitions of target machine for GNU compiler. TMS320C[34]x - Copyright (C) 1994-99, 2000 Free Software Foundation, Inc. + Copyright (C) 1994, 1995, 1996, 1997, 1998, + 1999, 2000 Free Software Foundation, Inc. Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz) and Herman Ten Brugge (Haj.Ten.Brugge@net.HCC.nl). diff --git a/gcc/config/c4x/c4x.md b/gcc/config/c4x/c4x.md index 27173c3..9d58f32 100644 --- a/gcc/config/c4x/c4x.md +++ b/gcc/config/c4x/c4x.md @@ -1,5 +1,6 @@ ;; Machine description for the TMS320C[34]x for GNU C compiler -;; Copyright (C) 1994-99, 2000 Free Software Foundation, Inc. +;; Copyright (C) 1994, 1995, 1996, 1997, 1998, +;; 1999, 2000 Free Software Foundation, Inc. ;; Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz) ;; and Herman Ten Brugge (Haj.Ten.Brugge@net.HCC.nl) |
