This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/hjl/check_relocs in repository binutils-gdb.
discards 6b39df0fd4 ELF: Call check_relocs after opening all inputs adds 5d84490bf6 cris: Don't hide symbol which was forced to be dynamic adds 9577f60b5a x86: Add _bfd_x86_elf_finish_dynamic_sections adds 851b6fa137 x86: Add elf_x86_backend_data adds 631859b65b Automatic date update in version.in adds 86e17b6fbc Automatic date update in version.in adds 8676616596 Fix GDB build without expat adds df27ae6a09 Remove regformats/tic6x-{c62x,c64x,c64xp}.dat adds c40c7bfcf1 Remove features/tic6x-*.c files adds 5bfda25568 Regenerate gdbserver/configure adds 5c3261b0e8 ELF: Call check_relocs after opening all inputs adds 63f0e930d4 Work around GCC 6.3.1 bug adds a79b1bc6f6 Get rid of VEC(mem_range_s) adds fe68b9530f Use proc_with_prefix in py-breakpoint.exp adds 739b3f1d8f Make native gdbserver boards no longer be "remote" (in DejaG [...] adds b05628f0a8 Use std::vector in end_symtab_get_static_block adds 2dc0e21971 Remove some cleanups from probe.c adds a90ecff85a Remove cleanup from ppc-linux-nat.c adds b80406accc Simple cleanup removals in remote.c adds b7b030adc4 Return unique_xmalloc_ptr from target_read_stralloc adds 87028b8739 Return unique_xmalloc_ptr from target_fileio_read_stralloc adds 087ce8fa02 Automatic date update in version.in adds c191a6875b Record and output access specifiers for nested typedefs adds 487958d1e9 Fix segfault processing nios2 pseudo-instructions with too f [...] adds 83d5a34dd4 Add missing ChangeLog entries. adds e6e2dfbdc1 Correct -z text and other -z documentation adds 0301ce1486 PR22306, Invalid free() in slurp_symtab() adds 60d6cfc99e [GDBserver] Replicate src dir in build dir adds 7eb4e0f956 [GDBserver] Move arm.o to arch/arm.o adds e675d1703f [GDBserver] Move arm-linux.o and arm-get-next-pcs.o to arch/ adds 7a7cdfa04b [GDBserver] Move aarch64-insn.o to arch/ and remove one Make [...] adds d3037ba6a3 Simplify regcache::xfer_part adds 7b7009999a Fix double-free corruption adds cf54ebff3b PR22307, Heap out of bounds read in _bfd_elf_parse_gnu_properties adds 57e12da97f Remove obsolete assertion from regcache.c adds 30f0b10158 Remove cleanups from disasm.c adds 8484c95545 Add several "quit with live inferior" tests adds be459434b6 Add myself as dwarf-mode.el maintainer adds b27de576d4 Really make the native-stdio-gdbserver board non-remote adds 412294daf8 [GOLD] Fix powerpc64 optimization of TOC accesses adds da15dcb0aa Automatic date update in version.in adds b7213666d6 microblaze: Check for indirect and warning symbols new 48c59c76f4 tile: Remove the __tls_get_addr check from gc_mark_hook new 52b81cdcc6 _bfd_generic_link_add_one_symbol
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 (6b39df0fd4) \ N -- N -- N refs/heads/users/hjl/check_relocs (52b81cdcc6)
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 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/ChangeLog | 157 +++++ bfd/aoutx.h | 45 +- bfd/elf-properties.c | 18 +- bfd/elf32-cris.c | 1 + bfd/elf32-i386.c | 351 +++------- bfd/elf32-microblaze.c | 3 + bfd/elf32-tilepro.c | 12 +- bfd/elf64-x86-64.c | 359 +++------- bfd/elfxx-tilegx.c | 12 +- bfd/elfxx-x86.c | 244 ++++++- bfd/elfxx-x86.h | 37 +- bfd/version.h | 2 +- binutils/ChangeLog | 4 + binutils/MAINTAINERS | 1 + gas/ChangeLog | 10 + gas/config/tc-nios2.c | 84 ++- gas/testsuite/gas/nios2/illegal_pseudoinst.l | 35 + gas/testsuite/gas/nios2/illegal_pseudoinst.s | 45 ++ gas/testsuite/gas/nios2/nios2.exp | 1 + gdb/ChangeLog | 148 ++++ gdb/Makefile.in | 2 + gdb/buildsym.c | 39 +- gdb/c-typeprint.c | 149 ++-- gdb/disasm.c | 82 +-- gdb/dwarf2read.c | 22 + gdb/elfread.c | 4 +- gdb/exec.c | 55 +- gdb/features/Makefile | 9 +- gdb/features/tic6x-c62x.c | 54 -- gdb/features/tic6x-c64x-linux.c | 90 --- gdb/features/tic6x-c64x.c | 88 --- gdb/features/tic6x-c64xp-linux.c | 95 --- gdb/features/tic6x-c64xp.c | 93 --- gdb/gdbserver/ChangeLog | 31 + gdb/gdbserver/Makefile.in | 27 +- gdb/gdbserver/configure | 29 +- gdb/gdbserver/configure.ac | 12 + gdb/gdbserver/configure.srv | 28 +- gdb/gdbtypes.h | 11 + gdb/linux-tdep.c | 117 ++-- gdb/memrange.c | 46 +- gdb/memrange.h | 17 +- gdb/mi/mi-main.c | 20 +- gdb/osdata.c | 10 +- gdb/ppc-linux-nat.c | 11 +- gdb/probe.c | 60 +- gdb/regcache.c | 31 +- gdb/regcache.h | 4 +- gdb/regformats/tic6x-c62x.dat | 39 -- gdb/regformats/tic6x-c64x.dat | 71 -- gdb/regformats/tic6x-c64xp.dat | 74 -- gdb/remote.c | 154 ++-- gdb/solib-aix.c | 15 +- gdb/solib-svr4.c | 16 +- gdb/solib-target.c | 15 +- gdb/sparc64-tdep.c | 12 +- gdb/target.c | 24 +- gdb/target.h | 27 +- gdb/testsuite/ChangeLog | 50 ++ gdb/testsuite/README | 45 ++ .../testsuite/boards/local-board.exp | 28 +- gdb/testsuite/boards/native-extended-gdbserver.exp | 9 +- gdb/testsuite/boards/native-gdbserver.exp | 25 +- gdb/testsuite/boards/native-stdio-gdbserver.exp | 71 +- gdb/testsuite/boards/remote-stdio-gdbserver.exp | 31 +- ...tive-gdbserver.exp => stdio-gdbserver-base.exp} | 45 +- gdb/testsuite/gdb.base/quit-live.c | 27 + gdb/testsuite/gdb.base/quit-live.exp | 178 +++++ gdb/testsuite/gdb.cp/classes.cc | 83 +++ gdb/testsuite/gdb.cp/classes.exp | 58 ++ gdb/testsuite/gdb.python/py-breakpoint.exp | 772 ++++++++++----------- gdb/tic6x-linux-tdep.c | 8 - gdb/tic6x-tdep.c | 8 - gdb/tracepoint.c | 15 +- gdb/tracepoint.h | 2 +- gdb/unittests/memrange-selftests.c | 115 +++ gdb/xml-support.c | 27 +- gdb/xml-support.h | 7 +- gdb/xml-syscall.c | 18 +- gdb/xml-tdesc.c | 37 +- gold/ChangeLog | 7 + gold/powerpc.cc | 4 +- ld/ChangeLog | 103 +++ ld/ld.texinfo | 181 +++-- 84 files changed, 2646 insertions(+), 2560 deletions(-) create mode 100644 gas/testsuite/gas/nios2/illegal_pseudoinst.l create mode 100644 gas/testsuite/gas/nios2/illegal_pseudoinst.s delete mode 100644 gdb/features/tic6x-c62x.c delete mode 100644 gdb/features/tic6x-c64x-linux.c delete mode 100644 gdb/features/tic6x-c64x.c delete mode 100644 gdb/features/tic6x-c64xp-linux.c delete mode 100644 gdb/features/tic6x-c64xp.c delete mode 100644 gdb/regformats/tic6x-c62x.dat delete mode 100644 gdb/regformats/tic6x-c64x.dat delete mode 100644 gdb/regformats/tic6x-c64xp.dat copy gas/testsuite/gas/nios2/nios2.exp => gdb/testsuite/boards/local-board.exp (54%) copy gdb/testsuite/boards/{native-gdbserver.exp => stdio-gdbserver-base.exp} (56%) create mode 100644 gdb/testsuite/gdb.base/quit-live.c create mode 100644 gdb/testsuite/gdb.base/quit-live.exp create mode 100644 gdb/unittests/memrange-selftests.c