This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/roland/ld-depfile in repository binutils-gdb.
discards 03744bcec05 ld, gold: Add --dependency-file option. adds 83015056b2b Automatic date update in version.in adds efe30057d2f x86: Correct xsusldtrk mnemonic adds 2c074f49026 Handle Windows drives in rbreak paths adds 5d0fdfee244 Automatic date update in version.in adds cda58d5f970 ld-linkonce test adds 75cfe082c06 PR26103, Assertion failure with symbols defined in link-onc [...] adds ea4b3731ecd PR26103 testcase adds 1298463902e Unnecessary load_lib in ld testsuite adds 40be168cc41 Obsolete PowerPC PE, winnt and cygwin targets adds ff08abb8a2c gdb/testsuite: fix minor things in jit tests adds f5272a3bb39 Remove read_memory_string adds 670e35fad9c Rewrite target_read_string adds a5d871ddaf2 Remove a use of target_read_string adds 66920317431 Change target_read_string API adds cae64165f47 gold, ld: Implement -z start-stop-visibility=... option. new e3741203630 ld, gold: Add --dependency-file option.
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 (03744bcec05) \ N -- N -- N refs/heads/users/roland/ld-depfile (e3741203630)
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 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: bfd/ChangeLog | 23 +++++++- bfd/cofflink.c | 18 +++++- bfd/config.bfd | 1 + bfd/elflink.c | 15 ++++- bfd/libcoff-in.h | 5 +- bfd/libcoff.h | 5 +- bfd/version.h | 2 +- gas/ChangeLog | 9 +++ gas/testsuite/gas/i386/tsxldtrk.d | 2 +- gas/testsuite/gas/i386/tsxldtrk.s | 2 +- gas/testsuite/gas/i386/x86-64-tsxldtrk.d | 2 +- gdb/ChangeLog | 42 ++++++++++++++ gdb/ada-lang.c | 51 ++++++++--------- gdb/ada-lang.h | 2 +- gdb/ada-valprint.c | 4 +- gdb/corefile.c | 27 --------- gdb/expprint.c | 12 ++-- gdb/gdbcore.h | 6 -- gdb/linux-tdep.c | 12 +--- gdb/linux-thread-db.c | 9 +-- gdb/solib-darwin.c | 8 +-- gdb/solib-dsbt.c | 11 ++-- gdb/solib-frv.c | 11 ++-- gdb/solib-svr4.c | 22 +++----- gdb/symtab.c | 5 ++ gdb/target.c | 84 +++++----------------------- gdb/target.h | 9 ++- gdb/testsuite/ChangeLog | 7 +++ gdb/testsuite/gdb.base/jit-elf-so.exp | 2 +- gdb/testsuite/gdb.base/jit-reader-simple.exp | 4 +- gdb/valprint.c | 8 +-- gdb/windows-nat.c | 16 +++--- gold/ChangeLog | 14 ++++- gold/fileread.cc | 8 +-- gold/fileread.h | 3 +- gold/layout.cc | 5 +- gold/options.cc | 16 +++++- gold/options.h | 15 +++++ include/ChangeLog | 4 ++ include/bfdlink.h | 7 ++- ld/ChangeLog | 38 ++++++++++++- ld/NEWS | 3 + ld/emultempl/elf.em | 15 +++++ ld/ld.texi | 13 +++++ ld/ldfile.c | 2 + ld/ldmain.c | 2 + ld/testsuite/ld-discard/discard.exp | 9 +-- ld/testsuite/ld-linkonce/linkonce.exp | 19 ++++--- ld/testsuite/ld-linkonce/ref1.s | 2 + ld/testsuite/ld-linkonce/ref2.s | 2 + ld/testsuite/ld-linkonce/sym1.s | 12 ++++ ld/testsuite/ld-linkonce/sym2.s | 12 ++++ ld/testsuite/ld-linkonce/sym3.s | 12 ++++ ld/testsuite/ld-linkonce/{x.s => zeroeh_x.s} | 0 ld/testsuite/ld-linkonce/{y.s => zeroeh_y.s} | 0 ld/testsuite/ld-linkonce/zeroehl32.d | 21 +++---- ld/testsuite/ld-scripts/include.exp | 2 - ld/testsuite/ld-scripts/phdrs3.exp | 2 - ld/testsuite/ld-scripts/rgn-at.exp | 2 - ld/testsuite/ld-scripts/rgn-over.exp | 2 - ld/testsuite/ld-scripts/sort.exp | 2 - opcodes/ChangeLog | 7 +++ opcodes/i386-dis.c | 2 +- opcodes/i386-opc.tbl | 2 +- opcodes/i386-tbl.h | 2 +- 65 files changed, 417 insertions(+), 276 deletions(-) create mode 100644 ld/testsuite/ld-linkonce/ref1.s create mode 100644 ld/testsuite/ld-linkonce/ref2.s create mode 100644 ld/testsuite/ld-linkonce/sym1.s create mode 100644 ld/testsuite/ld-linkonce/sym2.s create mode 100644 ld/testsuite/ld-linkonce/sym3.s rename ld/testsuite/ld-linkonce/{x.s => zeroeh_x.s} (100%) rename ld/testsuite/ld-linkonce/{y.s => zeroeh_y.s} (100%)