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 5f51e2f2c37 MicroBlaze: Add features/microblaze-linux.xml
new d1b55b91df4 Automatic date update in version.in
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/version.h | 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 gdb-16-branch
in repository binutils-gdb.
from 12630d881ea gdb/remote: add 'binary-upload' feature to guard 'x' packet use
new 4144c2f88d8 Automatic date update in version.in
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/version.h | 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 binutils-2_44-branch
in repository binutils-gdb.
from 74b2e686dad Updated translations for various sub-directories
new ac35feb7740 Automatic date update in version.in
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/version.h | 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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 0aa578ae7 Add entry ee99c4d4845db66c4daa2373352133f4b237c942 from https [...]
new d97740a79 Add entry 54bdeca3c6214485d15454df30183a56ad3e473b from https [...]
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/sha1/54bdeca3c6214485d15454df30183a56ad3e473b/first_url | 1 +
.../tcwg_gcc_check/master-arm/build_url | 1 +
.../tcwg_gcc_check/master-arm/last_good | 1 +
3 files changed, 3 insertions(+)
create mode 100644 gcc/sha1/54bdeca3c6214485d15454df30183a56ad3e473b/first_url
create mode 100644 gcc/sha1/54bdeca3c6214485d15454df30183a56ad3e473b/tcwg_gcc_chec [...]
create mode 100644 gcc/sha1/54bdeca3c6214485d15454df30183a56ad3e473b/tcwg_gcc_chec [...]
--
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 glibc.
from 3ff3b9997c Fix fflush handling for mmap files after ungetc (bug 32535)
new 203452a460 Add test of input file flushing / offset issues
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:
stdio-common/Makefile | 1 +
stdio-common/tst-read-offset.c | 560 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 561 insertions(+)
create mode 100644 stdio-common/tst-read-offset.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 glibc.
from 0dcc0b2f63 Fix fseek handling for mmap files after ungetc or fflush (bu [...]
new 3ff3b9997c Fix fflush handling for mmap files after ungetc (bug 32535)
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:
libio/fileops.c | 12 ++++++++----
stdio-common/Makefile | 1 +
stdio-common/{tst-fseek-mmap.c => tst-fflush-mmap.c} | 17 ++++-------------
3 files changed, 13 insertions(+), 17 deletions(-)
copy stdio-common/{tst-fseek-mmap.c => tst-fflush-mmap.c} (75%)
--
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 glibc.
from 94251ae99e Make fflush (NULL) flush input files (bug 32369)
new 0dcc0b2f63 Fix fseek handling for mmap files after ungetc or fflush (bu [...]
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:
libio/fileops.c | 9 ++++-
stdio-common/Makefile | 1 +
.../{tst-ungetc-fflush.c => tst-fseek-mmap.c} | 39 ++++++++++------------
3 files changed, 26 insertions(+), 23 deletions(-)
copy stdio-common/{tst-ungetc-fflush.c => tst-fseek-mmap.c} (58%)
--
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 d0f230adf0e c++: init-list opt and lvalue initializers [PR118673]
new c3b0b98b3ba c++: constexpr VEC_INIT_EXPR [PR118285]
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/cp/constexpr.cc | 9 ++++++-
gcc/testsuite/g++.dg/cpp0x/initlist-opt7.C | 41 ++++++++++++++++++++++++++++++
2 files changed, 49 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist-opt7.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 glibc.
from be6818be31 Make fclose seek input file to right offset (bug 12724)
new 94251ae99e Make fflush (NULL) flush input files (bug 32369)
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:
libio/genops.c | 7 +++
stdio-common/Makefile | 1 +
stdio-common/tst-fflush-all-input.c | 94 +++++++++++++++++++++++++++++++++++++
3 files changed, 102 insertions(+)
create mode 100644 stdio-common/tst-fflush-all-input.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.