diff options
Diffstat (limited to 'libgcc/crtstuff.c')
-rw-r--r-- | libgcc/crtstuff.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libgcc/crtstuff.c b/libgcc/crtstuff.c index 973956ac322..0beda5e5716 100644 --- a/libgcc/crtstuff.c +++ b/libgcc/crtstuff.c @@ -1,8 +1,6 @@ /* Specialized bits of code needed to support construction and destruction of file-scope objects in C++ code. - Copyright (C) 1991, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 - 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010, 2011, 2012 - Free Software Foundation, Inc. + Copyright (C) 1991-2013 Free Software Foundation, Inc. Contributed by Ron Guilmette (rfg@monkeys.com). This file is part of GCC. |