mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +08:00
* gprof.c (main): Correct copyright message.
This commit is contained in:
parent
5fd92ccd14
commit
d2ee1370c2
@ -1,3 +1,7 @@
|
||||
Thu Mar 27 17:15:23 1997 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* gprof.c (main): Correct copyright message.
|
||||
|
||||
Mon Mar 24 11:12:26 1997 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* Makefile.in (.c.o): Define TARGET_$(MY_TARGET) when compiling.
|
||||
|
@ -373,10 +373,9 @@ DEFUN (main, (argc, argv), int argc AND char **argv)
|
||||
case 'v':
|
||||
/* This output is intended to follow the GNU standards document. */
|
||||
printf ("GNU gprof %s\n", VERSION);
|
||||
printf ("Copyright 1996 Free Software Foundation, Inc.\n");
|
||||
printf ("Based on BSD gprof, copyright 1983 Regents of the University of California.\n");
|
||||
printf ("\
|
||||
This program is free software; you may redistribute it under the terms of\n\
|
||||
the GNU General Public License. This program has absolutely no warranty.\n");
|
||||
This program is free software. This program has absolutely no warranty.\n");
|
||||
done (0);
|
||||
case 'w':
|
||||
output_width = atoi (optarg);
|
||||
|
Loading…
Reference in New Issue
Block a user