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 576438f Enable relro by default for AArch64, ARM and SCORE. new 201506d x32 Fast tracepoints: IPA target descriptions new 9c235a7 x32 Fast tracepoints: Customize jump pad address new c8ef42e x32: Avoid unsigned long when installing fast tracepoint jump pads new ed036b4 x32: gdbserver's agent bytecode JIT: fix "call" emission new f077e97 x32: gdb: Fix 'call' insn relocation with qRelocInsn new 0646e07 x32: Fix gdb.trace/mi-trace-frame-collected.exp
The 6 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/amd64-tdep.c | 42 ++++++++++-- gdb/gdbserver/ChangeLog | 28 ++++++++ gdb/gdbserver/Makefile.in | 9 +++ gdb/gdbserver/configure | 31 +++++++++ gdb/gdbserver/configure.ac | 14 ++++ gdb/gdbserver/configure.srv | 8 ++- gdb/gdbserver/linux-amd64-ipa.c | 79 +++++++++++++++++++--- gdb/gdbserver/linux-x86-low.c | 8 ++- gdb/testsuite/ChangeLog | 5 ++ .../gdb.trace/mi-trace-frame-collected.exp | 14 +++- 11 files changed, 224 insertions(+), 19 deletions(-)