diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2006-02-01 21:28:29 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2006-02-01 21:28:29 +0000 |
commit | 6b31ad165d5b94d0a207bc2eab1855599a81033b (patch) | |
tree | 9de036d784734513fec2056aeadb908486761f01 /ld/ChangeLog | |
parent | f524510a162cee710564bda63698c2e6b6307554 (diff) | |
download | gdb-6b31ad165d5b94d0a207bc2eab1855599a81033b.zip gdb-6b31ad165d5b94d0a207bc2eab1855599a81033b.tar.gz gdb-6b31ad165d5b94d0a207bc2eab1855599a81033b.tar.bz2 |
* deffilep.y (def_image_name): If the image name does not have
a suffix, append the default.
* ld.texinfo: Document NAME, LIBRARY usage in PE-COFF .def files.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index f06eade..81a0e39 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2006-02-01 Danny Smith <dannysmith@users.sourceforge.net> + + * deffilep.y (def_image_name): If the image name does not have + a suffix, append the default. + * ld.texinfo: Document NAME, LIBRARY usage in PE-COFF .def files. + 2006-01-31 Danny Smith dannysmith@users.sourceforge.net * NEWS: Mention support for forward exports in PE-COFF dll's. |