diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2006-01-31 22:13:41 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2006-01-31 22:13:41 +0000 |
commit | 4b5bd4e780a4e43e5adb63d4fa50c348a1bafdce (patch) | |
tree | 21b8ba376834e3b59107c8509370c17a439ee68e /ld/NEWS | |
parent | a8d701fd09ed1ce8afaf1a5892f3b37c078a6864 (diff) | |
download | gdb-4b5bd4e780a4e43e5adb63d4fa50c348a1bafdce.zip gdb-4b5bd4e780a4e43e5adb63d4fa50c348a1bafdce.tar.gz gdb-4b5bd4e780a4e43e5adb63d4fa50c348a1bafdce.tar.bz2 |
* NEWS: mention support for forward exports in PE-COFF dll's.
* ld.texinfo: Expand documentation of EXPORT statements in
PE-COFF .def files.
Diffstat (limited to 'ld/NEWS')
-rw-r--r-- | ld/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ -*- text -*- +* PE-COFF: Forward exports from DLL's can now be specified in .def files + passed directly to ld. + * Support for the Z80 processor family has been added. * Add support for the "@<file>" syntax to the command line, so that extra |