This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb/linaro_binutils-2_27-branch] Create ChangeLog.linaro files for backports, and fix ChangeLog files.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=c4b4b7c05fd5cbb1366e774c204d3de6cf32080d

commit c4b4b7c05fd5cbb1366e774c204d3de6cf32080d
Author: Christophe Lyon <christophe.lyon@linaro.org>
Date:   Wed Oct 19 10:31:56 2016 +0200

    Create ChangeLog.linaro files for backports, and fix ChangeLog files.

Diff:
---
 bfd/ChangeLog        |  5 -----
 bfd/ChangeLog.linaro |  8 ++++++++
 gas/ChangeLog        | 10 ----------
 gas/ChangeLog.linaro | 13 +++++++++++++
 4 files changed, 21 insertions(+), 15 deletions(-)

diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 8365175..ef5e387 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,8 +1,3 @@
-2016-08-23  Nick Clifton  <nickc@redhat.com>
-
-	* elf32-arm.c (elf32_arm_count_additional_relocs): Return zero if
-	there is no arm data associated with the section.
-
 2016-08-19  Alan Modra  <amodra@gmail.com>
 
 	PR 20472
diff --git a/bfd/ChangeLog.linaro b/bfd/ChangeLog.linaro
new file mode 100644
index 0000000..56e1de7
--- /dev/null
+++ b/bfd/ChangeLog.linaro
@@ -0,0 +1,8 @@
+2016-09-15  Christophe Lyon  <christophe.lyon@linaro.org>
+
+	Backport from mainline:
+	2016-08-23  Nick Clifton  <nickc@redhat.com>
+
+	* elf32-arm.c (elf32_arm_count_additional_relocs): Return zero if
+	there is no arm data associated with the section.
+
diff --git a/gas/ChangeLog b/gas/ChangeLog
index cfade6d..207398c 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,13 +1,3 @@
-2016-08-29  Nick Clifton  <nickc@redhat.com>
-
-	PR gas/20364
-	* config/tc-aarch64.c (s_ltorg): Change the mapping state after
-	aligning the frag.
-	(aarch64_init): Treat rs_align frags in code sections as
-	containing code, not data.
-	* testsuite/gas/aarch64/pr20364.s: New test.
-	* testsuite/gas/aarch64/pr20364.d: New test driver.
-
 2016-08-25  Thomas Preud'homme  <thomas.preudhomme@arm.com>
 
 	Backport from mainline
diff --git a/gas/ChangeLog.linaro b/gas/ChangeLog.linaro
new file mode 100644
index 0000000..5ce6592
--- /dev/null
+++ b/gas/ChangeLog.linaro
@@ -0,0 +1,13 @@
+2016-08-29  Adhemerval Zanella  <adhemerval.zanella@linaro.com>
+
+	Backport from mainline:
+	2016-08-05  Nick Clifton  <nickc@redhat.com>
+
+	PR gas/20364
+	* config/tc-aarch64.c (s_ltorg): Change the mapping state after
+	aligning the frag.
+	(aarch64_init): Treat rs_align frags in code sections as
+	containing code, not data.
+	* testsuite/gas/aarch64/pr20364.s: New test.
+	* testsuite/gas/aarch64/pr20364.d: New test driver.
+


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]