diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-01-03 22:56:55 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-01-03 22:56:55 +0000 |
commit | 97981f7f7ca5a48f93878dc5e064164fb8226a4f (patch) | |
tree | 5294ac0aa29357e323c95187261ce3c09fafeb5c /libmudflap | |
parent | f4f9adad9f6e91b7962bddf4d368e12b9289ab12 (diff) | |
download | gcc-97981f7f7ca5a48f93878dc5e064164fb8226a4f.tar.gz |
2011-01-03 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk rev 168441
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@168442 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libmudflap')
-rw-r--r-- | libmudflap/ChangeLog | 4 | ||||
-rw-r--r-- | libmudflap/mf-runtime.c | 4 | ||||
-rw-r--r-- | libmudflap/testsuite/lib/libmudflap.exp | 3 | ||||
-rw-r--r-- | libmudflap/testsuite/lib/mfdg.exp | 2 |
4 files changed, 9 insertions, 4 deletions
diff --git a/libmudflap/ChangeLog b/libmudflap/ChangeLog index 23f4bad31e2..f1fe040e4eb 100644 --- a/libmudflap/ChangeLog +++ b/libmudflap/ChangeLog @@ -1,3 +1,7 @@ +2011-01-03 Jakub Jelinek <jakub@redhat.com> + + * mf-runtime.c (__mf_usage): Update copyright notice dates. + 2010-10-31 Jason Merrill <jason@redhat.com> PR testsuite/20003 diff --git a/libmudflap/mf-runtime.c b/libmudflap/mf-runtime.c index 25e49ba9d99..6892804ca72 100644 --- a/libmudflap/mf-runtime.c +++ b/libmudflap/mf-runtime.c @@ -1,5 +1,5 @@ /* Mudflap: narrow-pointer bounds-checking by tree rewriting. - Copyright (C) 2002, 2003, 2004, 2005, 2006, 2008, 2009, 2010 + Copyright (C) 2002, 2003, 2004, 2005, 2006, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. Contributed by Frank Ch. Eigler <fche@redhat.com> and Graydon Hoare <graydon@redhat.com> @@ -448,7 +448,7 @@ __mf_usage () fprintf (stderr, "This is a %s%sGCC \"mudflap\" memory-checked binary.\n" - "Mudflap is Copyright (C) 2002-2010 Free Software Foundation, Inc.\n" + "Mudflap is Copyright (C) 2002-2011 Free Software Foundation, Inc.\n" "\n" "Unless setuid, a program's mudflap options be set by an environment variable:\n" "\n" diff --git a/libmudflap/testsuite/lib/libmudflap.exp b/libmudflap/testsuite/lib/libmudflap.exp index 588ecb5c86b..a09eb959aae 100644 --- a/libmudflap/testsuite/lib/libmudflap.exp +++ b/libmudflap/testsuite/lib/libmudflap.exp @@ -1,4 +1,5 @@ -# Copyright (C) 2001, 2002, 2003, 2004, 2009 Free Software Foundation, Inc. +# Copyright (C) 2001, 2002, 2003, 2004, 2009, 2010 +# Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/libmudflap/testsuite/lib/mfdg.exp b/libmudflap/testsuite/lib/mfdg.exp index 5f864745c01..9e340c0bd15 100644 --- a/libmudflap/testsuite/lib/mfdg.exp +++ b/libmudflap/testsuite/lib/mfdg.exp @@ -1,5 +1,5 @@ # `mfdg' - overrides parts of general purpose testcase driver. -# Copyright (C) 1994 - 2001, 2003, 2009 Free Software Foundation, Inc. +# Copyright (C) 1994 - 2001, 2003, 2009, 2010 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by |