diff options
author | Per Bothner <per@bothner.com> | 1992-05-27 20:06:01 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1992-05-27 20:06:01 +0000 |
commit | 7aea847a9e8edf602df7f87683654fcc08235823 (patch) | |
tree | 877fefdf73d0ea9f85810ecbdaa7ba9b35e3c386 /binutils | |
parent | cb61478811ee359bce313768276e260249f03118 (diff) | |
download | gdb-7aea847a9e8edf602df7f87683654fcc08235823.zip gdb-7aea847a9e8edf602df7f87683654fcc08235823.tar.gz gdb-7aea847a9e8edf602df7f87683654fcc08235823.tar.bz2 |
* arlex.l: Don't include <sysdep.h> (unneeded conflicts).
Add declaration of strdup().
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 481e440..da122d4 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +Wed May 27 13:01:44 1992 Per Bothner (bothner@rtl.cygnus.com) + + * arlex.l: Don't include <sysdep.h> (unneeded conflicts). + Add declaration of strdup(). + Fri May 22 13:40:37 1992 Per Bothner (bothner@cygnus.com) * Makefile.in: Use srcdir instead of VPATH in ldgram/ldlex |