This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang-tools-extra.
from eec2ca34 [clang-tidy] A follow-up fix of braced-init-list constructors [...]
new c543235c [clang-tidy] Add missing IgnoreMacros doc for modernize-use-e [...]
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:
docs/clang-tidy/checks/modernize-use-equals-default.rst | 8 ++++++++
1 file changed, 8 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from f76f1146495 2017-08-24 Richard Biener <rguenther(a)suse.de>
new be72c8665e6 2017-08-24 Richard Biener <rguenther(a)suse.de>
new 4e42a1965f7 2017-08-23 Richard Biener <rguenther(a)suse.de>
The 2 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:
gcc/ChangeLog | 26 ++++++++++
gcc/cgraphunit.c | 8 +--
gcc/config/i386/i386.c | 90 ++++++++++++++-------------------
gcc/dwarf2out.c | 14 ++---
gcc/targhooks.c | 19 ++-----
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/gcc.target/i386/pr81921.c | 14 +++++
7 files changed, 98 insertions(+), 78 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr81921.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 3dfcd099f58 [Hexagon] Generate correct runtime check when recognizing memmove
new a6a165e0a8f [X86AsmParser] Fix msan: use-of-uninitialized-value after r311639
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:
include/llvm/MC/MCParser/MCTargetAsmParser.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang-tools-extra.
from ae7bf942 [clang-tidy] bugprone-undefined-memory-manipulation: include [...]
new eec2ca34 [clang-tidy] A follow-up fix of braced-init-list constructors [...]
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:
clang-tidy/modernize/MakeSmartPtrCheck.cpp | 16 ++++++++++++++--
.../Inputs/modernize-smart-ptr/initializer_list.h | 6 ++++++
test/clang-tidy/modernize-make-unique.cpp | 22 ++++++++++++++++++++++
3 files changed, 42 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
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 5b5f4e6f8c ld: Early detection of orphans we know will be discarded
new 7073b5b9ed x86-64: Check relocations with -z nocopyreloc
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:
bfd/ChangeLog | 7 ++++
bfd/elf64-x86-64.c | 39 ++++++++++++++++-------
ld/ChangeLog | 14 ++++++++
ld/testsuite/ld-i386/i386.exp | 55 ++++++++++++++++++++++++++++++++
ld/testsuite/ld-i386/pr22001-1a.c | 13 ++++++++
ld/testsuite/ld-i386/pr22001-1b.c | 14 ++++++++
ld/testsuite/ld-i386/pr22001-1c.S | 51 +++++++++++++++++++++++++++++
ld/testsuite/ld-x86-64/pr22001-1a.c | 13 ++++++++
ld/testsuite/ld-x86-64/pr22001-1a.err | 2 ++
ld/testsuite/ld-x86-64/pr22001-1b.c | 13 ++++++++
ld/testsuite/ld-x86-64/pr22001-1b.err | 2 ++
ld/testsuite/ld-x86-64/pr22001-1c.c | 12 +++++++
ld/testsuite/ld-x86-64/x86-64.exp | 60 +++++++++++++++++++++++++++++++++++
13 files changed, 283 insertions(+), 12 deletions(-)
create mode 100644 ld/testsuite/ld-i386/pr22001-1a.c
create mode 100644 ld/testsuite/ld-i386/pr22001-1b.c
create mode 100644 ld/testsuite/ld-i386/pr22001-1c.S
create mode 100644 ld/testsuite/ld-x86-64/pr22001-1a.c
create mode 100644 ld/testsuite/ld-x86-64/pr22001-1a.err
create mode 100644 ld/testsuite/ld-x86-64/pr22001-1b.c
create mode 100644 ld/testsuite/ld-x86-64/pr22001-1b.err
create mode 100644 ld/testsuite/ld-x86-64/pr22001-1c.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_29-branch
in repository binutils-gdb.
from 60a9426c0c Automatic date update in version.in
new dbb8f8b80b ld: Early detection of orphans we know will be discarded
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 | 14 ++++++++++++
ld/ldlang.c | 46 +++++++++++++++++++++++++++-------------
ld/testsuite/ld-elf/orphan-11.d | 9 ++++++++
ld/testsuite/ld-elf/orphan-11.ld | 16 ++++++++++++++
ld/testsuite/ld-elf/orphan-11.s | 11 ++++++++++
ld/testsuite/ld-elf/orphan-12.d | 9 ++++++++
ld/testsuite/ld-elf/orphan-12.s | 8 +++++++
7 files changed, 98 insertions(+), 15 deletions(-)
create mode 100644 ld/testsuite/ld-elf/orphan-11.d
create mode 100644 ld/testsuite/ld-elf/orphan-11.ld
create mode 100644 ld/testsuite/ld-elf/orphan-11.s
create mode 100644 ld/testsuite/ld-elf/orphan-12.d
create mode 100644 ld/testsuite/ld-elf/orphan-12.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-6-branch
in repository gcc.
from dc014524dc3 Daily bump.
new 259ad952152 PR c++/80287 C++ crash with __attribute((may_alias))
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:
gcc/ChangeLog | 8 ++++++++
gcc/cp/class.c | 8 +++++---
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/g++.dg/pr80287.C | 13 +++++++++++++
4 files changed, 34 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/pr80287.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/linaro/binutils-2_28-branch
in repository binutils-gdb.
at e2bd6d4d2f Merge with binutils-2_28-branch rev a595e022494
This branch includes the following new commits:
new e2bd6d4d2f Merge with binutils-2_28-branch rev a595e022494
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.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/linaro/binutils-2_27-branch
in repository binutils-gdb.
at f3ae7dbacf Merge with binutils-2_27-branch rev b5d3ac20
This branch includes the following new commits:
new f3ae7dbacf Merge with binutils-2_27-branch rev b5d3ac20
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.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/linaro/binutils-2_25-branch
in repository binutils-gdb.
discards 6bb0a0d1de Fix the generation of alignment frags in code sections for AArch64.
discards a83844a058 [AArch64] Fix mapping testcase extra symbol from padding
discards 9b10042e88 [AArch64] Don't tail-pads sections to the alignment
discards cc4e72e149 MIPS/GAS: Fix an ISA override not lifting ABI restrictions
discards daf279d6c8 [Testsuite] treate -specs as both cflags & ldflags
discards b9b55bfc6a [Testsuite] Fix running unique tests on ARM
discards c7c99e5949 PR gold/17473: Fix gold build with system C++ headers that u [...]
discards 2377908d3f Automatic date update in version.in
discards 3e6a531ef5 Automatic date update in version.in
discards c9089291a2 Automatic date update in version.in
discards 1238bf76f0 Automatic date update in version.in
discards db6a71c70d Automatic date update in version.in
discards c2a12d49d9 Automatic date update in version.in
discards d56d587918 Automatic date update in version.in
discards 1fc4e78502 Automatic date update in version.in
discards bf35e89ad9 Automatic date update in version.in
discards a8b9c95809 Automatic date update in version.in
discards fe7a3d1de7 Automatic date update in version.in
discards 8ae21cea4d Automatic date update in version.in
discards 5dbbe9bf75 Automatic date update in version.in
discards f51c9205a2 Automatic date update in version.in
discards 878596c439 Automatic date update in version.in
discards 76dbf0a676 Automatic date update in version.in
discards c25699537b Automatic date update in version.in
discards 6aab3ef1c1 Automatic date update in version.in
discards 3d759e17c3 Automatic date update in version.in
discards 4199971cc8 Automatic date update in version.in
discards bed6232651 Automatic date update in version.in
discards b84e0d5b29 Automatic date update in version.in
discards 728812dea9 Automatic date update in version.in
discards 15262d3e79 Automatic date update in version.in
discards 38567d79b9 Automatic date update in version.in
discards cc48b66edf Automatic date update in version.in
discards 653c50c445 Automatic date update in version.in
discards 0736d3e44c Automatic date update in version.in
discards e52a70b62d Automatic date update in version.in
discards c091fcfeb3 Automatic date update in version.in
discards 58a98a4188 Automatic date update in version.in
discards f43faa9a06 Automatic date update in version.in
discards e95d6ecdcb Automatic date update in version.in
discards 324dd45ca4 Automatic date update in version.in
discards beed95cc72 Automatic date update in version.in
discards ff69921653 Automatic date update in version.in
discards c5a3280a4e Automatic date update in version.in
discards 863bdd4b7e Automatic date update in version.in
discards 5960c2db96 Automatic date update in version.in
discards d6951dee80 Automatic date update in version.in
discards 05dd83937d Automatic date update in version.in
discards 91140fc812 Automatic date update in version.in
discards 64d83d7664 Automatic date update in version.in
discards 516fff245e Automatic date update in version.in
discards 3899ff7464 Automatic date update in version.in
discards 35ccb8cdf1 Automatic date update in version.in
discards 60ea0c6c61 Automatic date update in version.in
discards d6b0fa64b7 Automatic date update in version.in
discards abf9ca2a26 Automatic date update in version.in
discards fca3bd463d Automatic date update in version.in
discards 2f7a39bcc8 Automatic date update in version.in
discards 4087d5deac Automatic date update in version.in
discards e270dc2e61 Automatic date update in version.in
discards b8907650ff Automatic date update in version.in
discards 9cc7c087f9 Automatic date update in version.in
discards 3937a7dece Automatic date update in version.in
discards 6d3eddd01e Automatic date update in version.in
discards 3b01f23934 Automatic date update in version.in
discards f27445e3d4 Automatic date update in version.in
discards 1ae52f0f7e Automatic date update in version.in
discards 1e753a6375 Automatic date update in version.in
discards 839531b014 Automatic date update in version.in
discards 7094d0fa1b Automatic date update in version.in
discards 0987b5336e Automatic date update in version.in
discards 9763f0ae8f Automatic date update in version.in
discards c01b8eca0b Automatic date update in version.in
discards 09cb1e6084 Automatic date update in version.in
discards be2b8b67fc Remove one unnecessary iteration in insertion sort
discards 6547b6f174 Fix slowdown in ld -r for most common case of out-of-order relocs
discards d2d9e0d415 Automatic date update in version.in
discards 3e914f9ec3 Automatic date update in version.in
discards dc39ce7d36 Automatic date update in version.in
discards 9047a1eeaf Automatic date update in version.in
discards a2d68bf5f6 Automatic date update in version.in
discards 7037062c97 Automatic date update in version.in
discards c043bc7e7b Automatic date update in version.in
discards 1d2f59baec Automatic date update in version.in
discards 4fb8f544a7 Automatic date update in version.in
discards c6bbafc05c Automatic date update in version.in
discards 6a48663ed7 Automatic date update in version.in
discards 212e0ea7ff Automatic date update in version.in
discards df6008c10f Automatic date update in version.in
discards 1694d8e161 Automatic date update in version.in
discards 8e9b8ea680 Automatic date update in version.in
discards 9201043550 Automatic date update in version.in
discards 950f412429 Automatic date update in version.in
discards 4029e0d858 Automatic date update in version.in
discards 0d2ea724a5 Automatic date update in version.in
discards 2de193fb03 Automatic date update in version.in
discards 79a1e02e1c Automatic date update in version.in
discards 4c34b52acd Automatic date update in version.in
discards 468831b6be Don't sort ld -r output relocs on alpha
discards 6aece029ed Use stable sort for ld -r relocs
discards 2eb2bf27b7 Automatic date update in version.in
discards 34c0be6a40 Automatic date update in version.in
discards 69701ab0f8 Automatic date update in version.in
discards 4531938c42 Automatic date update in version.in
discards 94a37b94c6 Automatic date update in version.in
discards e8f72d733e Automatic date update in version.in
discards c5119b0fe2 Automatic date update in version.in
discards 5216e002a4 Automatic date update in version.in
discards 6898d6e462 Automatic date update in version.in
discards 2cfb233c7c Automatic date update in version.in
discards bc6aa43428 Automatic date update in version.in
discards f96a171d99 Automatic date update in version.in
discards 81d09c8056 Automatic date update in version.in
discards 2fe1e98d4a Automatic date update in version.in
discards 37652cbae2 Automatic date update in version.in
discards 391901f3c8 Automatic date update in version.in
discards a71bd5f60e Automatic date update in version.in
discards c22f113807 Automatic date update in version.in
discards 243c732ecf Automatic date update in version.in
discards ce9fe9ec7c Automatic date update in version.in
discards c394668477 Automatic date update in version.in
discards 5dca1c86e5 Automatic date update in version.in
discards 79a85d9ed3 Automatic date update in version.in
discards 37a4cfd7b0 Automatic date update in version.in
discards a0d2e7e540 Automatic date update in version.in
discards c75f10d0aa Automatic date update in version.in
discards 61b8a1b662 Automatic date update in version.in
discards 39539fd098 Automatic date update in version.in
discards fae0befba8 Automatic date update in version.in
discards 0daa1e6272 Automatic date update in version.in
discards f75524c5ae Automatic date update in version.in
discards 4a5ccfd4be Automatic date update in version.in
discards 9657cec498 Make arm_unaligned_reloc test less sensitive to disassembler [...]
discards 216ce47c8d Automatic date update in version.in
discards 2b44bfa0da Automatic date update in version.in
discards 37fa3323e0 Automatic date update in version.in
discards 61f7dfe522 Automatic date update in version.in
discards 3811c5bd61 Automatic date update in version.in
discards 64f00e962a Bump version to 2.25.2
discards 6142edbbe2 Release 2.25.1, add generated files
discards 3931ae6326 Automatic date update in version.in
discards 860ad07bc2 Automatic date update in version.in
discards f819577b32 Automatic date update in version.in
discards d1df5b7620 Automatic date update in version.in
discards 9a8d496b86 Automatic date update in version.in
discards f861948245 Correct readelf dynamic section buffer overlow test
discards 5a651d410d Automatic date update in version.in
discards a1030a8961 Automatic date update in version.in
discards 458df2ed23 Automatic date update in version.in
discards 119743c9a8 Automatic date update in version.in
discards b7ee12521c Automatic date update in version.in
discards 376500724c Automatic date update in version.in
discards c425f228ec Fix an opd->adjust index in elf64-ppc.c
discards 9f4328a0df Remove ppc860, ppc750cl, ppc7450 insns from common ppc.
discards f34d4b4eb7 PPC sync instruction accepts invalid and incompatible operands
discards 6e5906de5d Allow for optional operands with non-zero default values.
discards 256fcf072f ppc476 linker workaround shared lib fixes again
discards 1e3128b0bf Remove unused MTMSRD_L macro and re-add accidentally deleted [...]
discards 5ec300194d ppc476 linker workaround shared lib fixes
discards c50e1079ce Add hwsync extended mnemonic.
discards db6d1fa0e5 Non-alloc sections don't belong in PT_LOAD segments
discards 5ab615e4cd Align .TOC. for PowerPC64
discards 2ce7dd6928 Rewrite relro adjusting code
discards 3824526fc5 powerpc: Only initialise opcode indices once
discards 91d97cf147 powerpc: Add slbfee. instruction
discards f458ca03d6 Make powerpc bfd ld reloc overflow vs undefined symbols match gold
discards fd5f1c52d2 Fix powerpc gas abort on invalid instruction fixups
discards 626964a46b Automatic date update in version.in
discards 51efb14ca6 Automatic date update in version.in
discards cc73cd397c Automatic date update in version.in
discards 527055047d 2015-07-06 Doug Kwan <dougkwan(a)google.com>
discards b7251564a0 Automatic date update in version.in
discards 3a59be05ad Automatic date update in version.in
discards 0bf7c31c4b Automatic date update in version.in
discards e234cf0c17 Automatic date update in version.in
discards 617f35b8e5 Automatic date update in version.in
discards ea9f31b3e7 Automatic date update in version.in
discards d227c41f87 Automatic date update in version.in
discards cc15cae386 Automatic date update in version.in
discards 9ce256d136 Automatic date update in version.in
discards aa92cd4f2c Automatic date update in version.in
discards c2618e80ad Automatic date update in version.in
discards b771d7d313 Automatic date update in version.in
discards e73db09616 Automatic date update in version.in
discards 19b3a0babc Automatic date update in version.in
discards 4fe2f46d09 [AArch64][Backport] Generate DT_TEXTREL for relocation again [...]
discards a72a4a9ace Automatic date update in version.in
discards bbd7e0200d Automatic date update in version.in
discards e688a04ca6 Don't use $< in Makefiles
discards d83cb00675 Automatic date update in version.in
discards 657efd8aef Automatic date update in version.in
discards 9f24f75954 Import fix for PR 18481 which corrects the generation of rel [...]
discards 18ebbf2b39 Automatic date update in version.in
discards 0aecb29c3f [ARM][GAS] Backport "Positively emit symbols for alignment"
discards 4fc41b1e3b [AArch64][GAS] Backport "Positively emit symbols for alignment"
discards 72612e60ad Automatic date update in version.in
discards be80eb2287 Automatic date update in version.in
discards 83f977e006 [AArch64] Backport support id_mmfr4 system register
discards abfe2a5b61 Automatic date update in version.in
discards 33454e6d17 Automatic date update in version.in
discards 7cbf2c5d1c Automatic date update in version.in
discards 0d4b078967 Automatic date update in version.in
discards abb30259a5 Automatic date update in version.in
discards 406c66eabd Automatic date update in version.in
discards 16fe058b68 Automatic date update in version.in
discards 713b8a0068 Automatic date update in version.in
discards d088d58b2a Automatic date update in version.in
discards b8db92f8e2 Automatic date update in version.in
discards 9036b04b15 Automatic date update in version.in
discards 7801c81999 [GOLD] Add PowerPC64 -fsplit-stack support
discards d27f657e82 Tidy PowerPC gold find_global_entry uses
discards a8311e43c3 PowerPC gold assertion on missing global entry stub
discards cdf6609a27 PR18147, relocation overflow when --unresolved-symbols=ignore-all
discards b99cbffd5e Automatic date update in version.in
discards 9011aea444 [AArch64] Backport fix for minimum code section alignment
discards de95627257 Automatic date update in version.in
discards 6e23601af5 Automatic date update in version.in
discards cdbcee7939 Automatic date update in version.in
discards dcd30430dd Automatic date update in version.in
discards c986247477 Automatic date update in version.in
discards 3472c895f6 Automatic date update in version.in
discards 33d0dfe2fa Automatic date update in version.in
discards a03a8f8e64 Automatic date update in version.in
discards 72eacdd897 Automatic date update in version.in
discards 4bbc28c6fc Automatic date update in version.in
discards 083dafc131 Automatic date update in version.in
discards 3c6591452f Automatic date update in version.in
discards b438d790ad Automatic date update in version.in
discards 3ab1bba0fb Automatic date update in version.in
discards 464d663f33 Automatic date update in version.in
discards a2365cbaac Automatic date update in version.in
discards e14fc6e6c2 Automatic date update in version.in
discards 55bf349b84 Automatic date update in version.in
discards 9e8af43e9e Automatic date update in version.in
discards fed980cdcd Automatic date update in version.in
discards 4ef7bf7bcd Fix some PPC assembler errors.
discards c9df5adb2e Automatic date update in version.in
discards aa273c53b3 Automatic date update in version.in
discards 6c36bfb49a Automatic date update in version.in
discards 6bb90bdc47 Automatic date update in version.in
discards 962aad6b6d Automatic date update in version.in
discards 6c6d9ae6b6 Automatic date update in version.in
discards b933912e44 Automatic date update in version.in
discards cb27a9e416 Automatic date update in version.in
discards 819bce3fbf [AArch64][Backport] Remove Load/Store register (unscaled imm [...]
discards 498aac7381 [AArch64][Backport] Don't always create new frag for .inst d [...]
discards c053c5506e Automatic date update in version.in
discards 7b021d0bc5 Automatic date update in version.in
discards d4d540a3d8 [AArch64][Backport] PR18270, fix handling of GOT entry for l [...]
discards 0eb59220b4 [AArch64][Backport]Improve PC-relative relocation check for [...]
discards dc0f272004 Automatic date update in version.in
discards 8232480c4f Automatic date update in version.in
discards fc46e22efc Automatic date update in version.in
discards 4c9512d75b Automatic date update in version.in
discards 8722f78a30 Automatic date update in version.in
discards 36060c3f37 Automatic date update in version.in
discards 3b415e8285 Automatic date update in version.in
discards d35b7d7298 opcodes/
discards 25a95cca5f Automatic date update in version.in
discards d76e37160b Automatic date update in version.in
discards ce35cc7a88 Automatic date update in version.in
discards c5664e9717 Automatic date update in version.in
discards 4e8ff422fd Automatic date update in version.in
discards 65f6d898f0 Automatic date update in version.in
discards a47381cef6 Automatic date update in version.in
discards 7c8266c76e Automatic date update in version.in
discards e52252b6d7 Automatic date update in version.in
discards 81bf54185b Automatic date update in version.in
discards a1c70f598c Automatic date update in version.in
discards 0198927dcb Automatic date update in version.in
discards e6cf36bc05 Automatic date update in version.in
discards f70ef7f584 Automatic date update in version.in
discards b2c72294ac Automatic date update in version.in
discards 1dd0a56b37 Automatic date update in version.in
discards f7043b77a5 Automatic date update in version.in
discards 6004b7fe15 Automatic date update in version.in
discards f427e3a187 Downgrade linker error on protected symbols in .dynbss to a warning
discards d2c7887646 Revert "Add extern_protected_data and set it for x86"
discards 382a4f3645 Automatic date update in version.in
discards 67870b424d Automatic date update in version.in
discards fb204154e7 Automatic date update in version.in
discards f29d4f5428 Automatic date update in version.in
discards dd7ed52b0f Add support for the Samsung Exynos M1 processor.
discards bbcc5f1082 Add support for the Samsung Exynos M1 processor.
discards ab691179c4 Automatic date update in version.in
discards 060e72aaf6 Automatic date update in version.in
discards 9d2587dc79 Don't pass unadorned zeros to varargs functions
discards 43c6fd4b2b Automatic date update in version.in
discards cd3659d3b5 Relax PR 15228 protected visibility restriction
discards 5a059384e3 Automatic date update in version.in
discards 132275bd63 Automatic date update in version.in
discards 5690523b81 Automatic date update in version.in
discards 67a563d7fc Automatic date update in version.in
discards 3ea338a9c6 Automatic date update in version.in
discards 7b9f5b6687 Automatic date update in version.in
discards 05d0c577ab Automatic date update in version.in
discards 4d2667fe55 [AArch64] Fix branch stubs for BE
discards 0b1baca662 Automatic date update in version.in
discards 6a7717b582 Automatic date update in version.in
discards e9673b574a Import fixes from mainline sources that address illegal memo [...]
discards e3c8db8ea5 Import patches from the master sources which fix illegal mem [...]
discards 661b545563 Fix build problem introduced by previous delta to coffgrok.c
discards d15ebda235 Automatic date update in version.in
discards 03c2abd407 Import fixes from mainline that address illegal memory acces [...]
discards 3dbf783edb Import fixes from trunk sources to correct invalid memory ac [...]
discards 4adc1f407b Import fixes for invalid memory access issues in the binutil [...]
discards b1d1f5a39f Import security fixes for readelf from the master branch:
discards 67b88ecda8 Automatic date update in version.in
discards a660508d72 Automatic date update in version.in
discards 4e3d126038 Automatic date update in version.in
discards 7a8f391b20 Automatic date update in version.in
discards 49017690f1 Limit multi-byte nop instructions to 10 bytes
discards 822ef4522e Automatic date update in version.in
discards 0d945127d8 Automatic date update in version.in
discards 3865e0bcac S/390: Disable relocation sort against code sections.
discards 7e8c42bc63 Fix ppc32 synthetic symbols when __tls_get_addr_opt stub is [...]
discards 05ef55071e Tweak ppc32 tls_get_addr optimisation
discards a753593317 PowerPC64 thread-safe stubs not needed for iplt
discards 6ee2041025 Use dynamic text relocs for protected vars
discards eab9f30f7e PowerPC64 GOLD: complain on misaligned _DS relocs
discards f3559b7ebf Fix gold error: hidden symbol '...' is not defined locally
discards 64ba779095 Automatic date update in version.in
discards 06410eb479 Automatic date update in version.in
discards 7b1e772058 Automatic date update in version.in
discards c7cc157c48 Automatic date update in version.in
discards 7315d0158a Automatic date update in version.in
discards 5482cb84d5 Automatic date update in version.in
discards a9b37780ed Automatic date update in version.in
discards 9a8f97a668 [AArch64][2.25] Backport support for Cortex-A72
discards 6c7edbf387 [ARM][2.25] Backport support for Cortex-A72
discards 2a2a47528f [ARM] Backport "Skip private symbol when doing objdump"
discards ff5c311cb0 Automatic date update in version.in
discards 537f1b2955 Automatic date update in version.in
discards 69f640a19c Automatic date update in version.in
discards 4d8d15de04 Automatic date update in version.in
discards 575c84051c Automatic date update in version.in
discards 323e72db2f Add extern_protected_data and set it for x86
discards ac5e333d60 Automatic date update in version.in
discards 52e3094c40 Automatic date update in version.in
discards 7ac0228494 Automatic date update in version.in
discards b3963ba7a3 Automatic date update in version.in
discards 8c312719e3 Automatic date update in version.in
discards 6e60eb7434 Automatic date update in version.in
discards 073416e659 Automatic date update in version.in
discards 18a77a3bff Automatic date update in version.in
discards 1b4518aeab Automatic date update in version.in
discards 169aeda176 Automatic date update in version.in
discards 80390207b0 Automatic date update in version.in
discards 8b1f05640b Automatic date update in version.in
discards 63260d9f98 Set GOLD_DEFAULT_SIZE to 32 for x32
discards 9d2d21710f Automatic date update in version.in
discards cbc9ae8c6b Automatic date update in version.in
discards ebeb8567fa Automatic date update in version.in
discards 25ec783de6 Automatic date update in version.in
discards 187c5acd7e Automatic date update in version.in
discards 101ac74f85 Automatic date update in version.in
discards 6f8c0b7bb2 Automatic date update in version.in
discards fe568d7c8a Automatic date update in version.in
discards 50dc3bb5fd Automatic date update in version.in
discards da91b1093a Automatic date update in version.in
discards d5a6e494a9 Automatic date update in version.in
discards 7c34e5e427 Don't segfault or assert on NULL tls_sec
discards 28a9c94752 Correct GOLD PowerPC64 local-dynamic TLS linker optimization
discards 96dc76e939 Correct PowerPC64 local-dynamic TLS linker optimization
discards 40687fb4f5 [GOLD] Correct powerpc64 ifunc plt entry test
discards e9ba02e17a ld: Update expected test results for 32-bit hosts.
discards f720953032 ld: Don't evaluate unneeded PROVIDE expressions.
discards 6e483a35a1 ld/testing: run_dump_test can now check linker mapfiles.
discards c998c46465 Fix garbage collection of common symbols for powerpc64
discards 2adbbb3267 Fix garbage collection of common symbols
discards 4e6681c60b Omit section dynsyms for any linker created section
discards 04761659a6 Fix ARM fail of gap test
discards 9c836c26e4 Fix build without makeinfo from release binutils tar
discards fa4b2160a2 Assorted compiler warning fixes
discards 37ddfb4d54 Delete unnecessary code copying SHF_SH5_ISA32 flag
discards 2d833ee7d4 Don't create .eh_frame_hdr on shared lib bfd
discards d51f91439e Use a symbol flag bit to mark linker defined symbols
discards ac8fc681ac Don't PROVIDE over top of common symbols
discards ef7b980b8d Correct logic for "defined by object"
discards 68b00e612a Move support code for linker script DEFINED to ldexp.c
discards 52328b026a [GOLD] Fix powerpc overflow check
discards 109714a64e Set ppc COMMONPAGESIZE to 64k
discards 284a460ce9 Display DW_LANG_C11 as (C11).
discards 82fae8b311 PowerPC register numbers in DWARF
discards 12147f7864 Set bfd_error in _bfd_elf_adjust_dynamic_copy
discards cc877469e9 Copy relocations against protected symbols
discards 5ba7a53616 Use autoconf check for long long in binutils
discards ff97bf5312 Don't return DW_AT_name for function name in C++
discards e21b3da6d3 Don't sort ld -r relocs for mips
discards 331c8ff102 ppc64_elf_edit_opd revamp, take 2
discards b2fc038498 Sort relocs output by ld -r
discards f3c7040f77 ppc64_elf_edit_opd revamp
discards b5a76a4305 dwarf.c handle new DWARFv5 C11, C++11 and C++14 DW_LANG constants.
discards c171370f34 Recognize new DWARFv5 C11, C++11 and C++14 DW_LANG constants.
discards 359de89e9d Automatic date update in version.in
discards 3ccbb3adb9 Automatic date update in version.in
discards bf3bca023d Automatic date update in version.in
discards 4b65aaf79c Automatic date update in version.in
discards 27e0a21aca Automatic date update in version.in
discards 424051c97d Automatic date update in version.in
discards 18a8862ddf Automatic date update in version.in
discards cbee57802b Automatic date update in version.in
discards 8ac2ba0f4c Automatic date update in version.in
discards c348ba4615 Automatic date update in version.in
discards 8699ba119b Automatic date update in version.in
discards 5c750d7696 Automatic date update in version.in
discards 2923cf75b2 Automatic date update in version.in
discards 148be2fc28 Automatic date update in version.in
discards f2075f334c [ARM] Backport vcmp/vcmpe should accept #0x0 as an operand
discards c154b1b6b6 Automatic date update in version.in
discards 2708078c68 Automatic date update in version.in
discards 1ad4ca51bc Automatic date update in version.in
discards 04ff7234f8 Automatic date update in version.in
discards 0c5802a6a0 Automatic date update in version.in
discards eafe35e056 Automatic date update in version.in
discards 8b6983e780 Backport from master:
discards 9c3384b10c Automatic date update in version.in
discards da5006e354 Automatic date update in version.in
discards 75d01acd93 Backport from master:
discards 88a207e515 Automatic date update in version.in
discards 3fbeff29c8 Automatic date update in version.in
discards 5c7d5588cc Automatic date update in version.in
discards 0a767fb722 Automatic date update in version.in
discards fba921af60 Automatic date update in version.in
discards 5ca8432dd4 Automatic date update in version.in
discards fe4c201857 Automatic date update in version.in
discards 0a1a4d2896 Automatic date update in version.in
discards 5fbb4e0ace Automatic date update in version.in
discards 9b3d6eae87 Only discard space for pc-relative relocs symbols
discards d5bc135c5c Automatic date update in version.in
discards 5fb4780ec8 Automatic date update in version.in
discards 2a6d8e6911 Automatic date update in version.in
discards d511255909 Automatic date update in version.in
discards dd6e65e09c Handle stack split for x32
discards d92e7a339b Automatic date update in version.in
discards 4ee1cb34e9 Handle Initial-Exec to Local-Exec for x32
discards 5d7a82eb08 Automatic date update in version.in
discards dea02b3a5b Create ChangeLog.linaro files for backports, and fix ChangeL [...]
discards 0609e281a8 bfd/version.h: Increment Linaro version to 2016_02 to reflec [...]
discards 1ec073682e [ARM] Support ARMv8.2 RAS extension.
discards 52e2a75638 Fix ldah being disassembled as ldaexh
discards 5cc8568a2d [ARM] Enable CRC by default for ARMv8.1 and later.
discards 133c15f971 Fixes a compile time warnng about left shifting a negative value.
discards 3892825c6e [AArch64][Patch 5/5] Add instruction PSB CSYNC
discards 104acca7b6 [AArch64][Patch 4/5] Support HINT aliases taking operands.
discards df8d117d87 [AArch64][Patch 3/5] Adjust maximum number of instruction aliases.
discards 63f7d09bd8 [AArch64][Patch 2/5] Add Statistical Profiling Extension sys [...]
discards 9e9031ca9e [AArch64][Patch 1/5] Support the ARMv8.2 Statistical Profili [...]
discards ee4546d659 [Aarch64] Support ARMv8.2 AT instructions
discards e41f3b8e0d [AArch64][PATCH 2/2] Support ARMv8.2 DC CVAP instruction.
discards 9dece625fe [AArch64][PATCH 1/2] Add support for ARMv8.2 DC CVAP instruction.
discards 91e1c964fb [AArch64][binutils] Add support for ARMv8.2 PSTATE.UAO.
discards b221463389 [AArch64][PATCH 2/2] Add RAS system registers.
discards dd4db4bb0d [AArch64][PATCH 1/2] Add support for RAS instruction ESB.
discards 5911ddf4f4 [AArch64] Fix ARMv8.1 and ARMv8.2 feature settings.
discards 4690054dc3 [AArch64][PATCH 3/3] Add floating-point FP16 instructions
discards c2d83ebd2f [AArch64][PATCH 2/3] Adjust a utility function for floating [...]
discards 5cbbc342a2 [AArch64][PATCH 1/3] Support ARMv8.2 FP16 floating point ins [...]
discards 1c4d94f5a1 [AArch64] Add ARMv8.2 instruction alias REV64.
discards 71a67d5189 [AArch64] Add ARMv8.2 instructions BFC and REV64.
discards fce7e500a2 [AArch64] Let aliased instructions be their preferred form.
discards 065976df48 [Aarch64] Support an ARMv8.2 system register.
discards c4c417f89b [AArch64] Add feature flags and command line for ARMv8.2 FP1 [...]
discards 4bacab0067 [AArch64] Add support for ARMv8.1 Virtulization Host Extensions.
discards 42fbf1a0cf [ARM] Add ARMv8.2 architecture feature and command line option.
discards 84026cbb7d [AArch64] Add ARMv8.2 command line option and feature flag.
discards 205aab8f58 [Patch ARM] Fix build attributes for armv8-a in case of asse [...]
discards 3851fb9be0 Fix detection of GNU LD version in GCC's scripts
discards 41101e7193 bfd/version.h: Update VERSION for 2.25 2015.10 release
discards ffe22f86a9 [AArch64] Fix function pointer variable with -Bsymbolic-functions
discards 9e5c224c39 Fix broken -Bsymbolic-functions
discards 1498aaa63d [ARM] Add crypto-neon-fp-armv8.1 as an fpu option
discards e87fc5928f [AArch64] Add support for ARMv8.1 command line option
discards 9defd2ac53 [ARM] Commit approaved testcases missed in previous commit
discards 0201965748 [AArch64] Revert local changes included in Matthew's commit
discards f4a59df46f [ARM] Support for ARMv8.1 command line option
discards 517a6600f3 [ARM] Support for ARMv8.1 Adv.SIMD extension
discards bc0e279e5a [ARM] Add support for ARMv8.1 PAN extension
discards 285b388cef [ARM] Rework CPU feature selection in the disassembler
discards ef7a548e32 Extend arm_feature_set struct to provide more bits
discards cb8b944062 [AArch64] Support for ARMv8.1a Adv.SIMD instructions
discards 562c0d3536 [AArch64] Support for ARMv8.1a Limited Ordering Regions extension
discards 8f97f18353 [AArch64][GAS] Add support for PAN architecture extension
discards 1bf01f6e22 [AARCH64] Document .arch and .arch_extension directive
discards 9c361fa7bb aarch64: allow adding/removing just feature flags via .arch_ [...]
discards 940f357e7e arm: fix extension feature disabling
discards 5b99c9229b [AArch64][libopcode] Add support for PAN architecture extension
discards b37f3c9ade gas: section name substitution sequence
discards c093663256 Change format of version string
discards 8d432f2f3f Workaround for Cortex A53 erratum 843419
discards 4f74aa7eda Implement branch over stub section.
discards f3c8461fb8 Remove padding before stub sections.
discards d5aa86adf9 Adjust veneer count.
discards 5568667def Factor out _bfd_aarch64_get_stub_for_link_section.
discards 55dca35161 Refactor section_group[] representation.
discards b299c32966 Refactor generation of 835769 workaround stubs.
discards 1d9e76556d Use _bfd_aarch64_add_stub_entry_in_group.
discards 156670658a Fix build -- missing ';'
discards 5155e384af Factor out _bfd_aarch64_erratum_835769_stub_name
discards 7ad06b8c03 Factor out _bfd_aarch64_resize_stubs()
discards 149122273a Factor stub creation code into _bfd_aarch64_create_stub_section.
discards e210786f31 Factor out common behaviour between elf_aarch64_create_or_fi [...]
discards 4b92a8e8f9 Flip sense of erratum_835769_scan.
discards 48072a1a4b Drop unused argument to elf_aarch64_create_or_find_stub_sec
discards 00e5caabf5 Remove unused variable.
discards 00b8633e4f Remove dead code.
discards cf2b7cee43 Removing unused functions.
discards ed0d248849 Remove Load/Store register (unscaled immediate) alias.
discards f20bdb2ea7 bfd/version.h: Bump VERSION
discards b428088203 bfd/version.h: Update VERSION for 2.25 2015.01 release
discards 0952340e90 src-release.sh: Use configure.ac instead of configure.in
discards 7a25b0fe5f bfd/version.h: Bump version
discards b113c3734e bfd/version.h: Update version for 2.25 2015.01-1 release
discards 51feb529a4 src-release.sh: Add support for building binutils-linaro
discards ad13cb7668 bfd/version.h: Bump VERSION
discards 8c521a215a bfd/version.h: Update version for 2.25 2015.01 release
discards 36f8f4225d Assign file position for .strtab only if needed
discards 7aef07c323 Automatic date update in version.in
discards 76cae444ea Automatic date update in version.in
discards 531468bd0d Automatic date update in version.in
discards ebe3faaf76 Automatic date update in version.in
discards 50eb8f2060 Automatic date update in version.in
discards d91bc14556 Automatic date update in version.in
discards 373232c898 Automatic date update in version.in
discards d1ad1dd8d3 Automatic date update in version.in
discards a082d4dd0e Automatic date update in version.in
discards 4bb5059870 Automatic date update in version.in
discards be5d19a368 Automatic date update in version.in
discards 9f4b5f79db Automatic date update in version.in
discards a92688701c Automatic date update in version.in
discards e4d4694d8c Bump to version 2.25.0
discards 0d2813741f Add generated files.
discards c7890a29ba Version 2.25
discards 94d1a58841 Automatic date update in version.in
discards f0a709fbca Automatic date update in version.in
discards 9a9fb6ee01 Automatic date update in version.in
discards e2f5269fe6 Automatic date update in version.in
discards 7f55632d51 Rework the alignment check for BFD_RELOC_MIPS_18_PCREL_S3.
discards fc0aa9f1ad Fix all failing FPXX tests for tx39-elf.
discards b88f178465 Fix undefined weak symbol reloc tests
discards 199a28d555 Add in a JALRC alias and fix the NAL instruction.
discards 082f78cde6 [MIPS] When calculating a relocation using an undefined weak [...]
discards ca151a1715 Automatic date update in version.in
discards f459a1edb2 Automatic date update in version.in
discards 6eb718d6fb Automatic date update in version.in
discards bb601ff593 Automatic date update in version.in
discards cc7c7c805d Check corrupt input
discards 1f3539914e Automatic date update in version.in
discards 66a9df977c Handle weak alias for PIE with copy reloc
discards a36b7489b3 Automatic date update in version.in
discards a1c924f1ab Automatic date update in version.in
discards c7525b6d5a Automatic date update in version.in
discards a20f486602 Automatic date update in version.in
discards 4d77a00a79 Don't access elf tdata in dwarf.c without first checking for [...]
discards 16d628bdd1 Automatic date update in version.in
discards 36dbb1b5fe Automatic date update in version.in
discards b64b0dba98 Automatic date update in version.in
discards d457c7b692 Automatic date update in version.in
discards 874ca49b43 Automatic date update in version.in
discards b676b6ac4c Define bfd_elf32_get_synthetic_symtab for x32
discards 9b65a6e924 Add _bfd_elf_ifunc_get_synthetic_symtab
discards 94d4ead452 Automatic date update in version.in
discards f991e5b345 PowerPC gold, fix 32-bit branch address arithmetic
discards 2b04cb4bc6 powerpc gold, work around pr17670
discards 1f345a5436 Automatic date update in version.in
discards 3d88e672ab Replace copyreloc-main.c with copyreloc-main.S
discards d07db181ce Reformat elf_x86_64_create_dynamic_sections
discards a8e92a0e6b powerpc gold, fix pr17566
discards 909d1a57f8 X86-64: Allow copy relocs for building PIE
discards 907e59a8f8 Automatic date update in version.in
discards 397bb20ccf Automatic date update in version.in
discards ad1fe1e73f Add tests for PR ld/16452 and PR ld/16457
discards 5f7d910655 Automatic date update in version.in
discards bc107e14ff Power4 should treat mftb as extended mfspr mnemonic
discards f79c4874c5 Don't deprecate powerpc mftb insn
discards e092f15477 Don't output symbol version definitions for non-DT_NEEDED libs
discards e12c663168 Automatic date update in version.in
discards 1a378c24f3 Automatic date update in version.in
discards 01135cf859 Automatic date update in version.in
discards 8f1fd5d4ba Automatic date update in version.in
discards c7622ecf1d [GOLD] PowerPC relaxation corner case
discards beade67d96 Fix corrupted .eh_frame section with LTO and --gc-sections.
discards 390fae5af9 Automatic date update in version.in
discards e744c3ca2f Automatic date update in version.in
discards 8e548ceccc [AArch64] Cortex-A53 Erratum 835769 -- sort maps
discards 62429cfaa2 PowerPC64 --plt-align
discards d0b540e5e9 Automatic date update in version.in
discards 1aa26cc010 Automatic date update in version.in
discards 4acae7da1a Automatic date update in version.in
discards 16710ca5f6 Automatic date update in version.in
discards 30fbd247ca PPC gold doesn't check for overflow properly
discards fae23f16af PPC gold doesn't check for overflow properly
discards c5289ff4f2 ppc476 workaround sizing
discards 6afbe31140 Automatic date update in version.in
discards 599f355946 Default powerpc64 to --plt-thread-safe for Go
discards 32f8dd6118 daily update
discards dcfae3d814 Always run mpx3 and mpx4 tests in 64-bit
discards 9f9de0889e Add -z bndplt to generate BND prefix in PLT entries
discards 30f7852959 [AArch64] Add xgene2.
discards a7c981692f [AArch64] Add xgene1.
adds eb2ea29c6d [AArch64] Add xgene1.
adds c3e1c9dbb2 [AArch64] Add xgene2.
adds edc8bc8d2f Add -z bndplt to generate BND prefix in PLT entries
adds 6c8491d365 Always run mpx3 and mpx4 tests in 64-bit
adds a30720e3e6 daily update
adds 240f0ba1b9 Default powerpc64 to --plt-thread-safe for Go
adds aece7befdb Automatic date update in version.in
adds 711833262c ppc476 workaround sizing
adds eab942c64f PPC gold doesn't check for overflow properly
adds 31dc064778 PPC gold doesn't check for overflow properly
adds 9b3faffeb8 Automatic date update in version.in
adds d3e6fef0b3 Automatic date update in version.in
adds e2ef962041 Automatic date update in version.in
adds e609377629 Automatic date update in version.in
adds ec24038470 PowerPC64 --plt-align
adds 688b080520 [AArch64] Cortex-A53 Erratum 835769 -- sort maps
adds 48e6666a0d Automatic date update in version.in
adds bd30b2c856 Automatic date update in version.in
adds 9ec85a2713 Fix corrupted .eh_frame section with LTO and --gc-sections.
adds a0f8cd12ef [GOLD] PowerPC relaxation corner case
adds cbda93a56a Automatic date update in version.in
adds ed34ef5ed3 Automatic date update in version.in
adds cd4f2d4752 Automatic date update in version.in
adds 012d8ebc4b Automatic date update in version.in
adds bdaf8f8eb8 Don't output symbol version definitions for non-DT_NEEDED libs
adds 51a0e41ca9 Don't deprecate powerpc mftb insn
adds 13f2298f13 Power4 should treat mftb as extended mfspr mnemonic
adds d1862f3ab1 Automatic date update in version.in
adds 89e0345fdf Add tests for PR ld/16452 and PR ld/16457
adds 32127f9a02 Automatic date update in version.in
adds 005cb1192a Automatic date update in version.in
adds 631d040f80 X86-64: Allow copy relocs for building PIE
adds a9c9ac20a2 powerpc gold, fix pr17566
adds 110b5f07f3 Reformat elf_x86_64_create_dynamic_sections
adds c76d88dc69 Replace copyreloc-main.c with copyreloc-main.S
adds b6cc444534 Automatic date update in version.in
adds feba937709 powerpc gold, work around pr17670
adds 2fb062bac3 PowerPC gold, fix 32-bit branch address arithmetic
adds f6989d5268 Automatic date update in version.in
adds 875896e3e6 Add _bfd_elf_ifunc_get_synthetic_symtab
adds 14fa039239 Define bfd_elf32_get_synthetic_symtab for x32
adds 5aa03310ce Automatic date update in version.in
adds 48bef97a1a Automatic date update in version.in
adds 7356a64e9a Automatic date update in version.in
adds 74533fd3b1 Automatic date update in version.in
adds 8eb67463b6 Automatic date update in version.in
adds e3d0fe1e96 Don't access elf tdata in dwarf.c without first checking for [...]
adds 516a3acf86 Automatic date update in version.in
adds 637781ae0a Automatic date update in version.in
adds 720a66cfb6 Automatic date update in version.in
adds 27cef631a7 Automatic date update in version.in
adds 3e5d8b0574 Handle weak alias for PIE with copy reloc
adds d236d41ee7 Automatic date update in version.in
adds 4fb6d98c92 Check corrupt input
adds ee2cdb502c Automatic date update in version.in
adds fb10ee8b5a Automatic date update in version.in
adds 2ecd0181cd Automatic date update in version.in
adds 80bfea8ac4 Automatic date update in version.in
adds cfd4e875ae [MIPS] When calculating a relocation using an undefined weak [...]
adds df063d3c63 Add in a JALRC alias and fix the NAL instruction.
adds e1181b005b Fix undefined weak symbol reloc tests
adds fab39d55fa Fix all failing FPXX tests for tx39-elf.
adds 3cbabe78aa Rework the alignment check for BFD_RELOC_MIPS_18_PCREL_S3.
adds 31575b0280 Automatic date update in version.in
adds 946b5a6896 Automatic date update in version.in
adds 8527d542c0 Automatic date update in version.in
adds e54ff3928b Automatic date update in version.in
adds d9ebca0c36 Version 2.25
adds 68b975af7e Add generated files.
adds 15a2e5b3fa Bump to version 2.25.0
adds cfeaac075f Automatic date update in version.in
adds e426348055 Automatic date update in version.in
adds f30b244747 Automatic date update in version.in
adds 770a3302ac Automatic date update in version.in
adds 629e277e5d Automatic date update in version.in
adds b6dd9dc62b Automatic date update in version.in
adds 9d0855b297 Automatic date update in version.in
adds 59b8936878 Automatic date update in version.in
adds 4c0315e485 Automatic date update in version.in
adds c7f3a33578 Automatic date update in version.in
adds 80e733631c Automatic date update in version.in
adds 148f35c1a2 Automatic date update in version.in
adds 15a7f88264 Automatic date update in version.in
adds 77ce4dbedb Assign file position for .strtab only if needed
adds 83038fc57e bfd/version.h: Update version for 2.25 2015.01 release
adds 1482def2d6 bfd/version.h: Bump VERSION
adds 20ac702505 src-release.sh: Add support for building binutils-linaro
adds 957e42d0e1 bfd/version.h: Update version for 2.25 2015.01-1 release
adds d5b498497e bfd/version.h: Bump version
adds 301e31af5f src-release.sh: Use configure.ac instead of configure.in
adds 1021bc4016 bfd/version.h: Update VERSION for 2.25 2015.01 release
adds 5fea8873ff bfd/version.h: Bump VERSION
new 02ff6b9bae Remove Load/Store register (unscaled immediate) alias.
new d60cdab5c6 Removing unused functions.
new 34cff569ec Remove dead code.
new b418c69b74 Remove unused variable.
new 1b83066ee2 Drop unused argument to elf_aarch64_create_or_find_stub_sec
new 4ee8b62428 Flip sense of erratum_835769_scan.
new 883e5c8708 Factor out common behaviour between elf_aarch64_create_or_fi [...]
new 8e8b66cd48 Factor stub creation code into _bfd_aarch64_create_stub_section.
new b8ba9c5b56 Factor out _bfd_aarch64_resize_stubs()
new a0f18cbc18 Factor out _bfd_aarch64_erratum_835769_stub_name
new 5122d7b450 Fix build -- missing ';'
new 0c8baaf0fa Use _bfd_aarch64_add_stub_entry_in_group.
new b4b4378182 Refactor generation of 835769 workaround stubs.
new 66b1c35da1 Refactor section_group[] representation.
new afb2659edf Factor out _bfd_aarch64_get_stub_for_link_section.
new c5f3dfa6a0 Adjust veneer count.
new 52f7dc85c3 Remove padding before stub sections.
new 3cf96a15ac Implement branch over stub section.
new 73118e7000 Workaround for Cortex A53 erratum 843419
new 66da126bb5 Change format of version string
new 89c44fd5fc gas: section name substitution sequence
new e523037f0a [AArch64][libopcode] Add support for PAN architecture extension
new 8828a942ec arm: fix extension feature disabling
new b4e93dd598 aarch64: allow adding/removing just feature flags via .arch_ [...]
new ce80f92340 [AARCH64] Document .arch and .arch_extension directive
new 5bb1805409 [AArch64][GAS] Add support for PAN architecture extension
new 53d84dbf25 [AArch64] Support for ARMv8.1a Limited Ordering Regions extension
new 28e5be0f9a [AArch64] Support for ARMv8.1a Adv.SIMD instructions
new bd7565a261 Extend arm_feature_set struct to provide more bits
new b841cad7d8 [ARM] Rework CPU feature selection in the disassembler
new d89c17d7a3 [ARM] Add support for ARMv8.1 PAN extension
new 49fb1d3dbf [ARM] Support for ARMv8.1 Adv.SIMD extension
new cc842d751a [ARM] Support for ARMv8.1 command line option
new 573a99adb6 [AArch64] Revert local changes included in Matthew's commit
new 0a2928a6c0 [ARM] Commit approaved testcases missed in previous commit
new 30dcc86dba [AArch64] Add support for ARMv8.1 command line option
new a37e211e72 [ARM] Add crypto-neon-fp-armv8.1 as an fpu option
new 6b20142b89 Fix broken -Bsymbolic-functions
new a60b3ec758 [AArch64] Fix function pointer variable with -Bsymbolic-functions
new 975a736c6e bfd/version.h: Update VERSION for 2.25 2015.10 release
new fc5b1103bd Fix detection of GNU LD version in GCC's scripts
new 32923c6024 [Patch ARM] Fix build attributes for armv8-a in case of asse [...]
new bf17b607b1 [AArch64] Add ARMv8.2 command line option and feature flag.
new 16b3231949 [ARM] Add ARMv8.2 architecture feature and command line option.
new afad25b987 [AArch64] Add support for ARMv8.1 Virtulization Host Extensions.
new 74c3bc0662 [AArch64] Add feature flags and command line for ARMv8.2 FP1 [...]
new 537cbd96d4 [Aarch64] Support an ARMv8.2 system register.
new 49dcf59fd9 [AArch64] Let aliased instructions be their preferred form.
new fd44bc0a6f [AArch64] Add ARMv8.2 instructions BFC and REV64.
new b17f9b686f [AArch64] Add ARMv8.2 instruction alias REV64.
new a3e5341a99 [AArch64][PATCH 1/3] Support ARMv8.2 FP16 floating point ins [...]
new df16c8553b [AArch64][PATCH 2/3] Adjust a utility function for floating [...]
new 85df472035 [AArch64][PATCH 3/3] Add floating-point FP16 instructions
new bdc4424025 [AArch64] Fix ARMv8.1 and ARMv8.2 feature settings.
new 23ad92f05c [AArch64][PATCH 1/2] Add support for RAS instruction ESB.
new fa481acddd [AArch64][PATCH 2/2] Add RAS system registers.
new 41d7f691b5 [AArch64][binutils] Add support for ARMv8.2 PSTATE.UAO.
new 6fcf789d24 [AArch64][PATCH 1/2] Add support for ARMv8.2 DC CVAP instruction.
new 186880f02a [AArch64][PATCH 2/2] Support ARMv8.2 DC CVAP instruction.
new f947a7f07c [Aarch64] Support ARMv8.2 AT instructions
new e4d2bafe41 [AArch64][Patch 1/5] Support the ARMv8.2 Statistical Profili [...]
new 245a72ec8f [AArch64][Patch 2/5] Add Statistical Profiling Extension sys [...]
new 5ff555fa54 [AArch64][Patch 3/5] Adjust maximum number of instruction aliases.
new 736b21670d [AArch64][Patch 4/5] Support HINT aliases taking operands.
new 29efa3f55d [AArch64][Patch 5/5] Add instruction PSB CSYNC
new b8ff9e984b Fixes a compile time warnng about left shifting a negative value.
new 01fe4a5f5a [ARM] Enable CRC by default for ARMv8.1 and later.
new 9f6b01a743 Fix ldah being disassembled as ldaexh
new 90e6a6f860 [ARM] Support ARMv8.2 RAS extension.
new 8c3a2e88e0 bfd/version.h: Increment Linaro version to 2016_02 to reflec [...]
new 1210df6246 Create ChangeLog.linaro files for backports, and fix ChangeL [...]
new 97fdb33958 Automatic date update in version.in
new 7b23ba3629 Handle Initial-Exec to Local-Exec for x32
new 8ef35f9fe2 Automatic date update in version.in
new d96df8d7f7 Handle stack split for x32
new 5700383af7 Automatic date update in version.in
new 1b7aa3a746 Automatic date update in version.in
new 7eee7dfcd2 Automatic date update in version.in
new f9f1345f20 Automatic date update in version.in
new fb61b562df Only discard space for pc-relative relocs symbols
new 1d712817a5 Automatic date update in version.in
new 508222be84 Automatic date update in version.in
new 487189e3ff Automatic date update in version.in
new 8448968f9c Automatic date update in version.in
new e057b0b904 Automatic date update in version.in
new 7c68fd0190 Automatic date update in version.in
new 7868d98756 Automatic date update in version.in
new 225767032d Automatic date update in version.in
new 8b741dd948 Automatic date update in version.in
new 711e8f3935 Backport from master:
new 07284a2b5a Automatic date update in version.in
new bf889ec1c6 Automatic date update in version.in
new 3f4908835b Backport from master:
new d46d056173 Automatic date update in version.in
new 2525af5db4 Automatic date update in version.in
new d3151c125e Automatic date update in version.in
new 9161e0edf0 Automatic date update in version.in
new a2d8b95990 Automatic date update in version.in
new 7ba751d6da Automatic date update in version.in
new d461a4ef4f [ARM] Backport vcmp/vcmpe should accept #0x0 as an operand
new bcac1e1eff Automatic date update in version.in
new ed31d2dff5 Automatic date update in version.in
new 4ae946cffe Automatic date update in version.in
new 7277f43487 Automatic date update in version.in
new 649b988c3f Automatic date update in version.in
new f82fa23f5c Automatic date update in version.in
new d6fee4c41b Automatic date update in version.in
new 26ab9eb482 Automatic date update in version.in
new 7e73518ded Automatic date update in version.in
new 9920766920 Automatic date update in version.in
new 31697b019c Automatic date update in version.in
new 313110b17a Automatic date update in version.in
new 3663ed7b15 Automatic date update in version.in
new 49ac4ee462 Automatic date update in version.in
new 11b69ce5a4 Recognize new DWARFv5 C11, C++11 and C++14 DW_LANG constants.
new 0c5f233a99 dwarf.c handle new DWARFv5 C11, C++11 and C++14 DW_LANG constants.
new 1e878711c9 ppc64_elf_edit_opd revamp
new 1ca3914552 Sort relocs output by ld -r
new 40fd3ef2fb ppc64_elf_edit_opd revamp, take 2
new c2c4cde9a7 Don't sort ld -r relocs for mips
new 78ecfa8d0a Don't return DW_AT_name for function name in C++
new 3e5190d491 Use autoconf check for long long in binutils
new a277eb731c Copy relocations against protected symbols
new 77d4fef44a Set bfd_error in _bfd_elf_adjust_dynamic_copy
new 3b0d18ed68 PowerPC register numbers in DWARF
new 24b8f25661 Display DW_LANG_C11 as (C11).
new 2e850b15e6 Set ppc COMMONPAGESIZE to 64k
new ee2042b79c [GOLD] Fix powerpc overflow check
new e9ec66bf93 Move support code for linker script DEFINED to ldexp.c
new d1f1a5fe0c Correct logic for "defined by object"
new 778c617d2e Don't PROVIDE over top of common symbols
new ba843cfe03 Use a symbol flag bit to mark linker defined symbols
new 27a04a5d7a Don't create .eh_frame_hdr on shared lib bfd
new b2ca14296a Delete unnecessary code copying SHF_SH5_ISA32 flag
new 8d0bf761ef Assorted compiler warning fixes
new 097e7cfba7 Fix build without makeinfo from release binutils tar
new 4800a21efa Fix ARM fail of gap test
new fec266a4a5 Omit section dynsyms for any linker created section
new 6baf10e06f Fix garbage collection of common symbols
new a6ac08c38e Fix garbage collection of common symbols for powerpc64
new 2614ac5b54 ld/testing: run_dump_test can now check linker mapfiles.
new fef0f17e5f ld: Don't evaluate unneeded PROVIDE expressions.
new 2ed2a91b6b ld: Update expected test results for 32-bit hosts.
new 51b590df00 [GOLD] Correct powerpc64 ifunc plt entry test
new c5c72a88a2 Correct PowerPC64 local-dynamic TLS linker optimization
new ffad21132c Correct GOLD PowerPC64 local-dynamic TLS linker optimization
new e04a6407d3 Don't segfault or assert on NULL tls_sec
new 08d20afe8b Automatic date update in version.in
new 7906f75d38 Automatic date update in version.in
new aaeb3527e5 Automatic date update in version.in
new ebe5014cd2 Automatic date update in version.in
new a5c08b4d9b Automatic date update in version.in
new 288ca759d0 Automatic date update in version.in
new 16ad9ab584 Automatic date update in version.in
new b2efd25359 Automatic date update in version.in
new 4520c0968a Automatic date update in version.in
new 65f3fdf16d Automatic date update in version.in
new 02220b95e4 Automatic date update in version.in
new 120426e239 Set GOLD_DEFAULT_SIZE to 32 for x32
new a6300ade7b Automatic date update in version.in
new 2a08e487af Automatic date update in version.in
new 93c69d107e Automatic date update in version.in
new b713c5c6ea Automatic date update in version.in
new 5216c54e0f Automatic date update in version.in
new 8ee87c8501 Automatic date update in version.in
new da31d17e10 Automatic date update in version.in
new 4a0e779424 Automatic date update in version.in
new 780e23e172 Automatic date update in version.in
new 8fef1255af Automatic date update in version.in
new 7e9f9d0e6e Automatic date update in version.in
new 9120e7111b Automatic date update in version.in
new 2e4bd3af46 Add extern_protected_data and set it for x86
new efbcb5eb0a Automatic date update in version.in
new 8313810da3 Automatic date update in version.in
new 2ab26b5816 Automatic date update in version.in
new cbf40e58ae Automatic date update in version.in
new 3ef2ec8597 Automatic date update in version.in
new 9f0cfbc4a3 [ARM] Backport "Skip private symbol when doing objdump"
new 96a4cb2dc4 [ARM][2.25] Backport support for Cortex-A72
new 4f226026d6 [AArch64][2.25] Backport support for Cortex-A72
new ac861dd112 Automatic date update in version.in
new 6a5f059143 Automatic date update in version.in
new fd1c1e2399 Automatic date update in version.in
new 8553c46880 Automatic date update in version.in
new b956443f82 Automatic date update in version.in
new 86329bb55b Automatic date update in version.in
new 55e3473dd2 Automatic date update in version.in
new 155b3c6bfd Fix gold error: hidden symbol '...' is not defined locally
new c84ee5473d PowerPC64 GOLD: complain on misaligned _DS relocs
new 42aa400f38 Use dynamic text relocs for protected vars
new 984eec680c PowerPC64 thread-safe stubs not needed for iplt
new 9760cb7ffe Tweak ppc32 tls_get_addr optimisation
new 654608b84e Fix ppc32 synthetic symbols when __tls_get_addr_opt stub is [...]
new cf21455201 S/390: Disable relocation sort against code sections.
new 9df376017a Automatic date update in version.in
new 7443f158e9 Automatic date update in version.in
new 4a9842318d Limit multi-byte nop instructions to 10 bytes
new d4cbf43935 Automatic date update in version.in
new fde3523839 Automatic date update in version.in
new b6fd148f21 Automatic date update in version.in
new 92e7fff426 Automatic date update in version.in
new fe17be4203 Import security fixes for readelf from the master branch:
new b0835d3e4f Import fixes for invalid memory access issues in the binutil [...]
new 50f4ad9d8d Import fixes from trunk sources to correct invalid memory ac [...]
new a26a07e261 Import fixes from mainline that address illegal memory acces [...]
new ac6d69bb36 Automatic date update in version.in
new 5eb96b636a Fix build problem introduced by previous delta to coffgrok.c
new cbe12f1de3 Import patches from the master sources which fix illegal mem [...]
new a876d4bb45 Import fixes from mainline sources that address illegal memo [...]
new a9a230dd35 Automatic date update in version.in
new 5f5df7faec Automatic date update in version.in
new c168c8713a [AArch64] Fix branch stubs for BE
new 98691ca218 Automatic date update in version.in
new 3e438ac918 Automatic date update in version.in
new 5c3a3b2cab Automatic date update in version.in
new 58760d0798 Automatic date update in version.in
new 2a894d16c6 Automatic date update in version.in
new 74b9bef25f Automatic date update in version.in
new 092dec3d44 Automatic date update in version.in
new bbdb51348d Relax PR 15228 protected visibility restriction
new 7a6e1b35a5 Automatic date update in version.in
new 520c611c42 Don't pass unadorned zeros to varargs functions
new 65d3552359 Automatic date update in version.in
new 12b92faf6d Automatic date update in version.in
new a0a24c4787 Add support for the Samsung Exynos M1 processor.
new 9033da041e Add support for the Samsung Exynos M1 processor.
new b30fba3777 Automatic date update in version.in
new 7b62e38e48 Automatic date update in version.in
new e3b44b663c Automatic date update in version.in
new e9f663b9bb Automatic date update in version.in
new 85c521c1e8 Revert "Add extern_protected_data and set it for x86"
new 3a5e3dadd9 Downgrade linker error on protected symbols in .dynbss to a warning
new 24e7da7954 Automatic date update in version.in
new 2c3b0f9b86 Automatic date update in version.in
new fa0353e522 Automatic date update in version.in
new 10d0755fd0 Automatic date update in version.in
new 654e7db401 Automatic date update in version.in
new 5ac85640e7 Automatic date update in version.in
new d4e03bef82 Automatic date update in version.in
new 08d431a6eb Automatic date update in version.in
new ad4f0b162b Automatic date update in version.in
new 6579ee3178 Automatic date update in version.in
new e7fc4c10d2 Automatic date update in version.in
new c626e0215c Automatic date update in version.in
new 6c876feeaf Automatic date update in version.in
new 3893946011 Automatic date update in version.in
new 42511e4f21 Automatic date update in version.in
new e2837fcce0 Automatic date update in version.in
new e70703cc2c Automatic date update in version.in
new 4517554017 Automatic date update in version.in
new 256dd28a15 opcodes/
new a31ecdb41f Automatic date update in version.in
new 456c071fd3 Automatic date update in version.in
new 0b90ea3126 Automatic date update in version.in
new 72cefd109b Automatic date update in version.in
new 0aaf23a18c Automatic date update in version.in
new f4b93b55b0 Automatic date update in version.in
new aeb8ae4a1d Automatic date update in version.in
new 8eb6847ec2 [AArch64][Backport]Improve PC-relative relocation check for [...]
new a3ffb1f73d [AArch64][Backport] PR18270, fix handling of GOT entry for l [...]
new a17ddb2c1b Automatic date update in version.in
new 806b7cb9c9 Automatic date update in version.in
new 691e88fbd1 [AArch64][Backport] Don't always create new frag for .inst d [...]
new 85cb9ead27 [AArch64][Backport] Remove Load/Store register (unscaled imm [...]
new 404a910803 Automatic date update in version.in
new be982ca153 Automatic date update in version.in
new 7d8da5b949 Automatic date update in version.in
new 7474b21c03 Automatic date update in version.in
new d3146b6fb0 Automatic date update in version.in
new f69479d32b Automatic date update in version.in
new fd55ad0e2b Automatic date update in version.in
new 2cb092c0d6 Automatic date update in version.in
new 2fa9f60e12 Fix some PPC assembler errors.
new 66c22f5f54 Automatic date update in version.in
new d0908a36a4 Automatic date update in version.in
new 4024ef84e0 Automatic date update in version.in
new 57adf194c9 Automatic date update in version.in
new 61758b29a9 Automatic date update in version.in
new 82efba2a2e Automatic date update in version.in
new bead302717 Automatic date update in version.in
new 65275c1fcc Automatic date update in version.in
new fc4a26e0b3 Automatic date update in version.in
new d04637f8c9 Automatic date update in version.in
new 3ce3f554cd Automatic date update in version.in
new 34ae97fbf9 Automatic date update in version.in
new 884358151e Automatic date update in version.in
new a009878426 Automatic date update in version.in
new 326198d6fb Automatic date update in version.in
new 67ce38ea44 Automatic date update in version.in
new 1a68371a23 Automatic date update in version.in
new 26f8a49254 Automatic date update in version.in
new 48ec680bcf Automatic date update in version.in
new bb53df7b1f Automatic date update in version.in
new f3119f0b43 [AArch64] Backport fix for minimum code section alignment
new bb69b6d6a1 Automatic date update in version.in
new 4ce6792ba0 PR18147, relocation overflow when --unresolved-symbols=ignore-all
new f72e47c2ff PowerPC gold assertion on missing global entry stub
new 1c6e0c0999 Tidy PowerPC gold find_global_entry uses
new c201512119 [GOLD] Add PowerPC64 -fsplit-stack support
new 968dd2a5ad Automatic date update in version.in
new fa3933d5a3 Automatic date update in version.in
new 41e63da4e8 Automatic date update in version.in
new e321a16bef Automatic date update in version.in
new 68f19b3a19 Automatic date update in version.in
new 5ab8326ba9 Automatic date update in version.in
new 6cd7acfc5d Automatic date update in version.in
new 7597b624c2 Automatic date update in version.in
new 2c4b94bb83 Automatic date update in version.in
new ffd041b557 Automatic date update in version.in
new 2bc981f53c Automatic date update in version.in
new 54314ff283 [AArch64] Backport support id_mmfr4 system register
new 5f45a6c1ef Automatic date update in version.in
new f45ff334b5 Automatic date update in version.in
new 4733cb3832 [AArch64][GAS] Backport "Positively emit symbols for alignment"
new 9074cd964d [ARM][GAS] Backport "Positively emit symbols for alignment"
new 4a746c8eba Automatic date update in version.in
new d4d0d1aa2a Import fix for PR 18481 which corrects the generation of rel [...]
new e24a627887 Automatic date update in version.in
new d3cfdeec7a Automatic date update in version.in
new 5044c223ed Don't use $< in Makefiles
new bd7129c3e3 Automatic date update in version.in
new a60b054e0f Automatic date update in version.in
new 8fb3888c0b [AArch64][Backport] Generate DT_TEXTREL for relocation again [...]
new 65a0a32627 Automatic date update in version.in
new 4f60731d7d Automatic date update in version.in
new 48cdabe92f Automatic date update in version.in
new 2f6ee95300 Automatic date update in version.in
new 0aeec0f0f3 Automatic date update in version.in
new b01d116bf6 Automatic date update in version.in
new 8d3d10d488 Automatic date update in version.in
new 542a3ee573 Automatic date update in version.in
new 6571144886 Automatic date update in version.in
new 415bed2ae9 Automatic date update in version.in
new 305122b066 Automatic date update in version.in
new bfcd55f872 Automatic date update in version.in
new e082d72ff5 Automatic date update in version.in
new 382212cdf9 Automatic date update in version.in
new 177e0f6762 2015-07-06 Doug Kwan <dougkwan(a)google.com>
new c130de7090 Automatic date update in version.in
new a7674c0e25 Automatic date update in version.in
new 37c4cf0212 Automatic date update in version.in
new c10c47f11e Fix powerpc gas abort on invalid instruction fixups
new 3fdc96aa4f Make powerpc bfd ld reloc overflow vs undefined symbols match gold
new 2a7dca42f7 powerpc: Add slbfee. instruction
new 176affddb0 powerpc: Only initialise opcode indices once
new cb06b6b6aa Rewrite relro adjusting code
new edf57669f3 Align .TOC. for PowerPC64
new 9277cbe1e5 Non-alloc sections don't belong in PT_LOAD segments
new 0f91521686 Add hwsync extended mnemonic.
new fecde4307e ppc476 linker workaround shared lib fixes
new b00ba4c4b4 Remove unused MTMSRD_L macro and re-add accidentally deleted [...]
new 465700bd8d ppc476 linker workaround shared lib fixes again
new ce1cc595f8 Allow for optional operands with non-zero default values.
new 121c7c56eb PPC sync instruction accepts invalid and incompatible operands
new add47154e9 Remove ppc860, ppc750cl, ppc7450 insns from common ppc.
new e67d090ecf Fix an opd->adjust index in elf64-ppc.c
new 7a64361b87 Automatic date update in version.in
new d628bb46e1 Automatic date update in version.in
new f3a8f2ba51 Automatic date update in version.in
new 05b0b97f78 Automatic date update in version.in
new 930f0e84fc Automatic date update in version.in
new 16cc7867e9 Automatic date update in version.in
new dbe9f6911d Correct readelf dynamic section buffer overlow test
new 78459f5e7c Automatic date update in version.in
new 2a511d1bf7 Automatic date update in version.in
new f08ec5ddc2 Automatic date update in version.in
new 1a5587c5d0 Automatic date update in version.in
new 9c2c5a95b3 Automatic date update in version.in
new e94044135a Release 2.25.1, add generated files
new 628fd3ce77 Bump version to 2.25.2
new 8f89944aed Automatic date update in version.in
new 72a705b3d0 Automatic date update in version.in
new b0f29d141c Automatic date update in version.in
new 37197b2d59 Automatic date update in version.in
new 73b1dc1031 Automatic date update in version.in
new 5691ed9b64 Make arm_unaligned_reloc test less sensitive to disassembler [...]
new 4f6c88353a Automatic date update in version.in
new 6ab26411ed Automatic date update in version.in
new 80b6b031ce Automatic date update in version.in
new 2e20a09564 Automatic date update in version.in
new 1e57c30cf8 Automatic date update in version.in
new eee1ebc149 Automatic date update in version.in
new bb0763cf7a Automatic date update in version.in
new 72735f228d Automatic date update in version.in
new a6001c8f92 Automatic date update in version.in
new af5d4443ba Automatic date update in version.in
new 8479d5e13f Automatic date update in version.in
new 272357080c Automatic date update in version.in
new 6faacd6fa4 Automatic date update in version.in
new 641e567ac0 Automatic date update in version.in
new 79c2c6ef18 Automatic date update in version.in
new af03f42cc3 Automatic date update in version.in
new b1213597b1 Automatic date update in version.in
new 14a0699d9e Automatic date update in version.in
new 8e7275f4df Automatic date update in version.in
new 12191bf8b3 Automatic date update in version.in
new e546f793ce Automatic date update in version.in
new f59526b254 Automatic date update in version.in
new 3929ec104f Automatic date update in version.in
new fb44b4026d Automatic date update in version.in
new 922341dc0d Automatic date update in version.in
new b89d09469f Automatic date update in version.in
new 184f462438 Automatic date update in version.in
new 55dc6293ad Automatic date update in version.in
new 00d8764cc7 Automatic date update in version.in
new f79a129d4e Automatic date update in version.in
new 7d27b607b5 Automatic date update in version.in
new 4822221835 Automatic date update in version.in
new 8ae3d90bc2 Use stable sort for ld -r relocs
new 00a371abd6 Don't sort ld -r output relocs on alpha
new 4968bfebaf Automatic date update in version.in
new 44b3e94fc1 Automatic date update in version.in
new 98b5839933 Automatic date update in version.in
new fe58fd07a7 Automatic date update in version.in
new 17fb97fc0a Automatic date update in version.in
new 986d5d81b3 Automatic date update in version.in
new 2a49e7daa0 Automatic date update in version.in
new 177f20ec66 Automatic date update in version.in
new c574db10b3 Automatic date update in version.in
new 89067a4101 Automatic date update in version.in
new 316abafd94 Automatic date update in version.in
new 996e9e995a Automatic date update in version.in
new 56baad9dc9 Automatic date update in version.in
new 42ba40048b Automatic date update in version.in
new 8467270edc Automatic date update in version.in
new 0262c2d1fb Automatic date update in version.in
new d04531ea9a Automatic date update in version.in
new 3d3e830660 Automatic date update in version.in
new 00729dd163 Automatic date update in version.in
new c90e15ad42 Automatic date update in version.in
new 723b55acd3 Automatic date update in version.in
new 83939e3b6e Automatic date update in version.in
new 662f40585f Fix slowdown in ld -r for most common case of out-of-order relocs
new 5d93219b34 Remove one unnecessary iteration in insertion sort
new 0851fd8d82 Automatic date update in version.in
new a67b9944f6 Automatic date update in version.in
new 268394958f Automatic date update in version.in
new beb4934e29 Automatic date update in version.in
new eaa3b2bed4 Automatic date update in version.in
new 7bedca6e27 Automatic date update in version.in
new 22bbcd5096 Automatic date update in version.in
new 80d3e2cf19 Automatic date update in version.in
new 6ce7df639c Automatic date update in version.in
new 80a8160e33 Automatic date update in version.in
new d2e4541057 Automatic date update in version.in
new 47a4cb3bfa Automatic date update in version.in
new b501ab74d6 Automatic date update in version.in
new 42a1bee743 Automatic date update in version.in
new c9af84f7a4 Automatic date update in version.in
new 117c73d34f Automatic date update in version.in
new 4bf20904be Automatic date update in version.in
new d95384b020 Automatic date update in version.in
new 01f2e36865 Automatic date update in version.in
new 53faae44be Automatic date update in version.in
new e6da9b2de5 Automatic date update in version.in
new d11173fdaf Automatic date update in version.in
new 3bf8c1b367 Automatic date update in version.in
new 45ca934baa Automatic date update in version.in
new 1c506b9ca4 Automatic date update in version.in
new 0327d5118b Automatic date update in version.in
new 8317d92a43 Automatic date update in version.in
new e47b8953f0 Automatic date update in version.in
new 2882d17792 Automatic date update in version.in
new 4869ae0858 Automatic date update in version.in
new bc63a7bcb5 Automatic date update in version.in
new d64ba1a3d5 Automatic date update in version.in
new 457aae296a Automatic date update in version.in
new 8d5d026e7c Automatic date update in version.in
new c31ea9a9de Automatic date update in version.in
new 7f2693c84c Automatic date update in version.in
new 979a531cd0 Automatic date update in version.in
new df40b4d18f Automatic date update in version.in
new 1b18254d28 Automatic date update in version.in
new d646366f10 Automatic date update in version.in
new 11ff9cfb8a Automatic date update in version.in
new c8ebbff8c1 Automatic date update in version.in
new 9d5ebc38e2 Automatic date update in version.in
new d25fb1fc62 Automatic date update in version.in
new 249cba5862 Automatic date update in version.in
new e80c926c8d Automatic date update in version.in
new 4214a9fcba Automatic date update in version.in
new 5303e09879 Automatic date update in version.in
new 8d64a59f64 Automatic date update in version.in
new 2f94f52662 Automatic date update in version.in
new 9fb96d0643 Automatic date update in version.in
new ae96832d17 Automatic date update in version.in
new 7e2936dd4e Automatic date update in version.in
new c6429c2910 Automatic date update in version.in
new bff7935243 Automatic date update in version.in
new ac8d122d6a Automatic date update in version.in
new 54942c3c23 Automatic date update in version.in
new e0f812093e Automatic date update in version.in
new 2db9fcaeb0 Automatic date update in version.in
new 8d04ac267c Automatic date update in version.in
new f16e69a12a Automatic date update in version.in
new 332ce64a4e Automatic date update in version.in
new 36853be988 Automatic date update in version.in
new 59f21ecde4 Automatic date update in version.in
new d146a62583 Automatic date update in version.in
new ccce1faa20 Automatic date update in version.in
new 0348d8506a Automatic date update in version.in
new 8510fe9cf4 PR gold/17473: Fix gold build with system C++ headers that u [...]
new b095feeb6b [Testsuite] Fix running unique tests on ARM
new 5a325b29f6 [Testsuite] treate -specs as both cflags & ldflags
new acec1ff63f MIPS/GAS: Fix an ISA override not lifting ABI restrictions
new 20246edf86 [AArch64] Don't tail-pads sections to the alignment
new b031c3be16 [AArch64] Fix mapping testcase extra symbol from padding
new f7897e0c6b Fix the generation of alignment frags in code sections for AArch64.
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (6bb0a0d1de)
\
N -- N -- N refs/heads/users/linaro/binutils-2_25-branch (f7897e0c6b)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 508 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:
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.