This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 930324b356 Update translations
new e1113af30d Update NEWS
new 9938cc545d Update translations
new e061bd1771 Add list of bugs fixed in 2.26
new 4d9a5c60e1 Fix up ChangeLog formatting
new 15192aaa25 Update contributors and latest gcc and binutils versions
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 | 33 +-
INSTALL | 4 +-
NEWS | 239 ++++++++++-
manual/contrib.texi | 28 ++
manual/install.texi | 4 +-
po/fr.po | 1186 ++++++++++++++++++++++++++-------------------------
6 files changed, 904 insertions(+), 590 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 446e05fd6ae Add missing probabilities in nvptx_lock{less,full}_update
new 94bade3ff01 * xcoff.c (xcoff_process_linenos): Initialize incl to NULL.
new f53d837bba7 Add PR number.
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:
libbacktrace/ChangeLog | 5 +++++
libbacktrace/xcoff.c | 2 +-
2 files changed, 6 insertions(+), 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 binutils-gdb.
from 70b0cf90bc Add support for creating archives of slim-LTO modules using [...]
new b8f4abd342 Revert the last change to emultempl/elf32.em
new db99ecc08f Check ELF section header only for ELF output
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 | 14 ++++++++++++++
ld/emultempl/elf32.em | 5 ++---
ld/testsuite/ld-elf/pr21884.d | 11 +++++++++++
ld/testsuite/ld-elf/pr21884.t | 7 +++++++
ld/testsuite/ld-elf/pr21884a.s | 5 +++++
ld/testsuite/{ld-i386/pr17935-2.s => ld-elf/pr21884b.s} | 5 ++---
6 files changed, 41 insertions(+), 6 deletions(-)
create mode 100644 ld/testsuite/ld-elf/pr21884.d
create mode 100644 ld/testsuite/ld-elf/pr21884.t
create mode 100644 ld/testsuite/ld-elf/pr21884a.s
copy ld/testsuite/{ld-i386/pr17935-2.s => ld-elf/pr21884b.s} (61%)
--
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 binutils-2_29-branch
in repository binutils-gdb.
from 8ea5fb3e3c Automatic date update in version.in
new a388b7afef Check ELF section header only for ELF output
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/ChangeLog | 10 ++++++++++
ld/emultempl/elf32.em | 3 ++-
ld/testsuite/ld-elf/pr21884.d | 11 +++++++++++
ld/testsuite/ld-elf/pr21884.t | 7 +++++++
ld/testsuite/ld-elf/pr21884a.s | 5 +++++
ld/testsuite/{ld-i386/pr17935-2.s => ld-elf/pr21884b.s} | 5 ++---
6 files changed, 37 insertions(+), 4 deletions(-)
create mode 100644 ld/testsuite/ld-elf/pr21884.d
create mode 100644 ld/testsuite/ld-elf/pr21884.t
create mode 100644 ld/testsuite/ld-elf/pr21884a.s
copy ld/testsuite/{ld-i386/pr17935-2.s => ld-elf/pr21884b.s} (61%)
--
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 ef85bba9011 PR c/81448 PR c/81306 * c-warn.c (warn_for_multistatemen [...]
new 446e05fd6ae Add missing probabilities in nvptx_lock{less,full}_update
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/ChangeLog | 6 ++++++
gcc/config/nvptx/nvptx.c | 6 +++++-
2 files changed, 11 insertions(+), 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 080a4e2564e * gcc.dg/guality/pr25967-1.c: Delete * gcc.dg/gual [...]
new 9b184593bfc PR c/81289 * c-parser.c (c_parser_unary_expression): Use [...]
new ef85bba9011 PR c/81448 PR c/81306 * c-warn.c (warn_for_multistatemen [...]
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/c-family/c-warn.c | 52 ++++++-----
gcc/c/ChangeLog | 12 ++-
gcc/c/c-parser.c | 4 +-
gcc/testsuite/ChangeLog | 9 ++
.../c-c++-common/Wmultistatement-macros-13.c | 104 +++++++++++++++++++++
gcc/testsuite/gcc.dg/noncompile/pr81289.c | 8 ++
6 files changed, 165 insertions(+), 24 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/Wmultistatement-macros-13.c
create mode 100644 gcc/testsuite/gcc.dg/noncompile/pr81289.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 users/hjl/pr21884
in repository binutils-gdb.
at 9dd2eee60f Check ELF section header only for ELF output
This branch includes the following new commits:
new 9dd2eee60f Check ELF section header only for ELF output
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 master
in repository gcc.
from ab1e85ebfa3 2017-08-02 Tamar Christina <tamar.christina(a)arm.com>
new 080a4e2564e * gcc.dg/guality/pr25967-1.c: Delete * gcc.dg/gual [...]
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/ChangeLog | 7 ----
gcc/testsuite/gcc.dg/guality/pr25967-1.c | 28 ++++---------
gcc/testsuite/gcc.dg/guality/pr25967-2.c | 22 ++++------
gcc/testsuite/gcc.dg/guality/pr25967-3.c | 70 --------------------------------
gcc/testsuite/gcc.dg/guality/pr25967-4.c | 64 -----------------------------
gcc/testsuite/gcc.dg/torture/pr25967-1.c | 18 ++------
gcc/testsuite/gcc.dg/torture/pr25967-2.c | 14 ++-----
gcc/testsuite/gcc.dg/torture/pr25967-3.c | 63 ----------------------------
gcc/testsuite/gcc.dg/torture/pr25967-4.c | 58 --------------------------
9 files changed, 23 insertions(+), 321 deletions(-)
delete mode 100644 gcc/testsuite/gcc.dg/guality/pr25967-3.c
delete mode 100644 gcc/testsuite/gcc.dg/guality/pr25967-4.c
delete mode 100644 gcc/testsuite/gcc.dg/torture/pr25967-3.c
delete mode 100644 gcc/testsuite/gcc.dg/torture/pr25967-4.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 binutils-gdb.
from 73d5923e48 Fix assertion failure for xtensa linker.
new 70b0cf90bc Add support for creating archives of slim-LTO modules using [...]
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:
binutils/ChangeLog | 6 ++++++
binutils/arsup.c | 13 +++++++++----
2 files changed, 15 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.