From c4b4b7c05fd5cbb1366e774c204d3de6cf32080d Mon Sep 17 00:00:00 2001 From: Christophe Lyon Date: Wed, 19 Oct 2016 10:31:56 +0200 Subject: [PATCH] Create ChangeLog.linaro files for backports, and fix ChangeLog files. --- bfd/ChangeLog | 5 ----- bfd/ChangeLog.linaro | 8 ++++++++ gas/ChangeLog | 10 ---------- gas/ChangeLog.linaro | 13 +++++++++++++ 4 files changed, 21 insertions(+), 15 deletions(-) create mode 100644 bfd/ChangeLog.linaro create mode 100644 gas/ChangeLog.linaro diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 8365175b19a..ef5e387f7ef 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,8 +1,3 @@ -2016-08-23 Nick Clifton - - * 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 PR 20472 diff --git a/bfd/ChangeLog.linaro b/bfd/ChangeLog.linaro new file mode 100644 index 00000000000..56e1de759fc --- /dev/null +++ b/bfd/ChangeLog.linaro @@ -0,0 +1,8 @@ +2016-09-15 Christophe Lyon + + Backport from mainline: + 2016-08-23 Nick Clifton + + * 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 cfade6dabc7..207398c874c 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,13 +1,3 @@ -2016-08-29 Nick Clifton - - 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 Backport from mainline diff --git a/gas/ChangeLog.linaro b/gas/ChangeLog.linaro new file mode 100644 index 00000000000..5ce65922685 --- /dev/null +++ b/gas/ChangeLog.linaro @@ -0,0 +1,13 @@ +2016-08-29 Adhemerval Zanella + + Backport from mainline: + 2016-08-05 Nick Clifton + + 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. + -- 2.47.3