diff options
author | Mark Eichin <eichin@cygnus> | 1992-06-04 18:36:56 +0000 |
---|---|---|
committer | Mark Eichin <eichin@cygnus> | 1992-06-04 18:36:56 +0000 |
commit | ba79f5fa08a04f1dea43cd8b750125e2ff49fce0 (patch) | |
tree | 7dea4912a29877f1c12280bde89625b46f2febb1 /gprof/ChangeLog | |
parent | f0e9ba1e6317d118af28ab75a2f8be30bc47071c (diff) | |
download | gdb-ba79f5fa08a04f1dea43cd8b750125e2ff49fce0.zip gdb-ba79f5fa08a04f1dea43cd8b750125e2ff49fce0.tar.gz gdb-ba79f5fa08a04f1dea43cd8b750125e2ff49fce0.tar.bz2 |
Thu Jun 4 11:34:02 1992 Mark Eichin (eichin at cygnus.com)
* lookup.c: fixed fencepost in nllookup and added dbg_nllookup for
help in debugging the problem (with -DDEBUG)
* gprof.c: symbol values are now real values, don't add the vma
anymore. (done for solaris; should verify this on other platforms)
* ChangeLog: created.
Diffstat (limited to 'gprof/ChangeLog')
-rw-r--r-- | gprof/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog new file mode 100644 index 0000000..55d328e --- /dev/null +++ b/gprof/ChangeLog @@ -0,0 +1,7 @@ +Thu Jun 4 11:34:02 1992 Mark Eichin (eichin at cygnus.com) + + * lookup.c: fixed fencepost in nllookup and added dbg_nllookup for + help in debugging the problem (with -DDEBUG) + * gprof.c: symbol values are now real values, don't add the vma + anymore. (done for solaris; should verify this on other platforms) + * ChangeLog: created. |