summaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2009-09-04 08:23:49 +0000
committerTristan Gingold <gingold@adacore.com>2009-09-04 08:23:49 +0000
commitee34dc25258d467d4789577c0c8aa793b9699a47 (patch)
tree8eb1271d4c2a6b95a71450a96cc2b99264f3de98 /binutils
parent92ef8355b75e844940aefee9e9675a203d84dc0a (diff)
downloadbinutils-redhat-ee34dc25258d467d4789577c0c8aa793b9699a47.tar.gz
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')
-rw-r--r--binutils/ChangeLog4
-rw-r--r--binutils/NEWS3
2 files changed, 7 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 36b35824b9..0119b7aaa3 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,7 @@
+2009-09-04 Tristan Gingold <gingold@adacore.com>
+
+ * NEWS: Add marker for 2.20.
+
2009-09-04 Timo Kreuzer <timo.kreuzer@web.de>
* dlltool.c (delayimp_name): Add new global variable
diff --git a/binutils/NEWS b/binutils/NEWS
index 894c735fe0..4d0143bf0f 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()