aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2013-09-18 10:39:38 +0000
committerTristan Gingold <gingold@adacore.com>2013-09-18 10:39:38 +0000
commit58ca03a25dd2f2fc8df2cd0e70ed9e56ee1c56db (patch)
tree982b5e8b650f1d9ff782c7126ea7d02760d1df0a
parentbec18c8fd199bb450ebe97ca2a1ad59e9b7d82bd (diff)
downloadgdb-58ca03a25dd2f2fc8df2cd0e70ed9e56ee1c56db.zip
gdb-58ca03a25dd2f2fc8df2cd0e70ed9e56ee1c56db.tar.gz
gdb-58ca03a25dd2f2fc8df2cd0e70ed9e56ee1c56db.tar.bz2
binutils/
2013-09-18 Tristan Gingold <gingold@adacore.com> * NEWS: Add marker for 2.24. gas/ 2013-09-18 Tristan Gingold <gingold@adacore.com> * NEWS: Add marker for 2.24. ld/ 2013-09-18 Tristan Gingold <gingold@adacore.com> * NEWS: Add marker for 2.24.
-rw-r--r--binutils/BRANCHES1
-rw-r--r--binutils/ChangeLog4
-rw-r--r--binutils/NEWS2
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/NEWS2
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/NEWS2
7 files changed, 19 insertions, 0 deletions
diff --git a/binutils/BRANCHES b/binutils/BRANCHES
index 97ea7ea..f9e141a 100644
--- a/binutils/BRANCHES
+++ b/binutils/BRANCHES
@@ -45,3 +45,4 @@ Copyright (C) 2012 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.
+binutils-2_24-branch
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 1983ab2..80f9067 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,5 +1,9 @@
2013-09-18 Tristan Gingold <gingold@adacore.com>
+ * NEWS: Add marker for 2.24.
+
+2013-09-18 Tristan Gingold <gingold@adacore.com>
+
* Makefile.am (LEXLIB): Define. Replase references to @LEXLIB@
by $(LEXLIB).
* Makefile.in: Regenerate.
diff --git a/binutils/NEWS b/binutils/NEWS
index 3853275..26555b0 100644
--- a/binutils/NEWS
+++ b/binutils/NEWS
@@ -1,5 +1,7 @@
-*- text -*-
+Changes in 2.24:
+
* Objcopy now supports wildcard characters in command line options that take
section names.
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 62e136e..dd8f9cd 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-18 Tristan Gingold <gingold@adacore.com>
+
+ * NEWS: Add marker for 2.24.
+
2013-09-18 Nick Clifton <nickc@redhat.com>
* config/tc-msp430.c (OPTION_MOVE_DATA): Define.
diff --git a/gas/NEWS b/gas/NEWS
index 5ff5e1a..fc1514e 100644
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -1,5 +1,7 @@
-*- text -*-
+Changes in 2.24:
+
* Add support for the Texas Instruments MSP430X processor.
* Add -gdwarf-sections command line option to enable per-code-section
diff --git a/ld/ChangeLog b/ld/ChangeLog
index bc3e8da..0a68629 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2013-09-18 Tristan Gingold <gingold@adacore.com>
+
+ * NEWS: Add marker for 2.24.
+
2013-09-17 Nick Clifton <nickc@redhat.com>
PR ld/15957
diff --git a/ld/NEWS b/ld/NEWS
index 5120036..38fdff8 100644
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -1,5 +1,7 @@
-*- text -*-
+Changes in 2.24:
+
* Add LOG2CEIL() builtin function to the linker script language
* Add support for the Texas Instruments MSP430X processor.