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 420ecd9ce8 gdb/riscv: Give user-friendly names for CSRs new 405b61965f S12Z: Handle 16 bit fixups which are constant. new 2849d19feb S12Z: New 32 bit Reloc. new f19c7ff839 GDBSERVER: Listen on a unix domain (instead of TCP) socket i [...] new 6d0f8100c1 GDB: Document the unix::/path/to/socket of remote connection. new 0a163825df GDB: Fix documentation for invoking GDBSERVER new 88f5cc8cf8 GDB: Remote target can now accept the form unix::/path/to/socket. new 51d21d60b3 GDB: New target s12z
The 7 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/elf32-s12z.c | 23 ++ binutils/readelf.c | 3 +- gas/ChangeLog | 5 + gas/config/tc-s12z.c | 3 + gdb/Makefile.in | 1 + gdb/NEWS | 8 + gdb/common/netstuff.c | 8 + gdb/configure.tgt | 5 + gdb/doc/gdb.texinfo | 100 ++++++-- gdb/gdbserver/configure.ac | 2 +- gdb/gdbserver/remote-utils.c | 159 +++++++++---- gdb/s12z-tdep.c | 544 +++++++++++++++++++++++++++++++++++++++++++ gdb/ser-uds.c | 18 +- gdb/serial.c | 5 +- include/elf/s12z.h | 3 +- 15 files changed, 817 insertions(+), 70 deletions(-) create mode 100644 gdb/s12z-tdep.c