This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/gnu-master-aarch64-spec2k6-Os in repository toolchain/ci/binutils-gdb.
from c75eca848b Automatic date update in version.in adds 8b3a46f93c S12Z: GAS: Disallow immediate destination operands adds 1d4d86699f S12Z: GAS: Issue warning if TFR/EXG have identical source an [...] adds 91bae99160 S12Z: GAS: Fix incorrect range test for 16-bit PC relative offsets. adds c6f14c0d2c S12Z: GAS: Allow #_symbol operands as mov source adds 0019baae63 Update binutils/MAINTAINERS for S12Z. adds 9361886ee9 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- binutils/MAINTAINERS | 1 + gas/ChangeLog | 35 ++++++ gas/config/tc-s12z.c | 210 ++++++++++++++++++++++----------- gas/testsuite/gas/s12z/exg.d | 1 + gas/testsuite/gas/s12z/exg.l | 2 + gas/testsuite/gas/s12z/imm-dest.d | 4 + gas/testsuite/gas/s12z/imm-dest.l | 25 ++++ gas/testsuite/gas/s12z/imm-dest.s | 9 ++ gas/testsuite/gas/s12z/mov-imm-reloc.d | 20 ++++ gas/testsuite/gas/s12z/mov-imm-reloc.s | 5 + gas/testsuite/gas/s12z/pc-rel-bad.d | 9 ++ gas/testsuite/gas/s12z/pc-rel-bad.l | 3 + gas/testsuite/gas/s12z/pc-rel-bad.s | 8 ++ gas/testsuite/gas/s12z/pc-rel-good.d | 24 ++++ gas/testsuite/gas/s12z/pc-rel-good.s | 6 + gas/testsuite/gas/s12z/s12z.exp | 5 + 17 files changed, 297 insertions(+), 72 deletions(-) create mode 100644 gas/testsuite/gas/s12z/exg.l create mode 100644 gas/testsuite/gas/s12z/imm-dest.d create mode 100644 gas/testsuite/gas/s12z/imm-dest.l create mode 100644 gas/testsuite/gas/s12z/imm-dest.s create mode 100644 gas/testsuite/gas/s12z/mov-imm-reloc.d create mode 100644 gas/testsuite/gas/s12z/mov-imm-reloc.s create mode 100644 gas/testsuite/gas/s12z/pc-rel-bad.d create mode 100644 gas/testsuite/gas/s12z/pc-rel-bad.l create mode 100644 gas/testsuite/gas/s12z/pc-rel-bad.s create mode 100644 gas/testsuite/gas/s12z/pc-rel-good.d create mode 100644 gas/testsuite/gas/s12z/pc-rel-good.s