Mercurial > hg > CbC > CbC_gcc
comparison libmudflap/mf-runtime.c @ 63:b7f97abdc517 gcc-4.6-20100522
update gcc from gcc-4.5.0 to gcc-4.6
author | ryoma <e075725@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 24 May 2010 12:47:05 +0900 |
parents | 77e2b8dfacca |
children | f6334be47118 |
comparison
equal
deleted
inserted
replaced
56:3c8a44c06a95 | 63:b7f97abdc517 |
---|---|
1 /* Mudflap: narrow-pointer bounds-checking by tree rewriting. | 1 /* Mudflap: narrow-pointer bounds-checking by tree rewriting. |
2 Copyright (C) 2002, 2003, 2004, 2005, 2006, 2008, 2009 | 2 Copyright (C) 2002, 2003, 2004, 2005, 2006, 2008, 2009, 2010 |
3 Free Software Foundation, Inc. | 3 Free Software Foundation, Inc. |
4 Contributed by Frank Ch. Eigler <fche@redhat.com> | 4 Contributed by Frank Ch. Eigler <fche@redhat.com> |
5 and Graydon Hoare <graydon@redhat.com> | 5 and Graydon Hoare <graydon@redhat.com> |
6 Splay Tree code originally by Mark Mitchell <mark@markmitchell.com>, | 6 Splay Tree code originally by Mark Mitchell <mark@markmitchell.com>, |
7 adapted from libiberty. | 7 adapted from libiberty. |
446 { | 446 { |
447 struct mudoption *opt; | 447 struct mudoption *opt; |
448 | 448 |
449 fprintf (stderr, | 449 fprintf (stderr, |
450 "This is a %s%sGCC \"mudflap\" memory-checked binary.\n" | 450 "This is a %s%sGCC \"mudflap\" memory-checked binary.\n" |
451 "Mudflap is Copyright (C) 2002-2009 Free Software Foundation, Inc.\n" | 451 "Mudflap is Copyright (C) 2002-2010 Free Software Foundation, Inc.\n" |
452 "\n" | 452 "\n" |
453 "Unless setuid, a program's mudflap options be set by an environment variable:\n" | 453 "Unless setuid, a program's mudflap options be set by an environment variable:\n" |
454 "\n" | 454 "\n" |
455 "$ export MUDFLAP_OPTIONS='<options>'\n" | 455 "$ export MUDFLAP_OPTIONS='<options>'\n" |
456 "$ <mudflapped_program>\n" | 456 "$ <mudflapped_program>\n" |