This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from f11f2f6e14 Use “,” as mon_decimal_point for ru_RU and os_RU locales (fo [...]
new 1cf1232cd4 gconv: Consistently mangle NULL function pointers [BZ #22025]
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:
ChangeLog | 20 ++++++++++++++++++++
iconv/gconv_cache.c | 11 +++++------
iconv/gconv_db.c | 41 ++++++++++++++++-------------------------
iconv/gconv_dl.c | 6 ++----
wcsmbs/btowc.c | 8 ++++----
5 files changed, 47 insertions(+), 39 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 users/hjl/x86
in repository binutils-gdb.
from 777b0a1ebb Add _bfd_x86_elf_fixup_symbol
new 876e402442 Move elf_backend_omit_section_dynsym
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/elf32-i386.c | 2 --
bfd/elf64-x86-64.c | 2 --
bfd/elfxx-x86.h | 2 ++
3 files changed, 2 insertions(+), 4 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 users/hjl/x86
in repository binutils-gdb.
from cb97234ef2 Fix elf64-x86-64.c build
new 777b0a1ebb Add _bfd_x86_elf_fixup_symbol
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/elf32-i386.c | 20 --------------------
bfd/elf64-x86-64.c | 22 ----------------------
bfd/elfxx-x86.c | 28 +++++++++++++++++++++++++++-
bfd/elfxx-x86.h | 5 +++++
4 files changed, 32 insertions(+), 43 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 clang.
from 868bd3047d [modules] Add test for using declaration in classes.
new 54dbd8436b [clang-format] Fixed typedef enum brace wrapping
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/Format/TokenAnnotator.cpp | 1 +
unittests/Format/FormatTest.cpp | 26 ++++++++++++++++++++++++++
2 files changed, 27 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 gcc.
from 98a6abc7c42 2017-08-29 Richard Biener <rguenther(a)suse.de>
new 3f98450ae6b PR target/80993 * gcc/config/msp430/msp430.c (msp430_attr [...]
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/msp430/msp430.c | 4 ++++
gcc/testsuite/gcc.target/msp430/pr80993.c | 13 +++++++++++++
3 files changed, 23 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/msp430/pr80993.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/x86
in repository binutils-gdb.
discards e3e9715eaa Move elf_backend_ macros to elfxx-x86.h
discards c2a3dd2214 Move 3 more functions to elfxx-x86.c
discards 8550f1d853 Add 3 x86 TLS functions
discards 2fb3d7fb68 Add _bfd_x86_elf_always_size_sections
discards 06ef28794b Add _bfd_x86_elf_merge_symbol_attribute
discards b17cd06af9 Initial elfxx-x86.h
adds 972d8a18db 2017-08-28 James Clarke <jrtc27(a)jrtc27.com>
adds f2d394fce1 Automatic date update in version.in
adds 34ca2bd7ac [GOLD] Reduce size of class Symbol
adds 34e0882b83 [GOLD] PowerPC tls_get_addr_optimize
adds 3819af136d Fix simulation of MSP430's open system call.
new e65bf4e012 Initial elfxx-x86.h
new c6744f0e88 Add _bfd_x86_elf_merge_symbol_attribute
new ef9e9d40ff Add _bfd_x86_elf_always_size_sections
new 7edf5343b8 Add 3 x86 TLS functions
new c154374a47 Move 3 more functions to elfxx-x86.c
new 3c5a9fc838 Move elf_backend_ macros to elfxx-x86.h
new cb97234ef2 Fix elf64-x86-64.c build
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 (e3e9715eaa)
\
N -- N -- N refs/heads/users/hjl/x86 (cb97234ef2)
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 7 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/elf32-i386.c | 62 ++--
bfd/elf64-x86-64.c | 791 +++++++++++++++---------------------------------
bfd/elfxx-x86.c | 2 +-
bfd/elfxx-x86.h | 26 ++
bfd/version.h | 2 +-
elfcpp/ChangeLog | 5 +
elfcpp/elfcpp.h | 3 +
elfcpp/powerpc.h | 6 +
gold/ChangeLog | 55 ++++
gold/aarch64.cc | 46 ++-
gold/options.h | 3 +
gold/powerpc.cc | 363 ++++++++++++++++++----
gold/resolve.cc | 73 ++++-
gold/symtab.cc | 38 +--
gold/symtab.h | 116 ++++---
sim/msp430/ChangeLog | 5 +
sim/msp430/msp430-sim.c | 35 ++-
17 files changed, 886 insertions(+), 745 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 34e0882b83 [GOLD] PowerPC tls_get_addr_optimize
new 3819af136d Fix simulation of MSP430's open system call.
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:
sim/msp430/ChangeLog | 5 +++++
sim/msp430/msp430-sim.c | 35 +++++++++++++++++++++++++----------
2 files changed, 30 insertions(+), 10 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 compiler-rt.
from 895df3ed0 [libFuzzer] refactoring: move reading the seed corpus closer [...]
new fedf302be [XRay][compiler-rt][NFC] Refactor global TLS variables behind [...]
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/xray/xray_fdr_logging.cc | 11 +-
lib/xray/xray_fdr_logging_impl.h | 230 ++++++++++++++++++++++-----------------
2 files changed, 135 insertions(+), 106 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 27c5dc816bf Fix --help=target (Ada) (PR other/39851)
new 98a6abc7c42 2017-08-29 Richard Biener <rguenther(a)suse.de>
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 | 7 +++++++
gcc/dwarf2out.c | 32 ++++++++++----------------------
2 files changed, 17 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 glibc.
from 42496114ec Provide a C++ version of iszero that does not use __MATH_TG [...]
new 15cf43a999 Use NFC for the strings in “day”, “yesstr”, and “nostr” in t [...]
new f8de9568d8 Add locale for mfe_MU
new f11f2f6e14 Use “,” as mon_decimal_point for ru_RU and os_RU locales (fo [...]
The 3 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 | 5 ++
locale/iso-639.def | 1 +
localedata/ChangeLog | 21 ++++++
localedata/SUPPORTED | 1 +
localedata/locales/{en_SC => mfe_MU} | 136 +++++++++++++++++++++++++----------
localedata/locales/os_RU | 16 +----
localedata/locales/ru_RU | 4 +-
localedata/locales/sgs_LT | 6 +-
8 files changed, 134 insertions(+), 56 deletions(-)
copy localedata/locales/{en_SC => mfe_MU} (52%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.