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 6d2cd6b208 x86: reject further invalid AVX-512 masking constructs new 506fe5f499 Change tic6x target descriptions
The 1 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/ChangeLog | 12 +++++ gdb/arch/{amd64.h => tic6x.c} | 31 ++++++++++-- gdb/arch/{amd64.h => tic6x.h} | 12 +++-- gdb/features/Makefile | 5 +- gdb/features/tic6x-c6xp.c | 16 ++++++ gdb/features/tic6x-core.c | 47 ++++++++++++++++++ gdb/features/tic6x-gp.c | 45 +++++++++++++++++ gdb/gdbserver/ChangeLog | 8 +++ gdb/gdbserver/configure.srv | 14 +++--- gdb/gdbserver/linux-tic6x-low.c | 107 ++++++++++++++++++++++++++-------------- gdb/target-descriptions.c | 3 +- 11 files changed, 249 insertions(+), 51 deletions(-) copy gdb/arch/{amd64.h => tic6x.c} (51%) copy gdb/arch/{amd64.h => tic6x.h} (83%) create mode 100644 gdb/features/tic6x-c6xp.c create mode 100644 gdb/features/tic6x-core.c create mode 100644 gdb/features/tic6x-gp.c