diff options
author | Fred Fish <fnf@specifix.com> | 1993-03-03 01:54:42 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1993-03-03 01:54:42 +0000 |
commit | 312bef9d216edd079836fb258a0c234f169f65ca (patch) | |
tree | 44b857bc3d8991d8d64f220ac53a13f9e496aabb | |
parent | 5e4cddb77dd84c7780fb11c8a63243aeafd27158 (diff) | |
download | gdb-312bef9d216edd079836fb258a0c234f169f65ca.zip gdb-312bef9d216edd079836fb258a0c234f169f65ca.tar.gz gdb-312bef9d216edd079836fb258a0c234f169f65ca.tar.bz2 |
* aoutx.h (string.h): Include for strchr and friends.
* archive.c (string.h): Include for memchr and friends.
* elf32.c (string.h): Include for strrchr and friends.
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c3dc1a6..ccae580 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +Tue Mar 2 17:52:58 1993 Fred Fish (fnf@cygnus.com) + + * aoutx.h (string.h): Include for strchr and friends. + * archive.c (string.h): Include for memchr and friends. + * elf32.c (string.h): Include for strrchr and friends. + Sat Feb 27 00:44:24 1993 Ken Raeburn (raeburn@cambridge.cygnus.com) * aoutf1.c (sunos4_reloc_type_lookup): Unused; deleted. |