This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from f514e6e4806 Automatic date update in version.in new 85921e9a258 ld: Support input section description keyword: REVERSE
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ld/ChangeLog | 24 +++++++++ ld/NEWS | 4 ++ ld/ld.h | 13 +++-- ld/ld.texi | 38 ++++++++++++++ ld/ldgram.y | 59 +++++++++++++++++----- ld/ldlang.c | 44 +++++++++++++--- ld/ldlang.h | 25 ++++----- ld/ldlex.l | 1 + ld/testsuite/ld-scripts/sort-file-reversed-1.d | 18 +++++++ ld/testsuite/ld-scripts/sort-file-reversed-1.t | 6 +++ ld/testsuite/ld-scripts/sort-file-reversed-2.d | 19 +++++++ ld/testsuite/ld-scripts/sort-file-reversed-2.t | 6 +++ ld/testsuite/ld-scripts/sort-sections-reversed-1.d | 13 +++++ ld/testsuite/ld-scripts/sort-sections-reversed-1.t | 5 ++ ld/testsuite/ld-scripts/sort-sections-reversed-2.d | 13 +++++ ld/testsuite/ld-scripts/sort-sections-reversed-2.t | 5 ++ ld/testsuite/ld-scripts/sort-sections-reversed-3.d | 15 ++++++ ld/testsuite/ld-scripts/sort-sections-reversed-3.t | 5 ++ 18 files changed, 274 insertions(+), 39 deletions(-) create mode 100644 ld/testsuite/ld-scripts/sort-file-reversed-1.d create mode 100644 ld/testsuite/ld-scripts/sort-file-reversed-1.t create mode 100644 ld/testsuite/ld-scripts/sort-file-reversed-2.d create mode 100644 ld/testsuite/ld-scripts/sort-file-reversed-2.t create mode 100644 ld/testsuite/ld-scripts/sort-sections-reversed-1.d create mode 100644 ld/testsuite/ld-scripts/sort-sections-reversed-1.t create mode 100644 ld/testsuite/ld-scripts/sort-sections-reversed-2.d create mode 100644 ld/testsuite/ld-scripts/sort-sections-reversed-2.t create mode 100644 ld/testsuite/ld-scripts/sort-sections-reversed-3.d create mode 100644 ld/testsuite/ld-scripts/sort-sections-reversed-3.t