summaryrefslogtreecommitdiff
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
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.
-rw-r--r--binutils/ChangeLog4
-rw-r--r--binutils/NEWS3
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/NEWS3
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/NEWS3
6 files changed, 21 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()
diff --git a/gas/ChangeLog b/gas/ChangeLog
index a07fed573b..3ff0ae36f3 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2009-09-04 Tristan Gingold <gingold@adacore.com>
+
+ * NEWS: Add marker for 2.20.
+
2009-09-04 Jie Zhang <jie.zhang@analog.com>
* config/bfin-parse.y (asm_1): Implement HLT instruction.
diff --git a/gas/NEWS b/gas/NEWS
index 631d30db9d..3fa3809525 100644
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -1,4 +1,7 @@
-*- text -*-
+
+Changes in 2.20:
+
* GNU/Linux targets now supports "gnu_unique_object" as a value in the .type
pseudo op. It marks the symbol as being globally unique in the entire
process.
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 62af1e15b6..5f9e0f78e0 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2009-09-04 Tristan Gingold <gingold@adacore.com>
+
+ * NEWS: Add marker for 2.20.
+
2009-09-04 Alan Modra <amodra@bigpond.net.au>
* scripttempl/elf.sc (.text): Add cold text sections.
diff --git a/ld/NEWS b/ld/NEWS
index 821915e804..7b57a0c47d 100644
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -1,4 +1,7 @@
-*- text -*-
+
+Changes in 2.20:
+
* GNU/Linux targets now support the STB_GNU_UNIQUE symbol binding. This is a
GNU extension to the standard set of ELF symbol bindings. The binding will
be passed on to the dynamic linker which will make sure that in the entire