This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxxabi.
from 488e667 Merge Demangle change in r342330 to libcxxabi.
new 38e306d add a quick link to libc++
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:
www/index.html | 1 +
1 file changed, 1 insertion(+)
--
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 51fd40c31f Driver: hoist `-mlimit-float-precision` (NFC)
new 6f42893d10 Driver: extract a local variable for the Toolchain (NFC)
new c8df8c22bd [MS] Defer dllexport inline friend functions like other inli [...]
new 30d3f201ef Add a callback for `__has_include` and use it for dependency [...]
new 4a9b0e9a58 Thread safety analysis: Fix crash for function pointers
new 2282e12e22 [NFC] Fix uncompilable test cases of ExprMutationAnalyzer.
new 51d76e9ec3 [Sema] Do not load macros from preamble when LoadExternal is false.
new 9e910c672d Basic: correct `__WINT_TYPE__` on Windows
new 600775228a [analyzer] Fix nullptr access when processing instantiated f [...]
new 6f0e52207c Sema: handle `wint_t` more carefully for printf checking
new 9e45e2ae46 redirecting to llvm.org/devmtg
new 27a174792c test: improve condition for the check
new 47f7c9f1a7 test: actually fix the condition properly
new bd0e6da3a7 [NFC] Declare instead of define non-void functions in unit tests.
new 86d4513d3e Thread safety analysis: Handle ObjCIvarRefExpr in SExprBuild [...]
new 58b23a6899 Thread Safety Analysis: warnings for attributes without arguments
new b5c04f0632 [PowerPC] [Clang] Add vector int128 pack/unpack builtins
new 50f21abf91 FileCheckify test/Driver/Xarch.c
new 8141e9ffd6 [OpenCL] Diagnose redundant address space conversion
new c981fd3d3c [OPENMP] Add support for mapping memory pointed by member pointer.
new f9cd06406d [OPENMP] Fix spelling of getLoopCounter (NFC)
new 3a5a6148d4 r342177 introduced a hint in cases where an #included file i [...]
new d978d76f50 Add testcases for r342667.
The 22 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:
include/clang/AST/OpenMPClause.h | 4 +-
.../clang/Analysis/Analyses/ThreadSafetyCommon.h | 2 +
include/clang/Basic/BuiltinsPPC.def | 4 +
include/clang/Basic/DiagnosticSemaKinds.td | 12 +
include/clang/Lex/PPCallbacks.h | 13 +
include/clang/Sema/CodeCompleteOptions.h | 3 +-
lib/AST/OpenMPClause.cpp | 4 +-
lib/Analysis/ExprMutationAnalyzer.cpp | 2 +-
lib/Analysis/FormatString.cpp | 10 +-
lib/Analysis/ThreadSafetyCommon.cpp | 41 +-
lib/Basic/Targets/OSTargets.h | 1 +
lib/CodeGen/CGBuiltin.cpp | 22 +
lib/CodeGen/CGOpenMPRuntime.cpp | 270 +++++++++-
lib/CodeGen/CGStmtOpenMP.cpp | 4 +-
lib/CodeGen/ModuleBuilder.cpp | 29 +-
lib/Driver/ToolChains/Clang.cpp | 100 ++--
lib/Frontend/DependencyFile.cpp | 15 +
lib/Lex/PPDirectives.cpp | 4 +-
lib/Lex/PPMacroExpansion.cpp | 8 +
lib/Sema/SemaChecking.cpp | 19 +
lib/Sema/SemaCodeComplete.cpp | 29 +-
lib/Sema/SemaDeclAttr.cpp | 60 ++-
lib/Sema/SemaOpenMP.cpp | 20 +
lib/Serialization/ASTWriter.cpp | 2 +-
test/CodeGen/builtins-ppc-error.c | 6 +
test/CodeGen/builtins-ppc-p7-disabled.c | 8 +
test/CodeGen/builtins-ppc-vsx.c | 29 +
test/Driver/Xarch.c | 19 +-
test/Frontend/dependency-gen-has-include.c | 40 ++
test/Index/complete-pch-skip.cpp | 9 +-
test/OpenMP/target_map_codegen.cpp | 157 ++++++
test/OpenMP/target_map_messages.cpp | 2 -
.../include-leading-nonalpha-no-suggest.c | 3 +
.../include-leading-nonalpha-suggest.c | 3 +
test/Preprocessor/init.c | 6 +-
test/Preprocessor/woa-defaults.c | 2 +-
test/Sema/attr-capabilities.c | 14 +-
test/Sema/format-strings-ms.c | 2 +-
test/Sema/format-strings.c | 4 +
test/SemaCXX/warn-thread-safety-analysis.cpp | 5 +
test/SemaCXX/warn-thread-safety-parsing.cpp | 82 ++-
test/SemaObjCXX/warn-thread-safety-analysis.mm | 44 ++
test/SemaOpenCL/to_addr_builtin.cl | 4 +-
unittests/Analysis/ExprMutationAnalyzerTest.cpp | 600 ++++++++++-----------
www/clang_video-05-25-2007.html | 16 +-
www/clang_video-07-25-2007.html | 19 +-
46 files changed, 1235 insertions(+), 517 deletions(-)
create mode 100644 test/Frontend/dependency-gen-has-include.c
create mode 100644 test/Preprocessor/include-leading-nonalpha-no-suggest.c
create mode 100644 test/Preprocessor/include-leading-nonalpha-suggest.c
create mode 100644 test/SemaObjCXX/warn-thread-safety-analysis.mm
--
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 zorg.
from ad732c4 [build.py] Teach the Xcode lldb builder to specify a FileChec [...]
new 0866269 [build.py] lldb-xcode: Use the correct path to the built File [...]
new 2106c57 Replace clang-x86-windows-msvc2015 with an x64 VS 2017 build script
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:
buildbot/osuosl/master/config/builders.py | 18 ++-----
.../builders/annotated/annotated_builder.py | 59 +++++++++++++++++-----
...g-with-thin-lto-windows.py => clang-windows.py} | 18 +++----
zorg/jenkins/build.py | 7 +--
4 files changed, 63 insertions(+), 39 deletions(-)
copy zorg/buildbot/builders/annotated/{clang-with-thin-lto-windows.py => clang-win [...]
--
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 libcxx.
from 35a0c2ce5 Fix typo
new 699cb5b3b Remove unused include of "verbose_assert.h"
new 989927cc3 Don't require relops on variant alternatives to all return th [...]
new f06032bb0 Implement LWG 2221 - No formatted output operator for nullptr [...]
new e59d09882 Revert "Implement LWG 2221 - No formatted output operator for [...]
new 087a509b6 Fix diagnostic regex in variant tests to tolerate older clang [...]
new ac2b5703b refresh the libc++ homepage
new e40432072 add a quick link to libc++abi
new 8f4c8e666 fix some typos in the doc
The 8 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:
docs/DesignDocs/CapturingConfigInfo.rst | 2 +-
docs/DesignDocs/VisibilityMacros.rst | 6 +-
docs/conf.py | 2 +-
docs/index.rst | 6 +-
include/variant | 22 +++--
.../sequences/vector/vector.cons/move.pass.cpp | 1 -
.../variant/variant.relops/relops.pass.cpp | 107 +++++++++++++++------
.../variant.relops/relops_bool_conv.fail.cpp | 88 +++++++++++++++++
www/index.html | 12 ++-
9 files changed, 197 insertions(+), 49 deletions(-)
create mode 100644 test/std/utilities/variant/variant.relops/relops_bool_conv.fail.cpp
--
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 6c9f8f338 build: clean up some unnecessary cached variables
new f43b0036d [XRay][compiler-rt] FDRLogWriter Abstraction
new 137ed7f44 [XRay] Detect terminfo library
new 2fa618b34 [compiler-rt][TSan] Add TSan runtime support for Go on linux- [...]
new 01c0f7abd [UBSan] Fix typo in CMake conditional that checked if the arc [...]
new dacd48db0 [sanitizer][fuchsia] Fix VMAR leak
new 24e356b7c Revert "[XRay][compiler-rt] FDRLogWriter Abstraction" and 1 more.
new 9b7ccb138 [builtins] Add __emutls_unregister_key function
new 2e91b98ca [XRay][compiler-rt] FDRLogWriter Abstraction
new 58a112ea7 [winasan] Reduce hotpatch prefix check to 8 bytes
new 3d7a4b4d1 [sanitizer] Make __sanitizer::CheckFailed not public
new a5f872209 [winasan] Unpoison the stack in NtTerminateThread
new 04419a7eb Fix test after r342652
new 00b02ed51 [profile] Fix tests in compiler-rt for patch in gcov (https:/ [...]
The 13 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:
cmake/Modules/AddCompilerRT.cmake | 10 ++
cmake/Modules/CompilerRTUtils.cmake | 6 +-
cmake/config-ix.cmake | 13 ++
lib/asan/asan_win.cc | 12 +-
lib/builtins/emutls.c | 13 ++
lib/interception/interception_win.cc | 8 +-
lib/sanitizer_common/sanitizer_fuchsia.cc | 22 ++--
lib/sanitizer_common/sanitizer_internal_defs.h | 2 -
lib/tsan/CMakeLists.txt | 9 ++
lib/tsan/go/buildgo.sh | 13 +-
lib/tsan/rtl/tsan_platform.h | 44 +++++++
lib/tsan/rtl/tsan_platform_linux.cc | 8 ++
lib/xray/tests/CMakeLists.txt | 26 +++-
lib/xray/tests/unit/CMakeLists.txt | 4 +
lib/xray/tests/unit/fdr_log_writer_test.cc | 92 +++++++++++++++
lib/xray/xray_fdr_log_records.h | 5 +
lib/xray/xray_fdr_log_writer.h | 119 +++++++++++++++++++
lib/xray/xray_fdr_logging.cc | 131 ++++++++-------------
test/asan/TestCases/Windows/dll_host.cc | 1 +
.../Inputs/instrprof-gcov-exceptions.cpp.gcov | 2 +-
test/profile/Inputs/instrprof-shared-main.c.gcov | 4 +-
.../instrprof-gcov-multiple-bbs-single-line.test | 2 -
test/ubsan/CMakeLists.txt | 2 +-
23 files changed, 436 insertions(+), 112 deletions(-)
create mode 100644 lib/xray/tests/unit/fdr_log_writer_test.cc
create mode 100644 lib/xray/xray_fdr_log_writer.h
--
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-tools-extra.
from 96b05ccb [clangd] Fix error handling for SymbolID parsing (notably YAM [...]
new 75e098bf [clang-tidy] Replace redundant checks with an assert().
new 309bf470 [clangd] Store preamble macros in dynamic index.
new 0c2b65e8 [clangd] Add option to enable/disable function argument snippets.
new c2e6f37e [clang-tidy] run-clang-tidy.py - fails using python 3.7 Diffe [...]
new 0840364b [Clang-tidy] Alphabetical sort of files/checks. Add space aft [...]
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:
clang-tidy/abseil/AbseilTidyModule.cpp | 4 ++--
clang-tidy/abseil/CMakeLists.txt | 2 +-
clang-tidy/add_new_check.py | 8 +++----
clang-tidy/android/AndroidTidyModule.cpp | 6 ++---
clang-tidy/android/CMakeLists.txt | 2 +-
clang-tidy/cppcoreguidelines/CMakeLists.txt | 2 +-
clang-tidy/hicpp/CMakeLists.txt | 2 +-
clang-tidy/misc/CMakeLists.txt | 4 ++--
clang-tidy/misc/MiscTidyModule.cpp | 6 ++---
clang-tidy/modernize/CMakeLists.txt | 2 +-
clang-tidy/readability/CMakeLists.txt | 2 +-
clang-tidy/readability/IdentifierNamingCheck.cpp | 5 +++--
clang-tidy/tool/run-clang-tidy.py | 6 ++---
clangd/index/FileIndex.cpp | 8 +++++--
clangd/tool/ClangdMain.cpp | 8 +++++++
unittests/clangd/CodeCompleteTests.cpp | 28 +++++++++++++++++++-----
unittests/clangd/FileIndexTests.cpp | 16 ++++++++++++++
17 files changed, 79 insertions(+), 32 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 lld.
from 9b7710b45 [COFF] Fix the name mangling of a function in the autoexport [...]
new 8dfec7ce7 [PPC64] Optimize redundant instructions in global access sequences.
new a762c6a9a [PPC64] Helper for offset from a function's global entry to l [...]
new 89b2d9792 [PPC64] Handle ppc64le triple in getBitcodeMachineKind.
new 610aab19c Fix one more test failure.
new 4051b9763 [ELF][HEXAGON] Set DefaultMaxPageSize to 64K
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:
ELF/Arch/Hexagon.cpp | 6 +
ELF/Arch/PPC64.cpp | 98 +++++++++++-
ELF/Config.h | 1 +
ELF/Driver.cpp | 6 +
ELF/InputFiles.cpp | 1 +
ELF/InputSection.cpp | 16 +-
ELF/Options.td | 4 +
ELF/Target.h | 9 ++
test/COFF/pdb-global-hashes.test | 6 +-
test/ELF/Inputs/ppc64le-quadword-ldst.o | Bin 0 -> 1032 bytes
test/ELF/hexagon.s | 100 ++++++------
test/ELF/lto/ppc64le.ll | 12 ++
test/ELF/ppc64-func-entry-points.s | 2 +-
test/ELF/ppc64-got-indirect.s | 4 +-
test/ELF/ppc64-relocs.s | 6 +-
test/ELF/ppc64-toc-addis-nop-lqsq.s | 73 +++++++++
test/ELF/ppc64-toc-addis-nop.s | 272 ++++++++++++++++++++++++++++++++
test/ELF/ppc64-tocopt-option.s | 14 ++
18 files changed, 559 insertions(+), 71 deletions(-)
create mode 100644 test/ELF/Inputs/ppc64le-quadword-ldst.o
create mode 100644 test/ELF/lto/ppc64le.ll
create mode 100644 test/ELF/ppc64-toc-addis-nop-lqsq.s
create mode 100644 test/ELF/ppc64-toc-addis-nop.s
create mode 100644 test/ELF/ppc64-tocopt-option.s
--
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 aaribaud/y2038
in repository glibc.
discards 6420a16747 Y2038: add _TIME_BITS support
discards f6631c78ed Y2038: add function __pmap_rmtcall64
discards 93b1ce6815 Y2038: add function __clntudp_bufcreate64
discards d79e7b2292 Y2038: add function __clntudp_create64
discards fd3342f0ff Y2038: add function select64
discards 87032ff33b Y2038: add function pselect64
discards 5d274e4b95 Y2038: add struct __timex64
discards 076855e78e Y2038: add function __ntp_gettimex64
discards 058847cfbd Y2038: add function __ntp_gettime64
discards 1cb90739f5 Y2038: add struct __ntp_timeval64
discards c46d0ce477 Y2038: add function __getrusage64
discards d0d78ee725 Y2038: add functions using futexes
discards f3a230d7a5 Y2038: add function __setitimer64
discards 7c0c214d96 Y2038: add function __getitimer64
discards 6335db64c5 Y2038: add struct __itimerval64
discards 16eca0d51a Y2038: add function __utime64
discards d89554ef07 Y2038: add function __adjtime64, __adjtimex64 and __ntp_adjtime64
discards 2b2c543416 Y2038: add function __nanosleep64
discards acf4a68c15 Y2038: add function __sched_rr_get_interval64
discards d8c9337514 Y2038: add function __msgctl64
discards b6dcd94026 Y2038: add function __mq_timedsend_time64
discards bac7f2d1ba Y2038: add function __mq_timedreceiv_time64
discards 68810b2884 Y2038: add function __utimes64
discards 0c5f1638e3 Y2038: add function __stime64
discards 07d0eb89ba Y2038: add function __time64
discards 43d8457a29 Y2038: add function __settimeofday64
discards 134f20a60d Y2038: add function __gettimeofday64
discards 53ecedf206 Y2038: add function __fstatat64_time64 (and __fxstatat_time64)
discards c21be59a17 Y2038: add function __lstat64_time64 (and __lxstat64_time64)
discards b104edff49 Y2038: add function __stat64_time64 (and __xstat64_time64)
discards abdb3e47ac Y2038: add function __fstat64_time64 (and __fxstat64_time64)
discards 9332041bbd Y2038: add struct __stat64_t64
discards b5011e8094 Y2038: add function __timerfd_settime64
discards cad630a503 Y2038: add function __timerfd_gettime64
discards 7ae1957d69 Y2038: add function __timer_settime64
discards d43e237e43 Y2038: add function __timer_gettime64
discards c5f92373fa Y2038: add struct __itimerspec64
discards 3dee05a4e5 Y2038: add function __lutimes64
discards bed133706c Y2038: add function __futimes64
discards 750f46c27f Y2038: add struct __timeval64
discards 4cf8abf89d Y2038: add function __sigtimedwait_time64
discards 24b2cf4205 Y2038: add function __futimens64
discards 6fb124b3b2 Y2038: add function __utimensat_time64
discards c11cf7731a Y2038: add function __timespec_get64
discards d95f0e2ec0 Y2038: add function __clock_nanosleep64
discards d0f6011f50 Y2038: add function __clock_getres_time64
discards 2eac70ba89 Y2038: add function __clock_settime64
discards 481d100e9b Y2038: add function __clock_gettime64
discards 6b2684de23 Y2038: add struct __timespec64
discards 4852eba2f2 Y2038: provide kernel support indication
discards 6f1cd69475 Y2038: add function __difftime64
discards 19b99883da Add support for __time64_t to mktime, timegm
discards 1cf24b9a71 Y2038: make __tz_convert compatible with 64-bit-time
discards c38b85e42f Y2038: Add 64-bit time for all architectures
discards ca32c3f13c Fix mktime localtime offset confusion
discards 326841eb59 Merge mktime, timegm from upstream Gnulib
new e4e4fde51a Fix tzfile low-memory assertion failure
new dab9c3488e Simplify tzfile fstat failure code
new 519466d361 Merge mktime, timegm from upstream Gnulib
new 63aaf075ff Fix mktime localtime offset confusion
new 1575bcfed3 Y2038: Add 64-bit time for all architectures
new 32bc55ef9a Y2038: make __tz_convert compatible with 64-bit-time
new 680ed897cd Add support for __time64_t to mktime, timegm
new f03fd63f9b Y2038: add function __difftime64
new 33098a3d80 Y2038: provide kernel support indication
new 158c8a3dbc Y2038: add struct __timespec64
new d460b6f1b4 Y2038: add function __clock_gettime64
new f380b5e890 Y2038: add function __clock_settime64
new 7c8da9764a Y2038: add function __clock_getres_time64
new b3bd461fee Y2038: add function __clock_nanosleep64
new 691580b867 Y2038: add function __timespec_get64
new f5fa44077f Y2038: add function __utimensat_time64
new 980dbf9dfb Y2038: add function __futimens64
new 662b4d9e06 Y2038: add function __sigtimedwait_time64
new fc8dd6989d Y2038: add struct __timeval64
new 8405a342c0 Y2038: add function __futimes64
new 1d20d7ca64 Y2038: add function __lutimes64
new b0bfc19265 Y2038: add struct __itimerspec64
new a064797b83 Y2038: add function __timer_gettime64
new 1a6f17f25b Y2038: add function __timer_settime64
new 974bdbd6c8 Y2038: add function __timerfd_gettime64
new 82dfb042a0 Y2038: add function __timerfd_settime64
new dd7a5f5539 Y2038: add struct __stat64_t64
new 918ee9c874 Y2038: add function __fstat64_time64 (and __fxstat64_time64)
new fdf118c540 Y2038: add function __stat64_time64 (and __xstat64_time64)
new 91db3b5907 Y2038: add function __lstat64_time64 (and __lxstat64_time64)
new 2d183cec4d Y2038: add function __fstatat64_time64 (and __fxstatat_time64)
new 6529cb1d0d Y2038: add function __gettimeofday64
new 2d03b44538 Y2038: add function __settimeofday64
new b18e3eaf83 Y2038: add function __time64
new 8ccf4ca46c Y2038: add function __stime64
new 8ac027d36f Y2038: add function __utimes64
new 711c2e684f Y2038: add function __mq_timedreceiv_time64
new 25acac1c9a Y2038: add function __mq_timedsend_time64
new f0572b029a Y2038: add function __msgctl64
new c38366c17d Y2038: add function __sched_rr_get_interval64
new 69660bc2cd Y2038: add function __nanosleep64
new db17670a24 Y2038: add function __adjtime64, __adjtimex64 and __ntp_adjtime64
new c73d0b44de Y2038: add function __utime64
new e5912c658d Y2038: add struct __itimerval64
new 3e34592239 Y2038: add function __getitimer64
new 465152d595 Y2038: add function __setitimer64
new 1e91f114fb Y2038: add functions using futexes
new 0bc6f9d6e1 Y2038: add function __getrusage64
new 0f3d6cc6ae Y2038: add struct __ntp_timeval64
new a36eb3d576 Y2038: add function __ntp_gettime64
new 746a8b125a Y2038: add function __ntp_gettimex64
new a71b85f6b1 Y2038: add struct __timex64
new 631aebbd5c Y2038: add function pselect64
new 4dd7b619e7 Y2038: add function select64
new 10b095cd2f Y2038: add function __clntudp_create64
new 97f36a6c3c Y2038: add function __clntudp_bufcreate64
new b97af53350 Y2038: add function __pmap_rmtcall64
new 892385e117 Y2038: add _TIME_BITS support
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 (6420a16747)
\
N -- N -- N refs/heads/aaribaud/y2038 (892385e117)
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 58 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 | 11 +++++++++++
sysdeps/unix/clock_settime.c | 3 +--
sysdeps/unix/sysv/linux/clock_gettime.c | 12 ++++++------
sysdeps/unix/sysv/linux/y2038-support.h | 9 ++++++---
time/tzfile.c | 8 +++-----
5 files changed, 27 insertions(+), 16 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 binutils-2_31-branch
in repository binutils-gdb.
from dd17be4dff Fix Aarch64 bug in warning filtering.
new 5fff8868ce Automatic date update in version.in
new 05c5350072 Automatic date update in version.in
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/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.