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 2e93abb858a x86: Don't check R_386_NONE nor R_X86_64_NONE
new 91673042559 elf: Add elf_backend_add_glibc_version_dependency
new f68c9d09a39 ld: Add --enable-mark-plt configure option
new d006ec41c44 Pass GUILE down to subdirectories
The 3 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:
Makefile.def | 1 +
Makefile.in | 8 +-
Makefile.tpl | 7 +-
bfd/elf-bfd.h | 23 ++++
bfd/elf64-x86-64.c | 27 ++++
bfd/elflink.c | 146 ++++++++++++---------
bfd/elfxx-target.h | 5 +
ld/NEWS | 5 +
ld/config.in | 4 +
ld/configure | 26 +++-
ld/configure.ac | 17 +++
ld/emulparams/x86-64-plt.sh | 7 +-
ld/emultempl/elf-x86.em | 17 +++
.../mark-plt-1a.rd} | 2 +-
.../mark-plt-1b.rd} | 0
ld/testsuite/ld-x86-64/x86-64.exp | 14 ++
16 files changed, 239 insertions(+), 70 deletions(-)
copy ld/testsuite/{ld-elf/dt-relr-glibc-1b.rd => ld-x86-64/mark-plt-1a.rd} (73%)
copy ld/testsuite/{ld-elf/dt-relr-glibc-1b.rd => ld-x86-64/mark-plt-1b.rd} (100%)
--
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 c9fc7f398e8 c-family: copy attribute diagnostic fixes [PR113262]
new b7e5a296021 Pass GUILE down to subdirectories
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:
Makefile.def | 1 +
Makefile.in | 8 ++++++--
Makefile.tpl | 7 +++++--
3 files changed, 12 insertions(+), 4 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 862180a2d10 Fix two bugs in gdbserver thread name handling
new 2e93abb858a x86: Don't check R_386_NONE nor R_X86_64_NONE
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/elf32-i386.c | 4 ++++
bfd/elf64-x86-64.c | 4 ++++
ld/testsuite/ld-i386/i386.exp | 1 +
ld/testsuite/ld-i386/pr31047.d | 13 +++++++++++++
ld/testsuite/ld-x86-64/pr31047-x32.d | 13 +++++++++++++
ld/testsuite/ld-x86-64/{pr20093-2.d => pr31047.d} | 4 +++-
ld/testsuite/ld-x86-64/pr31047a.s | 3 +++
ld/testsuite/ld-x86-64/pr31047b.s | 6 ++++++
ld/testsuite/ld-x86-64/x86-64.exp | 2 ++
9 files changed, 49 insertions(+), 1 deletion(-)
create mode 100644 ld/testsuite/ld-i386/pr31047.d
create mode 100644 ld/testsuite/ld-x86-64/pr31047-x32.d
copy ld/testsuite/ld-x86-64/{pr20093-2.d => pr31047.d} (54%)
create mode 100644 ld/testsuite/ld-x86-64/pr31047a.s
create mode 100644 ld/testsuite/ld-x86-64/pr31047b.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 master
in repository gcc.
from 80bb94e88fa middle-end: check if target can do extract first for early [...]
new c9fc7f398e8 c-family: copy attribute diagnostic fixes [PR113262]
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/c-family/c-attribs.cc | 32 ++++++++++++++------------------
gcc/testsuite/gcc.dg/pr113262.c | 6 ++++++
2 files changed, 20 insertions(+), 18 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr113262.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 binutils-gdb.
from bdb4b8036fd Use unrelocated_addr in dwarf2_base_index_functions::find_per_cu
new 862180a2d10 Fix two bugs in gdbserver thread name handling
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:
gdbserver/linux-low.cc | 9 ++++++---
1 file changed, 6 insertions(+), 3 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 7c3df3c680c x86: add missing APX logic to cpu_flags_match()
new bdb4b8036fd Use unrelocated_addr in dwarf2_base_index_functions::find_per_cu
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:
gdb/dwarf2/cooked-index.c | 2 +-
gdb/dwarf2/cooked-index.h | 7 ++++---
gdb/dwarf2/read.c | 15 ++++++++-------
gdb/dwarf2/read.h | 2 +-
4 files changed, 14 insertions(+), 12 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 glibc.
from 4514f82929 localedata: add tok/UTF-8 to SUPPORTED
new 3265f93436 INSTALL: regenerate
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:
INSTALL | 14 +++++++-------
1 file changed, 7 insertions(+), 7 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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 9e3fe4987 Add entry b3cc5a1efead520bc977b4ba51f1328d01b3e516 from https [...]
new f050a51f1 Add entry b3cc5a1efead520bc977b4ba51f1328d01b3e516 from https [...]
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:
.../jira/description | 5 +++++
.../b3cc5a1efead520bc977b4ba51f1328d01b3e516/jira/yaml | 5 +++++
.../b3cc5a1efead520bc977b4ba51f1328d01b3e516/status.txt | 5 +++++
.../master-arm/details.txt | 17 +++++++++++++++++
.../master-arm/reproduction_instructions.txt | 4 ++--
.../master-arm}/status-summary.txt | 0
.../master-arm/status.txt | 6 +++---
.../tcwg_gnu_native_fast_check_gcc}/status-summary.txt | 0
.../tcwg_gnu_native_fast_check_gcc/status.txt | 4 ++++
9 files changed, 41 insertions(+), 5 deletions(-)
create mode 100644 gcc/sha1/b3cc5a1efead520bc977b4ba51f1328d01b3e516/tcwg_gnu_nati [...]
copy gcc/sha1/b3cc5a1efead520bc977b4ba51f1328d01b3e516/{tcwg_gcc_check => tcwg_gnu [...]
copy {binutils/sha1/2d5783fad77c2cb9cdcb396d65fe0a60e3d8938b => gcc/sha1/b3cc5a1ef [...]
copy gcc/sha1/{e1f45bea2741c271efbc4c2f9dfad93cbcd644c0 => b3cc5a1efead520bc977b4b [...]
copy {binutils/sha1/2d5783fad77c2cb9cdcb396d65fe0a60e3d8938b => gcc/sha1/b3cc5a1ef [...]
create mode 100644 gcc/sha1/b3cc5a1efead520bc977b4ba51f1328d01b3e516/tcwg_gnu_nati [...]
--
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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from f14cbea7b Add entry b3cc5a1efead520bc977b4ba51f1328d01b3e516 from https [...]
new 9e3fe4987 Add entry b3cc5a1efead520bc977b4ba51f1328d01b3e516 from https [...]
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:
.../tcwg_gnu_native_fast_check_gcc/master-arm}/build_url | 2 +-
.../master-arm}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy {binutils/sha1/5be45917f49846f4ce58d8b63473e96dff7d4e0f/tcwg_gnu_native_fast_ [...]
copy gcc/sha1/b3cc5a1efead520bc977b4ba51f1328d01b3e516/{tcwg_bootstrap_check/maste [...]
--
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 dac34a18148 arm: Update early-break tests to accept thumb output too.
new e3632a18d1e PR modula2/112920 cc1gm2 hangs in the type resolver
new 80bb94e88fa middle-end: check if target can do extract first for early [...]
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/m2/gm2-compiler/M2GCCDeclare.mod | 639 +++++++++++++++++++++-----------
gcc/m2/gm2-compiler/Sets.def | 12 +-
gcc/m2/gm2-compiler/Sets.mod | 61 ++-
gcc/testsuite/gcc.target/gcn/pr113199.c | 44 +++
gcc/tree-vect-loop.cc | 44 +--
5 files changed, 546 insertions(+), 254 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/gcn/pr113199.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.