aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1996-04-05 04:14:36 +0000
committerFred Fish <fnf@specifix.com>1996-04-05 04:14:36 +0000
commitab1aa5cd6cd1e18814c20c8801e989fc260b8ee9 (patch)
treec3696d76f932c42351db234110e6405fefe20dec /bfd/ChangeLog
parent72c9954b87f955fa8a62ff70a29c2f8a3aa7ece4 (diff)
downloadgdb-ab1aa5cd6cd1e18814c20c8801e989fc260b8ee9.zip
gdb-ab1aa5cd6cd1e18814c20c8801e989fc260b8ee9.tar.gz
gdb-ab1aa5cd6cd1e18814c20c8801e989fc260b8ee9.tar.bz2
* configure.in (mips-sony-bsd*): Fix typo in AC_DEFINE.
(AC_CHECK_HEADERS): Check for sys/time.h (AC_HEADER_TIME): Add macro. * configure: Rebuild. * sysdep.h: Use TIME_WITH_SYS_TIME and HAVE_SYS_TIME_H to control what combination of <time> and <sys/time.h> get included.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 460bfea..9390b39 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,13 @@
+Thu Apr 4 18:49:09 1996 Fred Fish <fnf@cygnus.com>
+
+ * configure.in (mips-sony-bsd*): Fix typo in AC_DEFINE.
+ (AC_CHECK_HEADERS): Check for sys/time.h
+ (AC_HEADER_TIME): Add macro.
+ * configure: Rebuild.
+ * sysdep.h: Use TIME_WITH_SYS_TIME and HAVE_SYS_TIME_H
+ to control what combination of <time> and <sys/time.h>
+ get included.
+
Tue Apr 2 13:11:53 1996 Doug Evans <dje@canuck.cygnus.com>
* aoutf1.h (sunos_32_set_arch_mach): Handle M_SPARCLET.