This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-lts-allyesconfig in repository toolchain/ci/binutils-gdb.
from 60391a255b Add markers for 2.33 branch to NEWS and ChangeLog files. adds 6715fe29ff i386: Adjust for new output format from readelf adds e4df087431 Fix leak detected in python.c initialization code. adds 25a2915e8d Use ui_out for "info win" adds b76c1a8361 Automatic date update in version.in adds a084a2a6a1 DWARF 5 support: Handle dwo_id new efd0b3103f [PATCH][ARM][GAS]: Support to MVE VCTP instruction.
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: bfd/version.h | 2 +- gas/config/tc-arm.c | 41 ++++++++++++ gas/testsuite/gas/arm/mve-vctp-bad.d | 4 ++ gas/testsuite/gas/arm/mve-vctp-bad.l | 36 +++++++++++ gas/testsuite/gas/arm/mve-vctp-bad.s | 14 +++++ gas/testsuite/gas/arm/mve-vctp.d | 67 ++++++++++++++++++++ gas/testsuite/gas/arm/mve-vctp.s | 15 +++++ gdb/ChangeLog | 30 +++++++++ gdb/dwarf2read.c | 119 +++++++++++++++++++++++++++-------- gdb/python/python.c | 9 ++- gdb/tui/tui-win.c | 20 ++++-- ld/ChangeLog | 31 +++++++++ ld/testsuite/ld-i386/property-1.r | 2 +- ld/testsuite/ld-i386/property-1a.r | 2 +- ld/testsuite/ld-i386/property-2.r | 2 +- ld/testsuite/ld-i386/property-2a.r | 2 +- ld/testsuite/ld-i386/property-3.r | 2 +- ld/testsuite/ld-i386/property-3a.r | 2 +- ld/testsuite/ld-i386/property-4.r | 2 +- ld/testsuite/ld-i386/property-4a.r | 2 +- ld/testsuite/ld-i386/property-5.r | 2 +- ld/testsuite/ld-i386/property-5a.r | 2 +- ld/testsuite/ld-i386/property-6.r | 2 +- ld/testsuite/ld-i386/property-7.r | 2 +- ld/testsuite/ld-i386/property-7a.r | 2 +- 25 files changed, 368 insertions(+), 46 deletions(-) create mode 100644 gas/testsuite/gas/arm/mve-vctp-bad.d create mode 100644 gas/testsuite/gas/arm/mve-vctp-bad.l create mode 100644 gas/testsuite/gas/arm/mve-vctp-bad.s create mode 100644 gas/testsuite/gas/arm/mve-vctp.d create mode 100644 gas/testsuite/gas/arm/mve-vctp.s