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 94ebb7810eb elf: Properly place base symbols in DT_GNU_HASH and DT_HASH
new 7ae37d96d12 lto: Compile PR ld/23818 test with -fPIC
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/testsuite/ld-plugin/lto.exp | 4 ++--
1 file changed, 2 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 09e5148c022 ELF symbol version output cleanup
new 54fbc12d640 elf: Renumber local dynamic symbols only if needed
new 94ebb7810eb elf: Properly place base symbols in DT_GNU_HASH and DT_HASH
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:
bfd/elf-bfd.h | 8 +++
bfd/elflink.c | 64 +++++++++++++++++++---
.../pr33577-unversioned-a.rd} | 4 +-
.../pr33577-unversioned-b.rd} | 4 +-
ld/testsuite/ld-elfvers/pr33577-unversioned.rd | 7 ---
.../pr33577-versioned-a.rd} | 4 +-
.../pr33577-versioned-b.rd} | 4 +-
ld/testsuite/ld-elfvers/pr33577-versioned.rd | 7 ---
ld/testsuite/ld-elfvers/vers.exp | 33 +++++++----
9 files changed, 93 insertions(+), 42 deletions(-)
copy ld/testsuite/{ld-elf/dynamic-1.rd => ld-elfvers/pr33577-unversioned-a.rd} (91%)
copy ld/testsuite/{ld-elf/pr9679.rd => ld-elfvers/pr33577-unversioned-b.rd} (57%)
delete mode 100644 ld/testsuite/ld-elfvers/pr33577-unversioned.rd
copy ld/testsuite/{ld-elf/dynamic-1.rd => ld-elfvers/pr33577-versioned-a.rd} (91%)
copy ld/testsuite/{ld-elf/pr9679.rd => ld-elfvers/pr33577-versioned-b.rd} (57%)
delete mode 100644 ld/testsuite/ld-elfvers/pr33577-versioned.rd
--
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 c6af130047a Regenerate .opt.urls
new 65a3849eb46 vect: support vectorization of early break forced live IVs [...]
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/testsuite/gcc.dg/vect/vect-early-break_139.c | 37 ++++
gcc/testsuite/gcc.dg/vect/vect-early-break_39.c | 5 +-
gcc/testsuite/gcc.target/aarch64/sve/peel_ind_10.c | 1 -
gcc/testsuite/gcc.target/aarch64/sve/peel_ind_11.c | 1 -
gcc/testsuite/gcc.target/aarch64/sve/peel_ind_12.c | 1 -
gcc/testsuite/gcc.target/aarch64/sve/peel_ind_5.c | 1 -
gcc/testsuite/gcc.target/aarch64/sve/peel_ind_6.c | 1 -
gcc/testsuite/gcc.target/aarch64/sve/peel_ind_7.c | 1 -
gcc/testsuite/gcc.target/aarch64/sve/peel_ind_9.c | 4 +-
gcc/testsuite/gcc.target/aarch64/sve/pr119351.c | 1 -
gcc/tree-vect-loop-manip.cc | 77 +++++--
gcc/tree-vect-loop.cc | 238 ++++++++++++---------
gcc/tree-vect-slp.cc | 42 ----
gcc/tree-vect-stmts.cc | 28 +--
gcc/tree-vectorizer.h | 8 +-
15 files changed, 246 insertions(+), 200 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-early-break_139.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 gcc.
from 9f1ae12f0ee a68: build system changes
new c6af130047a Regenerate .opt.urls
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/ada/gcc-interface/lang.opt.urls | 2 +-
gcc/algol68/lang.opt.urls | 6 ++++++
gcc/c-family/c.opt.urls | 2 +-
gcc/cobol/lang.opt.urls | 2 +-
gcc/d/lang.opt.urls | 4 ++--
gcc/fortran/lang.opt.urls | 4 ++--
gcc/go/lang.opt.urls | 2 +-
gcc/m2/lang.opt.urls | 2 +-
gcc/rust/lang.opt.urls | 2 +-
9 files changed, 16 insertions(+), 10 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 cdb728d4da6 PR 33637, abort in byte_get
new 09e5148c022 ELF symbol version output cleanup
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/elflink.c | 17 +++++------------
1 file changed, 5 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 binutils-gdb.
from 2fbe667884b bfd: fix potential missing seek
new 0efa88d649d Re: bfd/Dwarf: Add suitable defines to use at call and use sites
new cdb728d4da6 PR 33637, abort in byte_get
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:
binutils/dwarf.c | 83 +++++++++++++++++++++++---------------------------------
1 file changed, 34 insertions(+), 49 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 5b16df3bd6f Automatic date update in version.in
new 2fbe667884b bfd: fix potential missing seek
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/cache.c | 1 +
1 file changed, 1 insertion(+)
--
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 releases/gcc-15
in repository gcc.
from 26dcd236ed9 Daily bump.
new 043c5c4be4f Daily bump.
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/DATESTAMP | 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 releases/gcc-14
in repository gcc.
from 5ca82daa6dd Daily bump.
new fff0e5959ea Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.