diff options
author | Terry Guo <terry.guo@arm.com> | 2012-05-09 11:52:11 +0000 |
---|---|---|
committer | Xuepeng Guo <xguo@gcc.gnu.org> | 2012-05-09 11:52:11 +0000 |
commit | 97e574d82ffed72dbdbefb529ce0c3ff75551d3d (patch) | |
tree | 1d09ed31caa606344f67666df7043a311ff46856 | |
parent | 43661dc4d17b689c102de15fea2f3611998cfb88 (diff) | |
download | gcc-97e574d82ffed72dbdbefb529ce0c3ff75551d3d.zip gcc-97e574d82ffed72dbdbefb529ce0c3ff75551d3d.tar.gz gcc-97e574d82ffed72dbdbefb529ce0c3ff75551d3d.tar.bz2 |
genmultilib: Update copyright dates.
* genmultilib: Update copyright dates.
* doc/fragments.texi: Ditto.
From-SVN: r187327
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/fragments.texi | 2 | ||||
-rw-r--r-- | gcc/genmultilib | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7a40325..4967004 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,10 @@ 2012-05-09 Terry Guo <terry.guo@arm.com> + * genmultilib: Update copyright dates. + * doc/fragments.texi: Ditto. + +2012-05-09 Terry Guo <terry.guo@arm.com> + * Makefile.in (s-mlib): Add new argument MULTILIB_REQUIRED. * genmultilib (MULTILIB_REQUIRED): New. * doc/fragments.texi: Document the MULTILIB_REQUIRED. diff --git a/gcc/doc/fragments.texi b/gcc/doc/fragments.texi index b184cc0..f53df29 100644 --- a/gcc/doc/fragments.texi +++ b/gcc/doc/fragments.texi @@ -1,5 +1,5 @@ @c Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, -@c 1999, 2000, 2001, 2003, 2004, 2005, 2008, 2011 +@c 1999, 2000, 2001, 2003, 2004, 2005, 2008, 2011, 2012 @c Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. diff --git a/gcc/genmultilib b/gcc/genmultilib index 02fc276..dc4751b 100644 --- a/gcc/genmultilib +++ b/gcc/genmultilib @@ -1,6 +1,6 @@ #!/bin/sh # Generates multilib.h. -# Copyright (C) 1994, 1995, 1996, 1997, 1999, 2002, 2007 +# Copyright (C) 1994, 1995, 1996, 1997, 1999, 2002, 2007, 2012 # Free Software Foundation, Inc. #This file is part of GCC. |