aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mcore
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/mcore')
-rw-r--r--gcc/config/mcore/crti.asm2
-rw-r--r--gcc/config/mcore/crtn.asm2
-rw-r--r--gcc/config/mcore/mcore.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/mcore/crti.asm b/gcc/config/mcore/crti.asm
index 281424f..88b8cee 100644
--- a/gcc/config/mcore/crti.asm
+++ b/gcc/config/mcore/crti.asm
@@ -1,6 +1,6 @@
# crti.asm for ELF based systems
-# Copyright (C) 1992, 1998, 1999 Free Software Foundation, Inc.
+# Copyright (C) 1992, 1998, 1999, 2008 Free Software Foundation, Inc.
# Written By David Vinayak Henkel-Wallace, June 1992
#
# This file is free software; you can redistribute it and/or modify it
diff --git a/gcc/config/mcore/crtn.asm b/gcc/config/mcore/crtn.asm
index dc46ca4..3b9bc2e 100644
--- a/gcc/config/mcore/crtn.asm
+++ b/gcc/config/mcore/crtn.asm
@@ -1,6 +1,6 @@
# crtn.asm for ELF based systems
-# Copyright (C) 1992, 1999, 2000 Free Software Foundation, Inc.
+# Copyright (C) 1992, 1999, 2000, 2008 Free Software Foundation, Inc.
# Written By David Vinayak Henkel-Wallace, June 1992
#
# This file is free software; you can redistribute it and/or modify it
diff --git a/gcc/config/mcore/mcore.c b/gcc/config/mcore/mcore.c
index 94ec826..9230053 100644
--- a/gcc/config/mcore/mcore.c
+++ b/gcc/config/mcore/mcore.c
@@ -1,5 +1,5 @@
/* Output routines for Motorola MCore processor
- Copyright (C) 1993, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
+ Copyright (C) 1993, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008
Free Software Foundation, Inc.
This file is part of GCC.