diff options
author | Christopher Faylor <me+cygwin@cgf.cx> | 2001-03-14 02:56:45 +0000 |
---|---|---|
committer | Christopher Faylor <me+cygwin@cgf.cx> | 2001-03-14 02:56:45 +0000 |
commit | 04847a4d3e1cf5c5c811f8fbbdeeca498de51dc4 (patch) | |
tree | 6771be833710d107357a8c41d08a4500c1e89211 /binutils/ChangeLog | |
parent | 120aa76a7f9e4bc20929fa7b8d81a00899c569f6 (diff) | |
download | gdb-04847a4d3e1cf5c5c811f8fbbdeeca498de51dc4.zip gdb-04847a4d3e1cf5c5c811f8fbbdeeca498de51dc4.tar.gz gdb-04847a4d3e1cf5c5c811f8fbbdeeca498de51dc4.tar.bz2 |
* defparse.y (opt_equal_name): allow "." in name.
* dlltool.c (def_exports): Added ability to generate forwarded exports.
(gen_exp_file): Likewise.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 1767f67..6914410 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2001-03-13 Eric Kohl <ekohl@rz-online.de> + + * defparse.y (opt_equal_name): allow "." in name. + * dlltool.c (def_exports): Added ability to generate forwarded exports. + (gen_exp_file): Likewise. + 2001-03-12 Stefan Geuken <mail@stefan-geuken.de> * NEWS: Document addition of -B switch to objcopy. |