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_llvm_611
in repository toolchain/ci/interesting-commits.
at ad21805 Initial empty repository
No new revisions were added by this update.
--
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_llvm_611/llvm-release-arm-spec2k6-Oz
in repository toolchain/ci/base-artifacts.
at 85ce44a79 0: init: binutils-gcc-glibc-llvm: 1
This branch includes the following new commits:
new 85ce44a79 0: init: binutils-gcc-glibc-llvm: 1
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 azanella/bz23960
in repository glibc.
discards 2a73dbb0c0 linux: Use getdents64 on readdir64 compat implementation
discards 8bd86fb8bf linux: Add __old_readdir64_unlocked
discards 3ff85f6578 linux: Add __readdir64_unlocked
discards 7c4f353cd9 linux: Set internal DIR filepos as off64_t [BZ #23960, BZ #24050]
discards bf75a21f54 linux: Use getdents64 on non-LFS readdir
discards 3c323eb3c4 linux: Use internal DIR locks when accessing filepos on telldir
discards bc08d27a4d linux: Add __readdir_unlocked
discards e84a7ef34d linux: Simplify opendir buffer allocation
discards 8d7d1c1d28 linux: Move posix dir implementations to Linux
adds df76ff3a44 x32: Properly pass long to syscall [BZ #25810]
adds 2102bec982 hurd: add mach_print function
adds 00515ea3a1 linux: wait4: Fix incorrect return value comparison
adds c4d4419433 posix: Add wait4 test case
adds 076f09afba Linux: Remove <sys/sysctl.h> and the sysctl function
adds 70dfcd9b6c Fix typo in posix/tst-fnmatch.input (Bug 25790)
adds c580e6466d Reset converter state after second wchar_t output (Bug 25734)
new 2ad5e67e68 linux: Move posix dir implementations to Linux
new 94d07bf65f linux: Simplify opendir buffer allocation
new 0b8dd86596 linux: Add __readdir_unlocked
new c460299108 linux: Use internal DIR locks when accessing filepos on telldir
new cfd1ac0f6c linux: Use getdents64 on non-LFS readdir
new 09a880c8bf linux: Set internal DIR filepos as off64_t [BZ #23960, BZ #24050]
new a90a7bafa7 linux: Add __readdir64_unlocked
new 55040a9030 linux: Add __old_readdir64_unlocked
new c8c5403c9f linux: Use getdents64 on readdir64 compat implementation
new aeb11324a5 dirent: Deprecate getdirentries
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 (2a73dbb0c0)
\
N -- N -- N refs/heads/azanella/bz23960 (aeb11324a5)
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 10 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:
NEWS | 9 +-
dirent/dirent.h | 7 +-
iconvdata/Makefile | 17 +-
iconvdata/big5hkscs.c | 3 +
iconvdata/tst-iconv-big5-hkscs-to-2ucs4.c | 160 ++++++++++++++++
include/sys/sysctl.h | 3 -
mach/Versions | 3 +
manual/sysinfo.texi | 144 --------------
posix/Makefile | 3 +-
posix/tst-fnmatch.input | 2 +-
posix/tst-wait4.c | 209 +++++++++++++++++++++
scripts/check-installed-headers.sh | 5 -
sysdeps/mach/hurd/i386/libc.abilist | 1 +
sysdeps/unix/sysv/linux/Makefile | 8 +-
sysdeps/unix/sysv/linux/Versions | 2 +
sysdeps/unix/sysv/linux/bits/sysctl.h | 1 -
sysdeps/unix/sysv/linux/generic/sysctl.c | 32 ----
.../sysv/linux/microblaze/sysctl.c} | 17 +-
.../sysv/linux/powerpc/powerpc64/le/sysctl.c} | 17 +-
sysdeps/unix/sysv/linux/readdir.h | 4 +-
sysdeps/unix/sysv/linux/sys/sysctl.h | 76 --------
sysdeps/unix/sysv/linux/sysctl.c | 35 ++--
sysdeps/unix/sysv/linux/sysctl.mk | 3 -
sysdeps/unix/sysv/linux/wait4.c | 19 +-
sysdeps/unix/sysv/linux/x86/bits/sysctl.h | 20 --
sysdeps/unix/sysv/linux/x86_64/sysdep.h | 15 +-
sysdeps/unix/sysv/linux/x86_64/x32/sysctl.c | 2 +
sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk | 1 -
sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h | 16 ++
29 files changed, 479 insertions(+), 355 deletions(-)
create mode 100644 iconvdata/tst-iconv-big5-hkscs-to-2ucs4.c
delete mode 100644 include/sys/sysctl.h
create mode 100644 posix/tst-wait4.c
delete mode 100644 sysdeps/unix/sysv/linux/bits/sysctl.h
delete mode 100644 sysdeps/unix/sysv/linux/generic/sysctl.c
copy sysdeps/{generic/unwind-arch.h => unix/sysv/linux/microblaze/sysctl.c} (71%)
copy sysdeps/{generic/unwind-arch.h => unix/sysv/linux/powerpc/powerpc64/le/sysctl [...]
delete mode 100644 sysdeps/unix/sysv/linux/sys/sysctl.h
delete mode 100644 sysdeps/unix/sysv/linux/sysctl.mk
delete mode 100644 sysdeps/unix/sysv/linux/x86/bits/sysctl.h
create mode 100644 sysdeps/unix/sysv/linux/x86_64/x32/sysctl.c
delete mode 100644 sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk
--
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/gnu-master-arm-next-allnoconfig
in repository toolchain/ci/binutils-gdb.
from efba5c2319 [gdb/symtab] Handle PU without import in "save gdb-index"
adds a010605fef Fix Cygwin gdb build
adds 381ce63f2f Refactor delete_program_space as a destructor
adds 7a1a12f4d1 Fix the test for PR 18963 so that it will work on 16-bit targets.
adds 8e4979ac1e Stop the MIPS assembler from accepting ifunc symbols.
adds 00ac85d375 gdb: is_linked_with_cygwin_dll: handle import table not at b [...]
adds 1619720823 gdb: is_linked_with_cygwin_dll: mention filename in warning [...]
adds ffb60ef355 Automatic date update in version.in
adds ca3f923f82 PR25840, Null pointer dereference in objdump
adds 8d55d10ac0 PR25842, Null pointer dereference in nm-new
adds 49af2f5c83 bfin: allow ".=.+delta"
adds 3557f442a1 Remove obsolete and unused inf_ptrace_target::auxv_parse
adds 49c16254b4 Commit: Running the linker testsuite with clang
adds 0fe0f2d621 [PATCH 1/2] coff-go32: update ldscript
new ce1feff0e7 Revert "Fix the test for PR 18963 so that it will work on 16 [...]
new 0203cad215 Fix the test for PR 18963 so that it will work on 16-bit targets.
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/ChangeLog | 12 ++++++
bfd/elf.c | 8 +++-
bfd/elfxx-mips.c | 21 ++++++---
bfd/version.h | 2 +-
binutils/ChangeLog | 5 +++
binutils/debug.c | 2 +
gas/ChangeLog | 15 +++++++
gas/config/obj-elf.c | 4 ++
gas/config/tc-bfin.h | 2 +-
gas/testsuite/gas/elf/elf.exp | 5 ++-
gas/testsuite/gas/elf/type-noifunc.e | 2 +-
gdb/ChangeLog | 41 ++++++++++++++++++
gdb/inf-ptrace.c | 36 ----------------
gdb/inf-ptrace.h | 5 ---
gdb/inferior.c | 2 +-
gdb/nat/windows-nat.c | 22 +---------
gdb/nat/windows-nat.h | 7 +++
gdb/progspace.c | 84 ++++++++++++++++++------------------
gdb/progspace.h | 14 +++---
gdb/windows-nat.c | 25 +++++++++++
gdb/windows-tdep.c | 59 +++++++++++++++++--------
gdbserver/ChangeLog | 5 +++
gdbserver/win32-low.cc | 8 ++++
ld/ChangeLog | 22 ++++++++++
ld/scripttempl/i386go32.sc | 12 ++++++
ld/testsuite/config/default.exp | 50 +++++++++++++++++++++
ld/testsuite/ld-elf/pr22269-1.c | 1 +
ld/testsuite/ld-elfvers/vers.exp | 14 ++++--
ld/testsuite/ld-scripts/pr18963.d | 14 +++---
ld/testsuite/ld-scripts/pr18963.t | 8 ++--
30 files changed, 356 insertions(+), 151 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_kernel/gnu-master-arm-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards b3d0e9694 0: update: binutils-gcc-linux: all
new 18e329efb 0: update: binutils-gcc-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 (b3d0e9694)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ne [...]
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 | 162 +-
02-prepare_abe/console.log | 232 +-
03-build_abe-binutils/console.log | 11557 ++++++-----
04-build_abe-stage1/console.log | 20265 +++++++++---------
05-build_linux/console.log | 658 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 2 +-
07-check_regression/results.regressions | 9 +-
08-update_baseline/console.log | 10 +-
08-update_baseline/results.regressions | 9 +-
console.log | 32888 +++++++++++++++---------------
jenkins/manifest.sh | 18 +-
12 files changed, 32767 insertions(+), 33045 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 0fe0f2d6215 [PATCH 1/2] coff-go32: update ldscript
new ce1feff0e7e Revert "Fix the test for PR 18963 so that it will work on 1 [...]
new 0203cad2152 Fix the test for PR 18963 so that it will work on 16-bit targets.
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:
ld/ChangeLog | 15 +++++++--------
ld/pe-dll.c | 2 +-
ld/testsuite/ld-scripts/pr18963.d | 21 +++++++++------------
ld/testsuite/ld-scripts/pr18963.s | 7 -------
ld/testsuite/ld-scripts/pr18963.t | 13 +++++++++----
5 files changed, 26 insertions(+), 32 deletions(-)
delete mode 100644 ld/testsuite/ld-scripts/pr18963.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.