diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1996-10-10 18:47:46 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1996-10-10 18:47:46 +0000 |
commit | e39174c3f83b23bbc3d1cbb704d64921a049d0d6 (patch) | |
tree | cf0bfe17181267acc4e38829659d1a138be95fee /binutils | |
parent | f20f2474998dbbe0333d4aa8592adfa1697e7b97 (diff) | |
download | gdb-e39174c3f83b23bbc3d1cbb704d64921a049d0d6.zip gdb-e39174c3f83b23bbc3d1cbb704d64921a049d0d6.tar.gz gdb-e39174c3f83b23bbc3d1cbb704d64921a049d0d6.tar.bz2 |
* dlltool.c (scan_open_obj_file): Fix loop exit test.
Add missing parameter to def_exports.
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 a6b16e0..9b16fc3 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +Thu Oct 10 11:36:31 1996 Doug Evans <dje@canuck.cygnus.com> + + * dlltool.c (scan_open_obj_file): Fix loop exit test. + Add missing parameter to def_exports. + Tue Oct 8 12:06:17 1996 Ian Lance Taylor <ian@cygnus.com> * Makefile.in (LEX_OPTIONS): Set to empty string. -I -Cem is the |