This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from f1a844ac63 NEWS: Deprecate static dlopen
new 0d0bc784ca Alpha: Add wrappers to get/setrlimit64 to fix RLIM64_INFINIT [...]
new 8e900969db Alpha: Fix the RLIM_INFINITY and RLIM64_INFINITY constants
new 24731685c8 prlimit: Translate old_rlimit from RLIM64_INFINITY to RLIM_I [...]
new 19be56d8ce Add test for getrlimit/setrlimit/prlimit with infinity value
new a6d0afb507 resource/tst-getrlimit.c: Add copyright header
The 5 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 | 41 +++++
resource/tst-getrlimit.c | 17 ++
sysdeps/unix/sysv/linux/Makefile | 3 +-
sysdeps/unix/sysv/linux/alpha/Versions | 3 +
sysdeps/unix/sysv/linux/alpha/bits/resource.h | 6 +-
.../unix/sysv/linux/{mips => alpha}/getrlimit64.c | 32 ++--
sysdeps/unix/sysv/linux/alpha/libc.abilist | 4 +
.../unix/sysv/linux/{mips => alpha}/setrlimit64.c | 33 ++--
sysdeps/unix/sysv/linux/getrlimit64.c | 18 +--
sysdeps/unix/sysv/linux/prlimit.c | 15 +-
sysdeps/unix/sysv/linux/setrlimit64.c | 5 +
sysdeps/unix/sysv/linux/tst-rlimit-infinity.c | 173 +++++++++++++++++++++
12 files changed, 287 insertions(+), 63 deletions(-)
copy sysdeps/unix/sysv/linux/{mips => alpha}/getrlimit64.c (71%)
copy sysdeps/unix/sysv/linux/{mips => alpha}/setrlimit64.c (69%)
create mode 100644 sysdeps/unix/sysv/linux/tst-rlimit-infinity.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 lld.
from 1a6e3333c [PDB] Correctly link S_FILESTATIC records.
new 613bad142 Fix unhandled switch values.
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:
COFF/PDB.cpp | 2 ++
1 file changed, 2 insertions(+)
--
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 d4ca29bfda2 [InstCombine] add folds for min(~a, b) --> ~max(a, b)
new d9e5a1f6b3f [PDB] Correctly link S_FILESTATIC records.
new 2107a83a28f [llvm-objcopy] Add --localize-hidden option
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:
.../{symbol-copy.test => localize-hidden.test} | 138 +++++++++++++--------
tools/llvm-objcopy/Object.cpp | 19 +++
tools/llvm-objcopy/Object.h | 3 +-
tools/llvm-objcopy/llvm-objcopy.cpp | 12 ++
tools/llvm-pdbutil/DumpOutputStyle.cpp | 44 +++++--
tools/llvm-pdbutil/DumpOutputStyle.h | 2 +
tools/llvm-pdbutil/MinimalSymbolDumper.cpp | 13 ++
tools/llvm-pdbutil/MinimalSymbolDumper.h | 10 ++
8 files changed, 180 insertions(+), 61 deletions(-)
copy test/tools/llvm-objcopy/{symbol-copy.test => localize-hidden.test} (54%)
--
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 lld.
from 874cf0193 [COFF] Add a testcase for dllexported symbols via embedded di [...]
new 1a6e3333c [PDB] Correctly link S_FILESTATIC records.
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:
COFF/PDB.cpp | 111 +-
.../pdb-file-statics-a.yaml} | 1057 ++++++++++++--------
.../pdb-file-statics-b.yaml} | 794 +++++++--------
test/COFF/pdb-file-static.test | 51 +
test/COFF/pdb-source-lines.test | 16 +-
5 files changed, 1188 insertions(+), 841 deletions(-)
copy test/COFF/{pdb-heapsite.yaml => Inputs/pdb-file-statics-a.yaml} (67%)
copy test/COFF/{pdb-heapsite.yaml => Inputs/pdb-file-statics-b.yaml} (77%)
create mode 100644 test/COFF/pdb-file-static.test
--
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 f34765b4dc5 [llvm-mt] Remove platform-specific path in test
new d4ca29bfda2 [InstCombine] add folds for min(~a, b) --> ~max(a, b)
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:
lib/Transforms/InstCombine/InstCombineSelect.cpp | 34 +++++++++---------------
test/Transforms/InstCombine/max-of-nots.ll | 28 +++++++++++++++++++
2 files changed, 40 insertions(+), 22 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 a655456c13 Fix gdb/spu-tdep.c build breakage
new e379cee61f Fix regression: cannot start with LD_PRELOAD=libSegFault.so [...]
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 | 12 +++++
gdb/common/signals-state-save-restore.c | 32 +++++++++++--
gdb/common/signals-state-save-restore.h | 5 +-
gdb/gdbserver/ChangeLog | 6 +++
gdb/gdbserver/server.c | 2 +-
gdb/main.c | 3 +-
gdb/testsuite/ChangeLog | 5 ++
gdb/testsuite/gdb.base/libsegfault.exp | 84 +++++++++++++++++++++++++++++++++
8 files changed, 141 insertions(+), 8 deletions(-)
create mode 100644 gdb/testsuite/gdb.base/libsegfault.exp
--
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 gdb-8.1-branch
in repository binutils-gdb.
from 1dc9069e06 Fix gdb/spu-tdep.c build breakage
new 1ec6a1148a Fix regression: cannot start with LD_PRELOAD=libSegFault.so [...]
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 | 12 +++++
gdb/common/signals-state-save-restore.c | 32 +++++++++++--
gdb/common/signals-state-save-restore.h | 5 +-
gdb/gdbserver/ChangeLog | 6 +++
gdb/gdbserver/server.c | 2 +-
gdb/main.c | 3 +-
gdb/testsuite/ChangeLog | 5 ++
gdb/testsuite/gdb.base/libsegfault.exp | 84 +++++++++++++++++++++++++++++++++
8 files changed, 141 insertions(+), 8 deletions(-)
create mode 100644 gdb/testsuite/gdb.base/libsegfault.exp
--
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 4bd64261b4c [MSF] Fix FPM interval calcluation
new f34765b4dc5 [llvm-mt] Remove platform-specific path in test
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:
test/tools/llvm-mt/help.test | 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 users/palves/literal-matching
in repository binutils-gdb.
discards 2805fc780e Fix gdb.ada/complete.exp's "complete break ada" test (PR gdb/22670)
discards 439f8c51ff Fix gdb.ada/bp_c_mixed_case.exp (PR gdb/22670)
adds a655456c13 Fix gdb/spu-tdep.c build breakage
new a563ad07da Fix gdb.ada/bp_c_mixed_case.exp (PR gdb/22670)
new 124b991db4 Fix gdb.ada/complete.exp's "complete break ada" test (PR gdb/22670)
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 (2805fc780e)
\
N -- N -- N refs/heads/users/palves/literal-matching (124b991db4)
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 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:
gdb/ChangeLog | 5 +++++
gdb/spu-tdep.c | 4 +++-
2 files changed, 8 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.