aboutsummaryrefslogtreecommitdiff
path: root/gprof/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2000-05-26 13:11:57 +0000
committerAlan Modra <amodra@gmail.com>2000-05-26 13:11:57 +0000
commit5af11cab92a8d4ed9b0cd7a46f05cf02a8ba901e (patch)
tree43c01869523de4ad682493e6674e5e8a9fed1804 /gprof/ChangeLog
parent010c70e10fb422ae6151a8808215a122f461fce8 (diff)
downloadfsf-binutils-gdb-5af11cab92a8d4ed9b0cd7a46f05cf02a8ba901e.zip
fsf-binutils-gdb-5af11cab92a8d4ed9b0cd7a46f05cf02a8ba901e.tar.gz
fsf-binutils-gdb-5af11cab92a8d4ed9b0cd7a46f05cf02a8ba901e.tar.bz2
Eli Zaretskii's DOSish file name patches.
Diffstat (limited to 'gprof/ChangeLog')
-rw-r--r--gprof/ChangeLog36
1 files changed, 36 insertions, 0 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog
index 5889caa..da4f002 100644
--- a/gprof/ChangeLog
+++ b/gprof/ChangeLog
@@ -1,3 +1,39 @@
+2000-05-26 Alan Modra <alan@linuxcare.com.au>
+
+ * gprof.h: Remove most nls defines. They are pulled in by
+ bfd/sysdep.h. #include "ansidecl.h" not <ansidecl.h>
+
+2000-05-26 Eli Zaretskii <eliz@is.elta.co.il>
+
+ * gprof.texi: Fix numerous typos. Mention some DOS/Windows related
+ issues.
+
+ * configure.in: Check for setmode function.
+ * configure: Regenerate.
+
+ * gmon_io.h (SET_BINARY) [HAVE_SETMODE]: Define.
+
+ * gmon_io.c (gmon_out_read) [SET_BINARY]: Switch stdin into binary
+ mode.
+
+ * source.c: Include filenames.h and sys/stat.h.
+ (source_file_lookup_path, source_file_lookup_name): Use
+ FILENAME_CMP to compare file names.
+ (annotate_source) [__MSDOS__]: If "filename-ann" would overwrite
+ "filename", replace the extension with ".ann".
+ [HAVE_DOS_BASED_FILE_SYSTEM]: Support file names with
+ backslashes and drive letters.
+ Use IS_ABSOLUTE_PATH.
+
+ * search_list.h (PATH_SEP_CHAR): Define.
+
+ * search_list.c (search_list_append): Use PATH_SEP_CHAR.
+
+ * hertz.c (HERTZ) [__MSDOS__]: Don't define unless they have
+ neither HAVE_SETITIMER nor HAVE_SYSCONF.
+ [HAVE_SETITIMER]: If they define both HAVE_SETITIMER and
+ HAVE_SYSCONF, try setitimer and fall back on sysconf.
+
Fri Apr 7 15:56:57 2000 Andrew Cagney <cagney@b1.cygnus.com>
* configure.in (WARN_CFLAGS): Set to -W -Wall by default. Add