diff options
author | Per Bothner <per@bothner.com> | 1993-04-13 23:20:14 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1993-04-13 23:20:14 +0000 |
commit | 9d65137307d0efc6f2623614747ffc30b4ef26eb (patch) | |
tree | f6a37cc0b43e6ccec8a98060cfcd5eeb488daa68 /gprof/gprof.c | |
parent | e2ff731bf7586317aea1dfbe588cc8d1ec182457 (diff) | |
download | gdb-9d65137307d0efc6f2623614747ffc30b4ef26eb.zip gdb-9d65137307d0efc6f2623614747ffc30b4ef26eb.tar.gz gdb-9d65137307d0efc6f2623614747ffc30b4ef26eb.tar.bz2 |
* M Makefile.in: Add -g to CFLAGS.
Ads LDFLAGS and use in place of CFLAGS where appropriate.
* configure.in: Make a sysdep.hlink in the same way other
bfd-based directories do.
* gprof.h (UNIT): Replace non-standard 'u_short' by 'unsigned
short'.
* gprof.h: #include sysdep.h instead of a bunch of stuff.
* gprof.c (main): Fix typo gproff->gprof.
Diffstat (limited to 'gprof/gprof.c')
-rw-r--r-- | gprof/gprof.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/gprof.c b/gprof/gprof.c index afb5b86..8098438 100644 --- a/gprof/gprof.c +++ b/gprof/gprof.c @@ -112,7 +112,7 @@ main(argc, argv) zflag = TRUE; break; default: - fprintf (stderr, "usage: gproff [-a] [-b] [-c] [-d[num]] \ + fprintf (stderr, "usage: gprof [-a] [-b] [-c] [-d[num]] \ [-E function-name] [-e function-name] \ [-F function-name] [-f function-name] \ [-k from to] [-s] [-T] [-z] [image-file] \ |