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/ChangeLog | |
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/ChangeLog')
-rw-r--r-- | gprof/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog index 0517907..61b7896 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,14 @@ +Tue Apr 13 16:14:03 1993 Per Bothner (bothner@cygnus.com) + + * 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. + Thu Mar 25 19:00:37 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) * gprof.texi: add INFO-DIR-ENTRY |