comparison libmudflap/mf-runtime.c @ 47:3bfb6c00c1e0

update it from 4.4.2 to 4.4.3.
author kent <kent@cr.ie.u-ryukyu.ac.jp>
date Sun, 07 Feb 2010 17:44:34 +0900
parents a06113de4d67
children 77e2b8dfacca
comparison
equal deleted inserted replaced
46:b85a337e5837 47:3bfb6c00c1e0
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.
438 { 438 {
439 struct mudoption *opt; 439 struct mudoption *opt;
440 440
441 fprintf (stderr, 441 fprintf (stderr,
442 "This is a %s%sGCC \"mudflap\" memory-checked binary.\n" 442 "This is a %s%sGCC \"mudflap\" memory-checked binary.\n"
443 "Mudflap is Copyright (C) 2002-2009 Free Software Foundation, Inc.\n" 443 "Mudflap is Copyright (C) 2002-2010 Free Software Foundation, Inc.\n"
444 "\n" 444 "\n"
445 "The mudflap code can be controlled by an environment variable:\n" 445 "The mudflap code can be controlled by an environment variable:\n"
446 "\n" 446 "\n"
447 "$ export MUDFLAP_OPTIONS='<options>'\n" 447 "$ export MUDFLAP_OPTIONS='<options>'\n"
448 "$ <mudflapped_program>\n" 448 "$ <mudflapped_program>\n"