diff options
author | Nick Clifton <nickc@redhat.com> | 1998-05-14 21:11:16 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1998-05-14 21:11:16 +0000 |
commit | 061ed861b0fb8a10b9e47d8cc8c81fdb849e7215 (patch) | |
tree | 7f324f4798c756987ad06e5d2f875f60d790b56d /binutils/ChangeLog | |
parent | cbf35aef3fd392acdc881ce4a4bf942472132276 (diff) | |
download | gdb-061ed861b0fb8a10b9e47d8cc8c81fdb849e7215.zip gdb-061ed861b0fb8a10b9e47d8cc8c81fdb849e7215.tar.gz gdb-061ed861b0fb8a10b9e47d8cc8c81fdb849e7215.tar.bz2 |
Add support for interworking in DLLs.
Document dlltool.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 4c9f211..acb8d2d 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,13 @@ Thu May 14 14:00:56 1998 Nick Clifton <nickc@cygnus.com> + * dlltool.c: Add support for Thumb DLLs. Add support for + interworking between ARM and Thumb programs and DLLs. Tidy the + code. + + * binutils.texi: Document dlltool. + + * configure: Build dlltool for thumb-pe targets. + * version.c (print_version): Include 1998 in copyright strings. * stabs.c (parse_stab): Support Win32 style directory separators. |