This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 27bf5e9506 manual: Add pthread_attr_setsigmask_np, pthread_attr_getsigmask_np
new e93c264336 ieee754/dbl-64: Reduce the scope of temporary storage variables
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:
sysdeps/ieee754/dbl-64/dla.h | 34 +++++----
sysdeps/ieee754/dbl-64/doasin.c | 15 ++--
sysdeps/ieee754/dbl-64/dosincos.c | 70 +++++++++---------
sysdeps/ieee754/dbl-64/e_atan2.c | 89 +++++++++++------------
sysdeps/ieee754/dbl-64/e_sqrt.c | 4 +-
sysdeps/ieee754/dbl-64/s_atan.c | 56 +++++++--------
sysdeps/ieee754/dbl-64/s_tan.c | 148 +++++++++++++++++---------------------
7 files changed, 193 insertions(+), 223 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 cae64165f47 gold, ld: Implement -z start-stop-visibility=... option.
new 7a77f1ac2c6 xtensa: allow runtime ABI selection
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 | 9 +++++
bfd/elf32-xtensa.c | 34 ++++++++++++++++--
gas/ChangeLog | 19 ++++++++++
gas/config/tc-xtensa.c | 29 ++++++++++++---
gas/doc/as.texi | 1 +
gas/doc/c-xtensa.texi | 8 +++++
gas/testsuite/gas/xtensa/abi-call0.d | 7 ++++
gas/testsuite/gas/xtensa/abi-windowed.d | 7 ++++
.../extern.s => gas/testsuite/gas/xtensa/abi.s | 0
include/ChangeLog | 4 +++
include/elf/xtensa.h | 3 ++
ld/ChangeLog | 22 ++++++++++++
ld/emultempl/xtensaelf.em | 41 +++++++++++++++++++---
ld/ld.texi | 11 ++++++
14 files changed, 183 insertions(+), 12 deletions(-)
create mode 100644 gas/testsuite/gas/xtensa/abi-call0.d
create mode 100644 gas/testsuite/gas/xtensa/abi-windowed.d
copy ld/testsuite/ld-scripts/extern.s => gas/testsuite/gas/xtensa/abi.s (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 users/roland/ld-depfile
in repository binutils-gdb.
discards 03744bcec05 ld, gold: Add --dependency-file option.
adds 83015056b2b Automatic date update in version.in
adds efe30057d2f x86: Correct xsusldtrk mnemonic
adds 2c074f49026 Handle Windows drives in rbreak paths
adds 5d0fdfee244 Automatic date update in version.in
adds cda58d5f970 ld-linkonce test
adds 75cfe082c06 PR26103, Assertion failure with symbols defined in link-onc [...]
adds ea4b3731ecd PR26103 testcase
adds 1298463902e Unnecessary load_lib in ld testsuite
adds 40be168cc41 Obsolete PowerPC PE, winnt and cygwin targets
adds ff08abb8a2c gdb/testsuite: fix minor things in jit tests
adds f5272a3bb39 Remove read_memory_string
adds 670e35fad9c Rewrite target_read_string
adds a5d871ddaf2 Remove a use of target_read_string
adds 66920317431 Change target_read_string API
adds cae64165f47 gold, ld: Implement -z start-stop-visibility=... option.
new e3741203630 ld, gold: Add --dependency-file option.
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 (03744bcec05)
\
N -- N -- N refs/heads/users/roland/ld-depfile (e3741203630)
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 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 | 23 +++++++-
bfd/cofflink.c | 18 +++++-
bfd/config.bfd | 1 +
bfd/elflink.c | 15 ++++-
bfd/libcoff-in.h | 5 +-
bfd/libcoff.h | 5 +-
bfd/version.h | 2 +-
gas/ChangeLog | 9 +++
gas/testsuite/gas/i386/tsxldtrk.d | 2 +-
gas/testsuite/gas/i386/tsxldtrk.s | 2 +-
gas/testsuite/gas/i386/x86-64-tsxldtrk.d | 2 +-
gdb/ChangeLog | 42 ++++++++++++++
gdb/ada-lang.c | 51 ++++++++---------
gdb/ada-lang.h | 2 +-
gdb/ada-valprint.c | 4 +-
gdb/corefile.c | 27 ---------
gdb/expprint.c | 12 ++--
gdb/gdbcore.h | 6 --
gdb/linux-tdep.c | 12 +---
gdb/linux-thread-db.c | 9 +--
gdb/solib-darwin.c | 8 +--
gdb/solib-dsbt.c | 11 ++--
gdb/solib-frv.c | 11 ++--
gdb/solib-svr4.c | 22 +++-----
gdb/symtab.c | 5 ++
gdb/target.c | 84 +++++-----------------------
gdb/target.h | 9 ++-
gdb/testsuite/ChangeLog | 7 +++
gdb/testsuite/gdb.base/jit-elf-so.exp | 2 +-
gdb/testsuite/gdb.base/jit-reader-simple.exp | 4 +-
gdb/valprint.c | 8 +--
gdb/windows-nat.c | 16 +++---
gold/ChangeLog | 14 ++++-
gold/fileread.cc | 8 +--
gold/fileread.h | 3 +-
gold/layout.cc | 5 +-
gold/options.cc | 16 +++++-
gold/options.h | 15 +++++
include/ChangeLog | 4 ++
include/bfdlink.h | 7 ++-
ld/ChangeLog | 38 ++++++++++++-
ld/NEWS | 3 +
ld/emultempl/elf.em | 15 +++++
ld/ld.texi | 13 +++++
ld/ldfile.c | 2 +
ld/ldmain.c | 2 +
ld/testsuite/ld-discard/discard.exp | 9 +--
ld/testsuite/ld-linkonce/linkonce.exp | 19 ++++---
ld/testsuite/ld-linkonce/ref1.s | 2 +
ld/testsuite/ld-linkonce/ref2.s | 2 +
ld/testsuite/ld-linkonce/sym1.s | 12 ++++
ld/testsuite/ld-linkonce/sym2.s | 12 ++++
ld/testsuite/ld-linkonce/sym3.s | 12 ++++
ld/testsuite/ld-linkonce/{x.s => zeroeh_x.s} | 0
ld/testsuite/ld-linkonce/{y.s => zeroeh_y.s} | 0
ld/testsuite/ld-linkonce/zeroehl32.d | 21 +++----
ld/testsuite/ld-scripts/include.exp | 2 -
ld/testsuite/ld-scripts/phdrs3.exp | 2 -
ld/testsuite/ld-scripts/rgn-at.exp | 2 -
ld/testsuite/ld-scripts/rgn-over.exp | 2 -
ld/testsuite/ld-scripts/sort.exp | 2 -
opcodes/ChangeLog | 7 +++
opcodes/i386-dis.c | 2 +-
opcodes/i386-opc.tbl | 2 +-
opcodes/i386-tbl.h | 2 +-
65 files changed, 417 insertions(+), 276 deletions(-)
create mode 100644 ld/testsuite/ld-linkonce/ref1.s
create mode 100644 ld/testsuite/ld-linkonce/ref2.s
create mode 100644 ld/testsuite/ld-linkonce/sym1.s
create mode 100644 ld/testsuite/ld-linkonce/sym2.s
create mode 100644 ld/testsuite/ld-linkonce/sym3.s
rename ld/testsuite/ld-linkonce/{x.s => zeroeh_x.s} (100%)
rename ld/testsuite/ld-linkonce/{y.s => zeroeh_y.s} (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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tx1
in repository toolchain/ci/interesting-commits.
from 0c33b8e Add regression 9224bcfd6a4edf61e371e2d83fb126c948182cba from [...]
new 05eba65 Add regression 9224bcfd6a4edf61e371e2d83fb126c948182cba from [...]
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 | 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 gcc.
from c7bac01ab41 Optimize assignment to volatile aggregate variable
new 47ad09cb086 internal/syscall/unix: use getrandom_linux_generic.go on riscv
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/go/gofrontend/MERGE | 2 +-
libgo/go/internal/syscall/unix/getrandom_linux_generic.go | 2 +-
2 files 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tk1/gnu-master-arm-spec2k6-Os
in repository toolchain/ci/base-artifacts.
from 51eb2897 3: reset: binutils-gcc-glibc: 0
new ba5f35ce 4: reset: binutils-gcc-glibc: 0
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:
01-reset_artifacts/console.log | 172 +-
02-prepare_abe/console.log | 424 +-
03-build_abe-binutils/console.log | 10764 +-
04-build_abe-stage1/console.log | 20155 ++--
05-build_abe-linux/console.log | 292 +-
06-build_abe-glibc/console.log | 38904 +++----
07-build_abe-stage2/console.log | 45053 ++++----
09-benchmark--Os_mthumb/benchmark-start.log | 2 +-
09-benchmark--Os_mthumb/console.log | 118 +-
10-check_regression/console.log | 102 +-
10-check_regression/results.log | 4 +-
10-check_regression/trigger-build-binutils-glibc | 4 +-
10-check_regression/trigger-build-gcc | 2 +-
11-update_baseline/console.log | 10 +-
11-update_baseline/results.log | 4 +-
console.log | 115984 ++++++++++----------
jenkins/manifest.sh | 18 +-
results_id | 2 +-
18 files changed, 116057 insertions(+), 115957 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 linaro-local/ci/tcwg_bmk_tx1
in repository toolchain/ci/interesting-commits.
from 0eb82f7 Add regression 4a557dc45650bbe500276680674afa18d291fdcc from [...]
new 0c33b8e Add regression 9224bcfd6a4edf61e371e2d83fb126c948182cba from [...]
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 | 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 master
in repository binutils-gdb.
from 66920317431 Change target_read_string API
new cae64165f47 gold, ld: Implement -z start-stop-visibility=... option.
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/elflink.c | 3 ++-
gold/ChangeLog | 12 ++++++++++++
gold/layout.cc | 5 +++--
gold/options.cc | 16 +++++++++++++++-
gold/options.h | 15 +++++++++++++++
include/ChangeLog | 4 ++++
include/bfdlink.h | 7 +++++--
ld/ChangeLog | 8 ++++++++
ld/NEWS | 3 +++
ld/emultempl/elf.em | 15 +++++++++++++++
ld/ld.texi | 13 +++++++++++++
ld/ldmain.c | 2 ++
13 files changed, 103 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.
unknown user pushed a change to branch master
in repository gcc.
from b6ab9ecd550 libstdc++: Update value of __cpp_lib_constexpr_char_traits [...]
new fb149ebdfee Fix ICE in verify_sra_access_forest
new c7bac01ab41 Optimize assignment to volatile aggregate variable
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/gimplify.c | 53 +++++++++++++++++++++++++++-------------
gcc/testsuite/gnat.dg/aggr30.adb | 20 +++++++++++++++
gcc/testsuite/gnat.dg/aggr30.ads | 25 +++++++++++++++++++
gcc/testsuite/gnat.dg/opt85.adb | 20 +++++++++++++++
gcc/testsuite/gnat.dg/opt85.ads | 27 ++++++++++++++++++++
gcc/tree-sra.c | 6 +++++
6 files changed, 134 insertions(+), 17 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/aggr30.adb
create mode 100644 gcc/testsuite/gnat.dg/aggr30.ads
create mode 100644 gcc/testsuite/gnat.dg/opt85.adb
create mode 100644 gcc/testsuite/gnat.dg/opt85.ads
--
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 linaro-local/ci/tcwg_gnu/gnu-master-aarch64-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards a0a85f3a 0: update: gcc-c19ef23bb984194a0db18332631c61d7417435ca: 1
new b26c8b20 0: update: gcc-e46dad5d8f09cd344911e2df428a9d38981c2351: 1
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 (a0a85f3a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-aarch64-b [...]
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 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:
01-reset_artifacts/console.log | 166 +-
02-prepare_abe/console.log | 436 +-
04-build_abe-bootstrap_O3/console.log | 71708 ++++++++++++++++---------------
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 4 +-
console.log | 72316 ++++++++++++++++----------------
jenkins/manifest.sh | 8 +-
7 files changed, 72266 insertions(+), 72374 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 linaro-local/ci/tcwg_bmk_tk1
in repository toolchain/ci/interesting-commits.
from 639f941 Add last-good 3de12cc548c7a37bb68ea10937709dc6385a3b2b from h [...]
new 8d81a15 Add regression 0dcb572c08a7b4596f5481cb4491d755a63578ab from [...]
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 | 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tk1
in repository toolchain/ci/interesting-commits.
from 8bebb45 Add regression 9224bcfd6a4edf61e371e2d83fb126c948182cba from [...]
new 639f941 Add last-good 3de12cc548c7a37bb68ea10937709dc6385a3b2b from h [...]
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 | 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tk1/gnu-master-arm-spec2k6-O3_LTO
in repository toolchain/ci/base-artifacts.
from 5ee30d1c 12: reset: binutils-gcc-glibc: 0
new b847d526 13: reset: binutils-gcc-glibc: 0
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:
01-reset_artifacts/console.log | 160 +-
02-prepare_abe/console.log | 402 +-
03-build_abe-binutils/console.log | 8568 +-
04-build_abe-stage1/console.log | 17931 ++--
05-build_abe-linux/console.log | 294 +-
06-build_abe-glibc/console.log | 39108 +++----
07-build_abe-stage2/console.log | 44547 ++++----
09-benchmark--O3_LTO_marm/benchmark-start.log | 2 +-
09-benchmark--O3_LTO_marm/console.log | 36 +-
10-check_regression/console.log | 262 +-
10-check_regression/results-0.csv | 93 -
10-check_regression/results.log | 2914 +-
10-check_regression/trigger-build-binutils-glibc | 4 +-
10-check_regression/trigger-build-gcc | 2 +-
11-update_baseline/console.log | 18 +-
11-update_baseline/results-0.csv | 93 -
11-update_baseline/results.log | 2914 +-
console.log | 111346 ++++++++++----------
jenkins/manifest.sh | 18 +-
results_id | 2 +-
20 files changed, 111358 insertions(+), 117356 deletions(-)
delete mode 100644 10-check_regression/results-0.csv
delete mode 100644 11-update_baseline/results-0.csv
--
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 linaro-local/ci/tcwg_gnu/gnu-release-aarch64-bootstrap_O1
in repository toolchain/ci/base-artifacts.
discards 276d22f8 0: update: gcc-81568ce966da8c5a13af9c0f1c4f1b13aba39fbc: 1
new fcfd3077 0: update: gcc-a251bf8229e3fca1adaddd822e2bab12a43d8ea6: 1
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 (276d22f8)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-aarch64- [...]
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 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:
01-reset_artifacts/console.log | 183 +-
02-prepare_abe/console.log | 436 +-
04-build_abe-bootstrap_O1/console.log | 66260 +++++++++++++++----------------
05-check_regression/console.log | 4 +-
06-update_baseline/console.log | 4 +-
console.log | 66887 ++++++++++++++++----------------
jenkins/manifest.sh | 8 +-
7 files changed, 66928 insertions(+), 66854 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.