diff options
author | Tristan Gingold <gingold@adacore.com> | 2009-09-04 08:23:49 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2009-09-04 08:23:49 +0000 |
commit | 81c23f829ee829524ac3bf0b9422f8950306d1d6 (patch) | |
tree | f4707a3d35cbb62c83add2b1d6d5d1f232ff064c /binutils/NEWS | |
parent | 57e96a08618e98e45c84d63da0db560b5c0930d9 (diff) | |
download | gdb-81c23f829ee829524ac3bf0b9422f8950306d1d6.zip gdb-81c23f829ee829524ac3bf0b9422f8950306d1d6.tar.gz gdb-81c23f829ee829524ac3bf0b9422f8950306d1d6.tar.bz2 |
binutils/
2009-09-04 Tristan Gingold <gingold@adacore.com>
* NEWS: Add marker for 2.20.
gas/
2009-09-04 Tristan Gingold <gingold@adacore.com>
* NEWS: Add marker for 2.20.
ld/
2009-09-04 Tristan Gingold <gingold@adacore.com>
* NEWS: Add marker for 2.20.
Diffstat (limited to 'binutils/NEWS')
-rw-r--r-- | binutils/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/NEWS b/binutils/NEWS index 894c735..4d0143b 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -1,4 +1,7 @@ -*- text -*- + +Changes in 2.20: + * Add support for delay importing to dlltool. Use the --output-delaylib <file> switch to create a delay-import library. The resulting app will load the dll as soon as the first function is called. It will link to __delayLoadHelper2() |