This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 55ea94da360 Fix exception stack unwinding for ARM Cortex-M new 653223d3561 gdb: add type::is_unsigned / type::set_is_unsigned new c6d940a9569 gdb: remove TYPE_UNSIGNED new 15152a54aeb gdb: add type::has_no_signedness / type::set_has_no_signedness new 20ce41238d9 gdb: remove TYPE_NOSIGN new b4b73759537 gdb: add type::is_stub / type::set_is_stub new e46d3488de1 gdb: remove TYPE_STUB new 8f53807e5c9 gdb: add type::target_is_stub / type::set_target_is_stub new d2183968065 gdb: remove TYPE_TARGET_STUB new 27e69b7aedc gdb: add type::is_prototyped / type::set_is_prototyped new 7f9f399b34b gdb: remove TYPE_PROTOTYPED new 1d6286ed048 gdb: add type::has_varargs / type::set_has_varargs new a409645d13f gdb: remove TYPE_VARARGS new 2062087b358 gdb: add type::is_vector / type::set_is_vector new bd63c870088 gdb: remove TYPE_VECTOR new 9baccff6ae2 gdb: add type::stub_is_supported / type::set_stub_is_supported new 3f46044c09f gdb: remove TYPE_STUB_SUPPORTED new 03cc72491b8 gdb: add type::is_gnu_ifunc / type::set_is_gnu_ifunc new 0becda7a5a1 gdb: remove TYPE_GNU_IFUNC new 9cdd0d12cc0 gdb: add type::is_fixed_instance / type::set_is_fixed_instance new 22c4c60c865 gdb: remove TYPE_FIXED_INSTANCE new db558e34b06 gdb: add type::endianity_is_not_default / type::set_endiani [...] new 04f5bab24ba gdb: remove TYPE_ENDIANITY_NOT_DEFAULT new b1766e7ce88 Add a new ".nop" directive to the assembler to allow the cr [...]
The 23 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: gas/ChangeLog | 26 ++ gas/NEWS | 4 + gas/config/tc-bpf.h | 1 + gas/config/tc-mmix.h | 2 + gas/config/tc-or1k.h | 2 + gas/config/tc-s12z.c | 9 +- gas/doc/as.texi | 32 ++- gas/doc/internals.texi | 10 + gas/read.c | 76 ++++-- gas/read.h | 1 + gas/testsuite/gas/all/gas.exp | 3 + gas/testsuite/gas/all/nop.d | 8 + gas/testsuite/gas/{i386/note.s => all/nop.s} | 2 +- gas/testsuite/gas/elf/dwarf-5-nop-for-line-table.d | 12 + gas/testsuite/gas/elf/dwarf-5-nop-for-line-table.s | 3 + gas/testsuite/gas/elf/elf.exp | 1 + gas/testsuite/gas/i386/space1.l | 10 +- gas/write.c | 2 +- gdb/ChangeLog | 128 ++++++++++ gdb/aarch64-tdep.c | 8 +- gdb/ada-lang.c | 42 ++-- gdb/ada-typeprint.c | 2 +- gdb/ada-valprint.c | 6 +- gdb/arm-tdep.c | 12 +- gdb/ax-gdb.c | 17 +- gdb/c-typeprint.c | 16 +- gdb/coffread.c | 2 +- gdb/compile/compile-c-support.c | 2 +- gdb/compile/compile-c-symbols.c | 4 +- gdb/compile/compile-c-types.c | 14 +- gdb/compile/compile-cplus-symbols.c | 4 +- gdb/compile/compile-cplus-types.c | 12 +- gdb/csky-tdep.c | 2 +- gdb/ctfread.c | 9 +- gdb/dwarf2/expr.c | 6 +- gdb/dwarf2/loc.c | 2 +- gdb/dwarf2/read.c | 51 ++-- gdb/eval.c | 16 +- gdb/f-exp.y | 2 +- gdb/f-typeprint.c | 2 +- gdb/fbsd-tdep.c | 4 +- gdb/gdbtypes.c | 132 +++++------ gdb/gdbtypes.h | 263 ++++++++++++++------- gdb/guile/scm-math.c | 4 +- gdb/guile/scm-value.c | 4 +- gdb/i386-darwin-tdep.c | 4 +- gdb/i386-tdep.c | 8 +- gdb/ia64-tdep.c | 2 +- gdb/infcall.c | 6 +- gdb/infcmd.c | 2 +- gdb/linux-tdep.c | 6 +- gdb/m2-typeprint.c | 2 +- gdb/m2-valprint.c | 2 +- gdb/mdebugread.c | 12 +- gdb/mips-tdep.c | 4 +- gdb/nds32-tdep.c | 2 +- gdb/opencl-lang.c | 36 +-- gdb/or1k-tdep.c | 2 +- gdb/p-typeprint.c | 2 +- gdb/p-valprint.c | 2 +- gdb/ppc-linux-tdep.c | 2 +- gdb/ppc-nbsd-tdep.c | 2 +- gdb/ppc-sysv-tdep.c | 44 ++-- gdb/printcmd.c | 6 +- gdb/python/py-type.c | 2 +- gdb/python/py-value.c | 4 +- gdb/reggroups.c | 2 +- gdb/riscv-tdep.c | 8 +- gdb/rs6000-aix-tdep.c | 2 +- gdb/rs6000-lynx178-tdep.c | 2 +- gdb/rs6000-tdep.c | 4 +- gdb/rust-lang.c | 8 +- gdb/rx-tdep.c | 4 +- gdb/s390-tdep.c | 14 +- gdb/sh-tdep.c | 4 +- gdb/sparc-tdep.c | 4 +- gdb/stabsread.c | 35 +-- gdb/target-descriptions.c | 7 +- gdb/tic6x-tdep.c | 2 +- gdb/typeprint.c | 2 +- gdb/valarith.c | 28 +-- gdb/valops.c | 18 +- gdb/valprint.c | 4 +- gdb/value.c | 6 +- gdb/windows-tdep.c | 2 +- 85 files changed, 813 insertions(+), 465 deletions(-) create mode 100644 gas/testsuite/gas/all/nop.d copy gas/testsuite/gas/{i386/note.s => all/nop.s} (53%) create mode 100644 gas/testsuite/gas/elf/dwarf-5-nop-for-line-table.d create mode 100644 gas/testsuite/gas/elf/dwarf-5-nop-for-line-table.s