aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-08-07 18:17:22 +0000
committerIan Lance Taylor <ian@airs.com>1996-08-07 18:17:22 +0000
commit85fe9d3e46ca45f86886f8baf9aa21fa6ec2ece7 (patch)
tree5054edba8eaf694373f8117dded029b5444d0b8b /bfd/ChangeLog
parente0effbaea236639919e9257d7a44397c12461669 (diff)
downloadgdb-85fe9d3e46ca45f86886f8baf9aa21fa6ec2ece7.zip
gdb-85fe9d3e46ca45f86886f8baf9aa21fa6ec2ece7.tar.gz
gdb-85fe9d3e46ca45f86886f8baf9aa21fa6ec2ece7.tar.bz2
Wed Aug 7 14:11:44 1996 Philippe De Muyter <phdm@info.ucl.ac.be>
* configure.in: Call BFD_NEEDED_DECLARATION on strstr and realloc. * acconfig.h (NEED_DECLARATION_STRSTR): New macro. (NEED_DECLARATION_REALLOC): New macro. * configure, config.in: Rebuild. * sysdep.h (strstr): Declare if NEED_DECLARATION_STRSTR. (realloc): Declare if NEED_DECLARATION_REALLOC.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 0f98577..b22f625 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,18 @@
+Wed Aug 7 14:11:44 1996 Philippe De Muyter <phdm@info.ucl.ac.be>
+
+ * configure.in: Call BFD_NEEDED_DECLARATION on strstr and
+ realloc.
+ * acconfig.h (NEED_DECLARATION_STRSTR): New macro.
+ (NEED_DECLARATION_REALLOC): New macro.
+ * configure, config.in: Rebuild.
+ * sysdep.h (strstr): Declare if NEED_DECLARATION_STRSTR.
+ (realloc): Declare if NEED_DECLARATION_REALLOC.
+
+ * aclocal.m4 (BFD_NEED_DECLARATION): Include <string.h> or
+ <strings.h> if they exist.
+
+ * ieee.c (ieee_set_section_contents): Cast bfd_alloc return.
+
Wed Aug 7 12:12:03 1996 Ian Lance Taylor <ian@cygnus.com>
Based on patches from Eric Valette <valette@crf.canon.fr>: