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 de30013785 ELF: Don't sort output note section by alignments in ascendi [...] adds ce3a1736b5 Automatic date update in version.in adds e04caa7090 Update string expected from "help info proc" on gdb.base/inf [...] adds 7a9569281a Call nonl before wgetch in TUI adds 9e9b8787e9 Automatic date update in version.in adds 2fb009bbd1 Update help text for commands implemented in Python adds 2a8be20359 Fix Python gdb.Breakpoint.location crash adds a8a5dbcab8 Do not accidentally include in-tree readline headers adds f9e48344d5 Use standard_output_file in a couple more places adds 51e78fc5fa Update symbol domain and location values for Python adds add5ded5e4 Add Inferior.architecture method adds de3e5eca99 Automatic date update in version.in adds 9e1698c618 Python doc build fixes adds 25cbdcbbc5 Handle R_RISCV_32_PCREL in readelf adds c258c396fa GDB: Work around buggy dwarf line information produced by Co [...] adds 00bee008e9 Tidy elf_segment_map allocation adds e0c3dfa2ee SPU overlay headers adds 1b9e270b09 No PT_INTERP when .interp is zero size adds 5d69562788 Use p_vaddr_offset to set p_vaddr on segments without sections adds 7358942661 ld insert_os_after ignoring first assignment adds 64029e9368 Separate header PT_LOAD for -z separate-code adds f3e660db14 ELF: Properly group and place orphan note sections adds 80f3ac5d61 x86: Don't add GNU_PROPERTY_X86_FEATURE_2_NEEDED for -z sepa [...] new fb939428fc Merge remote-tracking branch 'origin/master' into users/hjl/ [...] new 218acc6e39 Revert "ELF: Don't sort output note section by alignments in [...]
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 | 47 ++++ bfd/elf-nacl.c | 88 +++---- bfd/elf.c | 165 ++++++++----- bfd/elf32-spu.c | 38 ++- bfd/elfxx-x86.c | 45 ---- bfd/version.h | 2 +- binutils/ChangeLog | 4 + binutils/readelf.c | 2 + gdb/ChangeLog | 67 ++++++ gdb/Makefile.in | 3 +- gdb/NEWS | 8 + gdb/arc-tdep.c | 2 +- gdb/doc/ChangeLog | 13 + gdb/doc/python.texi | 30 ++- gdb/dwarf2read.c | 19 +- gdb/frv-tdep.c | 2 +- gdb/lm32-tdep.c | 2 +- gdb/mep-tdep.c | 4 +- gdb/microblaze-tdep.c | 4 +- gdb/or1k-tdep.h | 4 +- gdb/python/lib/gdb/command/explore.py | 36 +-- gdb/python/lib/gdb/command/frame_filters.py | 91 ++++--- gdb/python/lib/gdb/command/pretty_printers.py | 45 ++-- gdb/python/lib/gdb/command/type_printers.py | 13 +- gdb/python/lib/gdb/command/unwinders.py | 51 ++-- gdb/python/lib/gdb/command/xmethods.py | 79 +++---- gdb/python/lib/gdb/function/as_string.py | 8 +- gdb/python/lib/gdb/function/caller_is.py | 40 ++-- gdb/python/lib/gdb/function/strfns.py | 28 +-- gdb/python/py-breakpoint.c | 7 +- gdb/python/py-inferior.c | 15 ++ gdb/python/py-symbol.c | 24 +- gdb/testsuite/ChangeLog | 20 ++ gdb/testsuite/gdb.base/gnu-ifunc.exp | 2 +- gdb/testsuite/gdb.base/info-proc.exp | 2 +- gdb/testsuite/gdb.python/py-breakpoint.exp | 5 + gdb/testsuite/gdb.python/py-inferior.exp | 8 + .../gdb.trace/unavailable-dwarf-piece.exp | 2 +- gdb/tui/tui-io.c | 21 +- include/ChangeLog | 4 + include/bfdlink.h | 3 + ld/ChangeLog | 43 ++++ ld/ldexp.c | 1 + ld/ldlang.c | 161 ++++++++----- ld/testsuite/ld-elf/loadaddr1.d | 2 +- ld/testsuite/ld-elf/loadaddr2.d | 2 +- ld/testsuite/ld-elf/overlay.d | 2 - ld/testsuite/ld-elf/pr19539.d | 2 +- ld/testsuite/ld-elf/pr22423.d | 2 +- ld/testsuite/ld-elf/{pr23658-1.d => pr23658-1a.d} | 6 +- ld/testsuite/ld-elf/{pr23658-1.d => pr23658-1b.d} | 10 +- ld/testsuite/ld-elf/pr23658-1c.d | 13 + ld/testsuite/ld-i386/property-x86-4a.d | 3 +- ld/testsuite/ld-i386/vxworks2.sd | 7 +- ld/testsuite/ld-powerpc/vxworks2.sd | 5 - ld/testsuite/ld-spu/ovl.lnk | 2 +- ld/testsuite/ld-tic6x/dsbt-be.ld | 1 - ld/testsuite/ld-tic6x/dsbt-inrange.ld | 1 - ld/testsuite/ld-tic6x/dsbt-overflow.ld | 1 - ld/testsuite/ld-tic6x/dsbt.ld | 1 - ld/testsuite/ld-x86-64/property-x86-4a-x32.d | 3 +- ld/testsuite/ld-x86-64/property-x86-4a.d | 3 +- ...ort-output-note-section-by-alignments-in-.patch | 261 --------------------- patches/README | 1 - 64 files changed, 815 insertions(+), 771 deletions(-) copy ld/testsuite/ld-elf/{pr23658-1.d => pr23658-1a.d} (65%) rename ld/testsuite/ld-elf/{pr23658-1.d => pr23658-1b.d} (53%) create mode 100644 ld/testsuite/ld-elf/pr23658-1c.d delete mode 100644 patches/0001-ELF-Don-t-sort-output-note-section-by-alignments-i [...]