This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 61cd6b2 [LLDB][MIPS] Fix TestReturnValue failure for MIPS
new b1b512c [LLDB][MIPS] Skip some test case which were causing LLDB to g [...]
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:
.../TestConcurrentBreakpointDelayBreakpointOneSignal.py | 2 +-
.../TestConcurrentBreakpointOneDelayBreakpointThreads.py | 2 +-
.../TestConcurrentBreakpointsDelayedBreakpointOneWatchpoint.py | 2 +-
.../concurrent_events/crash_with_break/TestConcurrentCrashWithBreak.py | 2 +-
.../crash_with_signal/TestConcurrentCrashWithSignal.py | 2 +-
.../crash_with_watchpoint/TestConcurrentCrashWithWatchpoint.py | 2 +-
.../TestConcurrentCrashWithWatchpointBreakpointSignal.py | 2 +-
.../delay_signal_break/TestConcurrentDelaySignalBreak.py | 2 +-
.../delay_signal_watch/TestConcurrentDelaySignalWatch.py | 2 +-
.../delay_watch_break/TestConcurrentDelayWatchBreak.py | 2 +-
.../TestConcurrentDelayedCrashWithBreakpointSignal.py | 2 +-
.../TestConcurrentDelayedCrashWithBreakpointWatchpoint.py | 2 +-
.../concurrent_events/many_breakpoints/TestConcurrentManyBreakpoints.py | 2 +-
.../thread/concurrent_events/many_crash/TestConcurrentManyCrash.py | 2 +-
.../thread/concurrent_events/many_signals/TestConcurrentManySignals.py | 2 +-
.../concurrent_events/many_watchpoints/TestConcurrentManyWatchpoints.py | 2 +-
.../concurrent_events/n_watch_n_break/TestConcurrentNWatchNBreak.py | 2 +-
.../thread/concurrent_events/signal_break/TestConcurrentSignalBreak.py | 2 +-
.../signal_delay_break/TestConcurrentSignalDelayBreak.py | 2 +-
.../signal_delay_watch/TestConcurrentSignalDelayWatch.py | 2 +-
.../signal_n_watch_n_break/TestConcurrentSignalNWatchNBreak.py | 2 +-
.../thread/concurrent_events/signal_watch/TestConcurrentSignalWatch.py | 2 +-
.../signal_watch_break/TestConcurrentSignalWatchBreak.py | 2 +-
.../two_breakpoint_threads/TestConcurrentTwoBreakpointThreads.py | 2 +-
.../TestConcurrentTwoBreakpointsOneDelaySignal.py | 2 +-
.../two_breakpoints_one_signal/TestConcurrentTwoBreakpointsOneSignal.py | 2 +-
.../TestConcurrentTwoBreakpointsOneWatchpoint.py | 2 +-
.../two_watchpoint_threads/TestConcurrentTwoWatchpointThreads.py | 2 +-
.../TestConcurrentTwoWatchpointsOneBreakpoint.py | 2 +-
.../TestConcurrentTwoWatchpointsOneDelayBreakpoint.py | 2 +-
.../two_watchpoints_one_signal/TestConcurrentTwoWatchpointsOneSignal.py | 2 +-
.../thread/concurrent_events/watch_break/TestConcurrentWatchBreak.py | 2 +-
.../watch_break_delay/TestConcurrentWatchBreakDelay.py | 2 +-
.../TestConcurrentWatchpointDelayWatchpointOneBreakpoint.py | 2 +-
.../TestConcurrentWatchpointWithDelayWatchpointThreads.py | 2 +-
35 files changed, 35 insertions(+), 35 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 4f052b7 [ELF] - Do not crash on absolute local symbol starting from ".L".
new 6769baa [ELF] - Do not crash if common symbol alignment set to value [...]
new 97661f3 [ELF][ARM] Garbage collection support for .ARM.exidx sections
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:
ELF/InputFiles.cpp | 20 ++++
ELF/InputFiles.h | 1 +
ELF/InputSection.h | 3 +
ELF/MarkLive.cpp | 2 +
test/ELF/arm-exidx-gc.s | 123 +++++++++++++++++++++
...-alignment.elf => common-symbol-alignment2.elf} | Bin 456 -> 456 bytes
test/ELF/invalid/common-symbol-alignment.s | 8 +-
7 files changed, 156 insertions(+), 1 deletion(-)
create mode 100644 test/ELF/arm-exidx-gc.s
copy test/ELF/invalid/Inputs/{common-symbol-alignment.elf => common-symbol-alignme [...]
--
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 97ce08c Rename 'arch' by 'gdbarch' in m32c_gdbarch_init
new a1078be Share enum arm_breakpoint_kinds
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 | 6 ++++++
gdb/arch/arm.h | 8 ++++++++
gdb/arm-tdep.c | 2 +-
gdb/gdbserver/ChangeLog | 4 ++++
gdb/gdbserver/linux-aarch32-low.c | 8 --------
5 files changed, 19 insertions(+), 9 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 81ca52d [ELF][ARM] Initial implentation of ARM exceptions support
new 4f052b7 [ELF] - Do not crash on absolute local symbol starting from ".L".
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:
ELF/Writer.cpp | 2 +-
test/ELF/local.s | 14 ++++++++++++--
2 files changed, 13 insertions(+), 3 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 gcc-6-branch
in repository gcc.
from f9717e3 * gcc-interface/utils.c (convert): For a biased input type, [...]
new 9c744dc * gcc-interface/utils2.c (find_common_type): Do not return t [...]
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/ada/ChangeLog | 10 ++++++++--
gcc/ada/gcc-interface/utils2.c | 33 +++++++++++++++++++++++----------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gnat.dg/inline13.adb | 19 +++++++++++++++++++
gcc/testsuite/gnat.dg/inline13.ads | 9 +++++++++
gcc/testsuite/gnat.dg/inline13_pkg.adb | 8 ++++++++
gcc/testsuite/gnat.dg/inline13_pkg.ads | 10 ++++++++++
7 files changed, 82 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/inline13.adb
create mode 100644 gcc/testsuite/gnat.dg/inline13.ads
create mode 100644 gcc/testsuite/gnat.dg/inline13_pkg.adb
create mode 100644 gcc/testsuite/gnat.dg/inline13_pkg.ads
--
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 c280e8b Improve comments.
new 81ca52d [ELF][ARM] Initial implentation of ARM exceptions support
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:
ELF/InputSection.cpp | 9 ++
ELF/InputSection.h | 2 +-
ELF/OutputSections.cpp | 3 +
ELF/Writer.cpp | 69 ++++++++++++++
test/ELF/Inputs/arm-exidx-cantunwind.s | 40 ++++++++
test/ELF/arm-exidx-canunwind.s | 96 +++++++++++++++++++
test/ELF/arm-exidx-order.s | 168 +++++++++++++++++++++++++++++++++
test/ELF/arm-exidx-output.s | 9 +-
8 files changed, 387 insertions(+), 9 deletions(-)
create mode 100644 test/ELF/Inputs/arm-exidx-cantunwind.s
create mode 100644 test/ELF/arm-exidx-canunwind.s
create mode 100644 test/ELF/arm-exidx-order.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 master
in repository gcc.
from 8fc5136 * gcc-interface/utils.c (convert): For a biased input type, [...]
new d0cc8fa * gcc-interface/utils2.c (find_common_type): Do not return t [...]
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/ada/ChangeLog | 10 ++++++++--
gcc/ada/gcc-interface/utils2.c | 33 +++++++++++++++++++++++----------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gnat.dg/inline13.adb | 19 +++++++++++++++++++
gcc/testsuite/gnat.dg/inline13.ads | 9 +++++++++
gcc/testsuite/gnat.dg/inline13_pkg.adb | 8 ++++++++
gcc/testsuite/gnat.dg/inline13_pkg.ads | 10 ++++++++++
7 files changed, 82 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/inline13.adb
create mode 100644 gcc/testsuite/gnat.dg/inline13.ads
create mode 100644 gcc/testsuite/gnat.dg/inline13_pkg.adb
create mode 100644 gcc/testsuite/gnat.dg/inline13_pkg.ads
--
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 ff12a65 Remove v850_dbtrap_breakpoint_from_pc
new 97ce08c Rename 'arch' by 'gdbarch' in m32c_gdbarch_init
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 | 5 +++++
gdb/m32c-tdep.c | 42 +++++++++++++++++++++---------------------
2 files changed, 26 insertions(+), 21 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 lldb.
from 393ea1e [LLDB][MIPS] Fix register read/write for 32 bit big endian system
new 61cd6b2 [LLDB][MIPS] Fix TestReturnValue failure for MIPS
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:
source/Plugins/ABI/SysV-mips64/ABISysV_mips64.cpp | 66 +++++++++++++----------
1 file changed, 39 insertions(+), 27 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 7b38602 Automatic date update in version.in
new ff12a65 Remove v850_dbtrap_breakpoint_from_pc
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 | 7 +++++++
gdb/v850-tdep.c | 49 +++++++++++++++++++++++--------------------------
2 files changed, 30 insertions(+), 26 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.