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 c75eca848b Automatic date update in version.in new 8b3a46f93c S12Z: GAS: Disallow immediate destination operands new 1d4d86699f S12Z: GAS: Issue warning if TFR/EXG have identical source an [...] new 91bae99160 S12Z: GAS: Fix incorrect range test for 16-bit PC relative offsets. new c6f14c0d2c S12Z: GAS: Allow #_symbol operands as mov source new 0019baae63 Update binutils/MAINTAINERS for S12Z.
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: 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 + 16 files changed, 296 insertions(+), 71 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