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 aa2f9bcf23 AArch64: Add missing CPSR flags
new 762c164d75 Remove lookup_minimal_symbol_solib_trampoline
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/ChangeLog | 6 ++++++
gdb/minsyms.c | 34 ----------------------------------
gdb/minsyms.h | 12 ------------
3 files changed, 6 insertions(+), 46 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/llvm-master-arm-spec2k6-O2
in repository toolchain/ci/base-artifacts.
discards 10194a06f 0: init: binutils-gcc-glibc-llvm: 0
new 306614c0d 0: init: binutils-gcc-glibc-llvm: 0
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 (10194a06f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/llvm-master-arm-spec [...]
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 | 224 +-
02-prepare_abe/console.log | 344 +-
03-build_abe-binutils/console.log | 11401 ++-
04-build_abe-stage1/console.log | 20144 +++---
05-build_abe-linux/console.log | 288 +-
06-build_abe-glibc/console.log | 39644 ++++++-----
07-build_abe-stage2/console.log | 46868 +++++++------
08-build_llvm-true/console.log | 11952 ++--
09-benchmark/benchmark-start.log | 2 +-
09-benchmark/benchmark.log | 12 +-
09-benchmark/console.log | 140 +-
11-update_baseline/console.log | 6 +-
console.log | 131011 +++++++++++++++++------------------
jenkins/manifest.sh | 20 +-
results_id | 2 +-
15 files changed, 130952 insertions(+), 131106 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 llvm.
from 1e9c5e4d8a2 [InstCombine] regenerate test checks; NFC
new b5e337ab3ad [xray] Remove usage of procid_t
new ec5a299644d Fix build in shared lib mode.
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:
lib/DebugInfo/{DWARF => GSYM}/LLVMBuild.txt | 4 ++--
lib/DebugInfo/LLVMBuild.txt | 2 +-
tools/llvm-xray/xray-account.h | 12 ++----------
tools/llvm-xray/xray-graph.h | 3 +--
4 files changed, 6 insertions(+), 15 deletions(-)
copy lib/DebugInfo/{DWARF => GSYM}/LLVMBuild.txt (90%)
--
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 zack/no-nested-includes
in repository glibc.
discards a9f7f78112 fixup: hurd sys/socket.h is now conformant
discards 35611ad954 fixup: hurd sys/sem.h is now conformant
discards bb5cf784bc fixup: hurd fcntl.h is now conformant
discards b3343b9ec9 Rename sys/ucontext.h to bits/ucontext.h.
discards f5af359536 Minimize inclusion of netinet/in.h from public headers.
discards a0f40da7bb Don’t include sys/socket.h from other public headers.
discards 866e42b047 Minimize includes of unrelated public headers by networking [...]
discards 6b519ea9b5 Don’t include sys/types.h or stdint.h from most public headers.
discards 2cd8dcd151 Don’t include sys/time.h from sys/timex.h.
discards fd0a272065 Don’t include string.h from sys/un.h.
discards b761b9106d Don’t include signal.h from sys/wait.h or sys/param.h.
discards b423937748 Don’t include sys/select.h from sys/types.h.
discards f6480a080e Limit the set of strings.h functions also exposed in string.h.
discards 3f4e35edb9 Don’t rely on stddef.h or stdarg.h for individual type definitions.
discards b571a66a02 Add bits/types/ wrappers for stddef.h and stdarg.h types.
discards 367ac2b3ee Split up endian.h to minimize exposure of BYTE_ORDER.
discards c93470c99b Don’t include sys/cdefs.h directly from public headers.
discards bb486ef65f Swap sys/poll.h with poll.h.
discards 034a98bdb0 Swap sys/syslog.h with syslog.h.
discards e91def0c1d Add check-obsolete-constructs checker for nested includes.
omits 7c43c50e57 Don’t conditionalize declarations of ldiv_t, lldiv_t, __gwchar_t.
omits 4f874f78b2 Create bits/types headers for most remaining __T_defined macros.
omits da05349704 Clean up bits/types.h.
omits c02a2b01e1 Simplify definition of __time64_t.
omits 902b9a2805 Add caddr_t, daddr_t, and loff_t to the set of obsolete typedefs.
omits abee01996d sys/types.h: Don’t define u_intN_t or register_t unless __USE_MISC.
omits 2c5ad75d5a Define register_t using bits/typesizes.h macros.
omits b0aa7713c8 Move most headers installed by top-level Makefile to misc/.
adds 2c75b545de elf: Refuse to dlopen PIE objects [BZ #24323]
adds fabf5e49dd dlfcn: Avoid one-element flexible array in Dl_serinfo [BZ #24166]
adds f0c5a803bd Fix gcc 9 build errors for make xcheck. [BZ #24556]
adds f59a54ab0c nl_AW locale: Correct the negative monetary format (bug 24614).
adds 335c1007bf powerpc: Fix static-linked version of __ppc_get_timebase_fre [...]
adds 49bc41b642 [powerpc] add 'volatile' to asm
adds 21cc130b78 libio: do not attempt to free wide buffers of legacy streams [...]
adds db13e32cb8 support: Add xclock_now helper function.
adds 8bf225d583 support: Invent verbose_printf macro
adds ce5b73a7c3 nptl: Convert various tests to use libsupport
adds 85c748f9ff Add missing VDSO_{NAME,HASH}_* macros and use them for PREPA [...]
adds fefa21790b nl_{AW,NL}: Correct the thousands separator and grouping (bu [...]
adds 2bd81b60d6 szl_PL locale: Spelling corrections (bug 24652).
adds a55541fd1c szl_PL locale: Fix a typo in the previous commit (bug 24652).
adds c89e669a70 S390: Regenerate ULPs.
adds 9e6a7d9c17 Fix build warnings in locale/programs/ld-ctype.c
adds c78b3f55d1 Fix build warnings in nptl/tst-eintr1.c
adds a63b96fbdd Linux: Add nds32 specific syscalls to syscall-names.list
new 2e2816364e Move most headers installed by top-level Makefile to misc/.
new 04c2013466 Define register_t using bits/typesizes.h macros.
new cba69352b2 sys/types.h: Don’t define u_intN_t or register_t unless __USE_MISC.
new beb95bba57 Add caddr_t, daddr_t, and loff_t to the set of obsolete typedefs.
new aa9fbc30c4 Simplify definition of __time64_t.
new a2053232d7 Clean up bits/types.h.
new 013d777034 Create bits/types headers for most remaining __T_defined macros.
new dabb83410e Don’t conditionalize declarations of ldiv_t, lldiv_t, __gwchar_t.
new 300579e3fb Add check-obsolete-constructs checker for nested includes.
new 13396cb360 Swap sys/syslog.h with syslog.h.
new 3dacf35f0a Swap sys/poll.h with poll.h.
new 1ac61f017f Don’t include sys/cdefs.h directly from public headers.
new c2ce460155 Split up endian.h to minimize exposure of BYTE_ORDER.
new f97b31eb0a Add bits/types/ wrappers for stddef.h and stdarg.h types.
new 1b173914f9 Don’t rely on stddef.h or stdarg.h for individual type definitions.
new ce244b34f0 Limit the set of strings.h functions also exposed in string.h.
new 7dab6ebb6c Don’t include sys/select.h from sys/types.h.
new ecc75db500 Don’t include signal.h from sys/wait.h or sys/param.h.
new d4c5ad0509 Don’t include string.h from sys/un.h.
new 071e2c6b7d Don’t include sys/time.h from sys/timex.h.
new 6a184f907a Don’t include sys/types.h or stdint.h from most public headers.
new 994dc54878 Minimize includes of unrelated public headers by networking [...]
new 5dd87ed4af Don’t include sys/socket.h from public headers.
new 8ab82789ac Minimize inclusion of netinet/in.h from public headers.
new 4e187c7377 Rename sys/ucontext.h to bits/ucontext.h.
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 (a9f7f78112)
\
N -- N -- N refs/heads/zack/no-nested-includes (4e187c7377)
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 25 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:
ChangeLog | 150 +++++++++++++++++++
argp/argp-test.c | 2 +-
benchtests/bench-malloc-simple.c | 2 +-
benchtests/bench-strstr.c | 3 +-
dlfcn/dlfcn.h | 12 ++
elf/Makefile | 4 +-
elf/dl-load.c | 18 ++-
posix/tst-fnmatch5.c => elf/tst-dlopen-pie.c | 39 ++---
include/elf.h | 2 +-
libio/Makefile | 14 +-
libio/genops.c | 16 +-
elf/tst-audit13.c => libio/tst-bz24228.c | 9 +-
libio/tst-bz24228.map | 5 +
locale/programs/ld-ctype.c | 3 +-
localedata/locales/nl_AW | 6 +-
localedata/locales/nl_NL | 6 +-
localedata/locales/szl_PL | 42 ++++--
nptl/eintr.c | 12 +-
nptl/tst-eintr1.c | 55 +------
nptl/tst-eintr2.c | 60 ++------
nptl/tst-eintr3.c | 23 +--
nptl/tst-eintr4.c | 15 +-
nptl/tst-eintr5.c | 40 ++---
nptl/tst-mutex-errorcheck.c | 29 ++--
nptl/tst-mutex5.c | 164 ++++-----------------
nptl/tst-mutex9.c | 131 ++++------------
nss/tst-field.c | 3 +-
string/test-strcasestr.c | 3 +-
string/test-strstr.c | 3 +-
support/test-driver.h | 8 +
support/xtime.h | 10 ++
sysdeps/mach/hurd/i386/Makefile | 4 -
sysdeps/powerpc/fpu/fenv_libc.h | 4 +-
sysdeps/powerpc/fpu_control.h | 6 +-
sysdeps/s390/fpu/libm-test-ulps | 12 +-
sysdeps/unix/sysv/linux/aarch64/gettimeofday.c | 4 +-
sysdeps/unix/sysv/linux/aarch64/init-first.c | 4 +-
sysdeps/unix/sysv/linux/dl-vdso.h | 4 +
sysdeps/unix/sysv/linux/powerpc/Makefile | 2 +
.../unix/sysv/linux/powerpc/get_timebase_freq.c | 2 +-
sysdeps/unix/sysv/linux/powerpc/gettimeofday.c | 4 +-
sysdeps/unix/sysv/linux/powerpc/init-first.c | 2 +-
.../linux/powerpc/test-gettimebasefreq-static.c} | 5 +-
sysdeps/unix/sysv/linux/powerpc/time.c | 4 +-
sysdeps/unix/sysv/linux/s390/init-first.c | 2 +-
sysdeps/unix/sysv/linux/syscall-names.list | 2 +
sysdeps/unix/sysv/linux/x86_64/init-first.c | 2 +-
47 files changed, 450 insertions(+), 502 deletions(-)
copy posix/tst-fnmatch5.c => elf/tst-dlopen-pie.c (55%)
copy elf/tst-audit13.c => libio/tst-bz24228.c (83%)
create mode 100644 libio/tst-bz24228.map
copy sysdeps/{x86_64/x32/tst-size_t-wmemchr.c => unix/sysv/linux/powerpc/test-gett [...]
--
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_kernel/llvm-master-aarch64-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 5fc991d0f 0: update: llvm-linux: all
new be05e9b52 0: update: llvm-linux: all
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 (5fc991d0f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-aarch [...]
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 | 220 +-
02-build_llvm/console.log | 11895 +++++++++++++++---------------
03-build_linux/console.log | 3009 ++++----
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 8 +-
console.log | 15140 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 15192 insertions(+), 15096 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.