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 f04b2702faf [gdb/breakpoints] Fix gdb.base/scope-hw-watch-disable.exp o [...] new 9c13221eaf4 gdbserver: make arch and osabi names gdb::unique_xmalloc_ptr<char> new cb5997da947 gdb: make use of set_tdesc_osabi overload in features/ files new 67470b3532f gdb: split osabi support between gdb/ and gdbsupport/ directories new d2f8a107b79 gdb/gdbserver: change shared set_tdesc_osabi to take gdb_osabi new 98bcde5e268 gdbserver: pass osabi to GDB in target description
The 5 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: gdb/arch/amd64.c | 3 +- gdb/arch/i386.c | 3 +- gdb/arch/tic6x.c | 3 +- gdb/features/mips-dsp-linux.c | 2 +- gdb/features/mips-linux.c | 2 +- gdb/features/or1k-linux.c | 2 +- gdb/features/sparc/sparc32-solaris.c | 2 +- gdb/features/sparc/sparc64-solaris.c | 2 +- gdb/osabi.c | 120 +++++++++-------------------------- gdb/osabi.h | 45 ++----------- gdb/target-descriptions.c | 11 +--- gdb/target-descriptions.h | 1 - gdbserver/linux-aarch32-tdesc.cc | 2 +- gdbserver/linux-aarch64-tdesc.cc | 3 +- gdbserver/linux-arc-low.cc | 2 +- gdbserver/linux-arm-tdesc.cc | 2 +- gdbserver/linux-csky-low.cc | 2 +- gdbserver/linux-loongarch-low.cc | 2 +- gdbserver/linux-riscv-low.cc | 2 +- gdbserver/linux-tic6x-low.cc | 2 +- gdbserver/linux-x86-tdesc.cc | 15 ++++- gdbserver/netbsd-aarch64-low.cc | 2 +- gdbserver/netbsd-amd64-low.cc | 2 +- gdbserver/netbsd-i386-low.cc | 2 +- gdbserver/tdesc.cc | 24 ++++--- gdbserver/tdesc.h | 11 ++-- gdbserver/win32-i386-low.cc | 4 +- gdbserver/win32-low.h | 7 ++ gdbsupport/Makefile.am | 1 + gdbsupport/Makefile.in | 15 +++-- gdbsupport/osabi.cc | 98 ++++++++++++++++++++++++++++ gdbsupport/osabi.def | 57 +++++++++++++++++ gdbsupport/osabi.h | 54 ++++++++++++++++ gdbsupport/tdesc.h | 6 +- 34 files changed, 320 insertions(+), 191 deletions(-) create mode 100644 gdbsupport/osabi.cc create mode 100644 gdbsupport/osabi.def create mode 100644 gdbsupport/osabi.h