diff options
author | Tristan Gingold <gingold@adacore.com> | 2011-09-22 08:11:16 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2011-09-22 08:11:16 +0000 |
commit | a7142d9403250494101a893054aa4a23e0fe3a42 (patch) | |
tree | 96e6b5b7b5b2b257921e687ec4426ae8b191f87c | |
parent | b2a6bdebeceeec07795812a2c96f655bbc0313f5 (diff) | |
download | binutils-a7142d9403250494101a893054aa4a23e0fe3a42.zip binutils-a7142d9403250494101a893054aa4a23e0fe3a42.tar.gz binutils-a7142d9403250494101a893054aa4a23e0fe3a42.tar.bz2 |
binutils/
2011-09-22 Tristan Gingold <gingold@adacore.com>
* NEWS: Add marker for 2.22.
gas/
2011-09-22 Tristan Gingold <gingold@adacore.com>
* NEWS: Add marker for 2.22.
ld/
2011-09-22 Tristan Gingold <gingold@adacore.com>
* NEWS: Add marker for 2.22.
-rw-r--r-- | binutils/BRANCHES | 2 | ||||
-rw-r--r-- | binutils/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/NEWS | 2 | ||||
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/NEWS | 2 | ||||
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/NEWS | 2 |
7 files changed, 20 insertions, 0 deletions
diff --git a/binutils/BRANCHES b/binutils/BRANCHES index 70c6a04..8e223e1 100644 --- a/binutils/BRANCHES +++ b/binutils/BRANCHES @@ -36,3 +36,5 @@ binutils-2_17-branch binutils-2_18-branch binutils-2_19-branch binutils-2_20-branch +binutils-2_21-branch +binutils-2_22-branch diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 41aaf62..b61c8e2 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2011-09-22 Tristan Gingold <gingold@adacore.com> + + * NEWS: Add marker for 2.22. + 2011-09-21 David S. Miller <davem@davemloft.net> * MAINTAINER: Take over from Jakub Jalinek as SPARC maintainer. diff --git a/binutils/NEWS b/binutils/NEWS index 42b5c4f..054a36b 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -1,5 +1,7 @@ -*- text -*- +Changes in 2.22: + * Add support for displaying the contents of .debug.macro sections. * Add --preprocessor-arg option to windres to specify additional options diff --git a/gas/ChangeLog b/gas/ChangeLog index 3b7b7ad..4d0d622 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2011-09-22 Tristan Gingold <gingold@adacore.com> + + * NEWS: Add marker for 2.22. + 2011-09-21 David S. Miller <davem@davemloft.net> * config/tc-sparc.c (hwcap_allowed): New. @@ -1,5 +1,7 @@ -*- text -*- +Changes in 2.22: + * Add support for the Tilera TILEPRO and TILE-Gx architectures. Changes in 2.21: diff --git a/ld/ChangeLog b/ld/ChangeLog index 4de53f2..2b3caad 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2011-09-22 Tristan Gingold <gingold@adacore.com> + + * NEWS: Add marker for 2.22. + 2011-09-20 Alan Modra <amodra@gmail.com> PR ld/13201 @@ -1,5 +1,7 @@ -*- text -*- +Changes in 2.22: + * --copy-dt-needed-entries is no longer enabled by default. Instead --no-copy-dt-needed-entries is the default. |