This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/hjl/linux/master in repository binutils-gdb.
from 0c5ddba6ea8 Merge remote-tracking branch 'origin/master' into users/hjl [...] adds 24e99c6c3c7 gdb: make get_dyn_prop a method of struct type adds 5c54719c22b gdb: make add_dyn_prop a method of struct type adds 7aa91313667 gdb: make remove_dyn_prop a method of struct type adds 98d48915d98 gdb: remove TYPE_DYN_PROP_LIST macro adds a1b68f2834d gdb: small cleanup of async-event.c structs adds cee2106c5b6 Automatic date update in version.in adds 283cb58c4dd [gdb/testsuite] Add gdb.dwarf2/clang-debug-names.c adds bf4cb9bee21 [gdb] Fix stepping over fork with follow-fork-mode child and gcc-8 adds 596dc4adfff Speed up psymbol reading by removing a copy adds 38eae084598 Remove ALL_EXTENSION_LANGUAGES and ALL_ENABLED_EXTENSION_LANGUAGES adds a1fd1ac9def Remove ALL_SO_LIBS and so_list_head adds 94c93c35b50 Remove ALL_PSPACES adds 8be4b118a93 More C++-ification for struct display adds 4f7bc5edbd3 Don't re-process a DIE in read_lexical_block_scope adds b326e6b0dee Automatic date update in version.in adds 6dc55ce97db Fix for the complaint observed when symbol reading due to u [...] adds 2f78cffc167 Change server_command to bool adds 43434996958 [gdb] Fix catch throw regexp matching adds 1ea1aee1ed2 Automatic date update in version.in adds 86cd6bc8f69 gdb/fortran: Allow Flang MAIN_ in Fortran testing new d60c4bf851c Merge remote-tracking branch 'origin/master' into users/hjl [...] new 31f129eccbe Apply PR gold/25476 fix
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/version.h | 2 +- gdb/ChangeLog | 177 ++++ gdb/ada-lang.c | 4 +- gdb/ada-tasks.c | 4 +- gdb/ada-typeprint.c | 4 +- gdb/async-event.c | 74 +- gdb/break-catch-throw.c | 12 +- gdb/breakpoint.c | 228 +++-- gdb/c-exp.y | 11 +- gdb/c-typeprint.c | 4 +- gdb/cp-support.c | 41 +- gdb/cp-support.h | 11 +- gdb/dbxread.c | 9 +- gdb/dwarf2/read.c | 51 +- gdb/exec.c | 3 +- gdb/extension.c | 153 +-- gdb/gdbtypes.c | 57 +- gdb/gdbtypes.h | 45 +- gdb/gnu-v3-abi.c | 14 +- gdb/guile/scm-progspace.c | 11 +- gdb/infrun.c | 6 + gdb/linespec.c | 143 ++- gdb/mi/mi-cmd-file.c | 3 +- gdb/printcmd.c | 193 ++-- gdb/probe.c | 4 +- gdb/progspace.c | 81 +- gdb/progspace.h | 17 +- gdb/psymtab.c | 4 +- gdb/python/python.c | 14 +- gdb/rust-lang.c | 3 +- gdb/solib-frv.c | 18 +- gdb/solib-svr4.c | 8 +- gdb/solib.c | 50 +- gdb/solib.h | 9 +- gdb/solist.h | 8 - gdb/source.c | 4 +- gdb/stabsread.c | 12 +- gdb/symfile-debug.c | 4 +- gdb/symmisc.c | 134 ++- gdb/symtab.c | 28 +- gdb/symtab.h | 17 +- gdb/testsuite/ChangeLog | 52 + gdb/testsuite/gdb.dwarf2/clang-debug-names.c | 25 + gdb/testsuite/gdb.dwarf2/clang-debug-names.exp | 145 +++ gdb/testsuite/gdb.fortran/array-bounds-high.exp | 5 +- gdb/testsuite/gdb.fortran/array-bounds.exp | 5 +- gdb/testsuite/gdb.fortran/array-slices.exp | 3 +- gdb/testsuite/gdb.fortran/block-data.exp | 4 +- gdb/testsuite/gdb.fortran/charset.exp | 6 +- gdb/testsuite/gdb.fortran/common-block.exp | 4 +- gdb/testsuite/gdb.fortran/complex.exp | 5 +- .../gdb.fortran/derived-type-function.exp | 5 +- gdb/testsuite/gdb.fortran/derived-type.exp | 4 +- gdb/testsuite/gdb.fortran/info-modules.exp | 4 +- gdb/testsuite/gdb.fortran/info-types.exp | 4 +- gdb/testsuite/gdb.fortran/intrinsics.exp | 4 +- gdb/testsuite/gdb.fortran/library-module.exp | 5 +- gdb/testsuite/gdb.fortran/logical.exp | 5 +- gdb/testsuite/gdb.fortran/max-depth.exp | 4 +- gdb/testsuite/gdb.fortran/module.exp | 6 +- gdb/testsuite/gdb.fortran/multi-dim.exp | 4 +- gdb/testsuite/gdb.fortran/nested-funcs.exp | 4 +- gdb/testsuite/gdb.fortran/print-formatted.exp | 4 +- gdb/testsuite/gdb.fortran/print_type.exp | 2 +- gdb/testsuite/gdb.fortran/printing-types.exp | 5 +- gdb/testsuite/gdb.fortran/ptr-indentation.exp | 4 +- gdb/testsuite/gdb.fortran/ptype-on-functions.exp | 4 +- gdb/testsuite/gdb.fortran/subarray.exp | 5 +- gdb/testsuite/gdb.fortran/vla-alloc-assoc.exp | 3 +- gdb/testsuite/gdb.fortran/vla-datatypes.exp | 2 +- gdb/testsuite/gdb.fortran/vla-history.exp | 3 +- gdb/testsuite/gdb.fortran/vla-ptr-info.exp | 3 +- gdb/testsuite/gdb.fortran/vla-ptype-sub.exp | 2 +- gdb/testsuite/gdb.fortran/vla-ptype.exp | 2 +- gdb/testsuite/gdb.fortran/vla-sizeof.exp | 3 +- gdb/testsuite/gdb.fortran/vla-type.exp | 2 +- .../gdb.fortran/vla-value-sub-arbitrary.exp | 3 +- gdb/testsuite/gdb.fortran/vla-value-sub-finish.exp | 3 +- gdb/testsuite/gdb.fortran/vla-value-sub.exp | 3 +- gdb/testsuite/gdb.fortran/vla-value.exp | 6 +- gdb/testsuite/gdb.fortran/whatis_type.exp | 4 +- gdb/testsuite/gdb.mi/mi-var-child-f.exp | 2 +- gdb/testsuite/lib/fortran.exp | 20 + gdb/top.c | 2 +- gdb/top.h | 2 +- gdb/value.c | 2 +- patches/0001-gold-Workaround-PR-gold-25968.patch | 45 + ...ow-repeated-call-to-set_doing_static_link.patch | 33 + ...-gold-Initial-TLS-relocation-scan-support.patch | 93 ++ patches/0004-gold-Enable-TLS-relocation-scan.patch | 185 ++++ ...-TLS-relocation-scan-in-garbage-collectio.patch | 142 +++ ...old-Enable-TLS-relocation-scan-for-x86-64.patch | 326 ++++++ ...0007-gold-Add-testcases-for-PR-gold-25476.patch | 1047 ++++++++++++++++++++ patches/README | 7 + 94 files changed, 3029 insertions(+), 918 deletions(-) create mode 100644 gdb/testsuite/gdb.dwarf2/clang-debug-names.c create mode 100644 gdb/testsuite/gdb.dwarf2/clang-debug-names.exp create mode 100644 patches/0001-gold-Workaround-PR-gold-25968.patch create mode 100644 patches/0002-Gold-Allow-repeated-call-to-set_doing_static_link.patch create mode 100644 patches/0003-gold-Initial-TLS-relocation-scan-support.patch create mode 100644 patches/0004-gold-Enable-TLS-relocation-scan.patch create mode 100644 patches/0005-gold-Handle-TLS-relocation-scan-in-garbage-collect [...] create mode 100644 patches/0006-gold-Enable-TLS-relocation-scan-for-x86-64.patch create mode 100644 patches/0007-gold-Add-testcases-for-PR-gold-25476.patch