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 52b81cdcc6 _bfd_generic_link_add_one_symbol discards 48c59c76f4 tile: Remove the __tls_get_addr check from gc_mark_hook adds 5396a86e43 PR22303, print_core_note out of bounds read adds 28c7c15876 Remove features/tic6x-c62x-linux.c adds 482366c31e Move Svein Seldal to Past Maintainers section. adds 8071ec0990 Add a warning to the how-to-make-a-release notes to check th [...] adds 94ea37b3e9 Update the Swedish translation in the GAS subdirectory. adds 8ef027f00b Update Cris assembler tests for checks that now pass where t [...] adds 2a6969e173 [Visium] Disassemble the operands of the stop instruction. adds 3753468682 Issue complaint instead of assert for invalid/unhandled DW_A [...] adds c8ba13ad37 Canonicalize conversion operators adds 8dfa5d5a63 RISC-V: Mark unsupported gas testcases adds 8e35405853 tile: Mark __tls_get_addr in gc_mark_hook adds d7dd155841 Automatic date update in version.in adds fa57faa0da Fix fill-1 testcase adds 0fb7012e88 sparc: Check bfd_link_executable for TLS check adds 1ba1f393fa tilepro: Check bfd_link_executable for TLS check adds 280958942b tilegx: Check bfd_link_executable for TLS check
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 (52b81cdcc6) \ N -- N -- N refs/heads/users/hjl/check_relocs (280958942b)
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.
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 36 + bfd/elf32-tilepro.c | 22 +- bfd/elfxx-sparc.c | 20 +- bfd/elfxx-tilegx.c | 20 +- bfd/version.h | 2 +- binutils/ChangeLog | 22 + binutils/MAINTAINERS | 3 +- binutils/README-how-to-make-a-release | 17 +- binutils/readelf.c | 51 +- gas/ChangeLog | 29 + gas/po/sv.po | 10288 +++++++++++++++++++------------- gas/testsuite/gas/all/align.d | 4 +- gas/testsuite/gas/all/fill-1.d | 7 + gas/testsuite/gas/all/fill-1.s | 12 +- gas/testsuite/gas/all/gas.exp | 3 +- gas/testsuite/gas/all/relax.d | 4 + gas/testsuite/gas/all/sleb128-2.d | 4 + gas/testsuite/gas/all/sleb128-4.d | 4 + gas/testsuite/gas/all/sleb128-5.d | 4 + gas/testsuite/gas/all/sleb128-7.d | 4 + gas/testsuite/gas/cris/cris.exp | 3 - gas/testsuite/gas/cris/range-err-1.s | 6 +- gas/testsuite/gas/elf/section11.d | 3 + gdb/ChangeLog | 15 + gdb/c-exp.y | 10 +- gdb/dwarf2read.c | 3 +- gdb/features/tic6x-c62x-linux.c | 56 - gdb/testsuite/ChangeLog | 8 + gdb/testsuite/gdb.cp/cpexprs.cc | 2 + gdb/testsuite/gdb.cp/cpexprs.exp | 16 + opcodes/ChangeLog | 4 + opcodes/visium-dis.c | 2 +- 32 files changed, 6310 insertions(+), 4374 deletions(-) create mode 100644 gas/testsuite/gas/all/fill-1.d delete mode 100644 gdb/features/tic6x-c62x-linux.c