summaryrefslogtreecommitdiff
path: root/gas/config/tc-s12z.c
Commit message (Expand)AuthorAgeFilesLines
* bfd_section_* macrosAlan Modra2019-09-191-1/+1
* S12Z: GAS: New option --mdollar-hex.John Darrington2019-05-221-8/+59
* S12Z: New option -mreg-prefixJohn Darrington2019-05-151-8/+41
* GAS: tc-s12z.c: int -> bfd_booleanJohn Darrington2019-04-121-206/+206
* S12Z: GAS: Allow #_symbol operands as mov sourceJohn Darrington2019-02-011-35/+79
* S12Z: GAS: Fix incorrect range test for 16-bit PC relative offsets.John Darrington2019-02-011-1/+1
* S12Z: GAS: Issue warning if TFR/EXG have identical source and destination.John Darrington2019-02-011-0/+2
* S12Z: GAS: Disallow immediate destination operandsJohn Darrington2019-02-011-36/+58
* S12Z: gas: Fix bug when a symbol name was the single letter 'c'.John Darrington2019-01-161-2/+3
* S12Z: gas: Permit "extend" instructions which don't actually extend.John Darrington2019-01-161-10/+5
* S12Z: Emit RELOC_S12Z_OPR instead of RELOC_EXT24 where appropriate.John Darrington2019-01-161-6/+12
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* S12Z: Add alias instructions BHS and BLO.John Darrington2018-11-211-0/+2
* S12Z: Handle 16 bit fixups which are constant.John Darrington2018-10-231-0/+3
* S12Z/GAS: Correct a signed vs unsigned comparison error with GCC 4.1Maciej W. Rozycki2018-09-201-11/+13
* S12Z: Move opcode header to public include directory.John Darrington2018-08-181-1/+1
* Add support for the Freescale s12z processor.John Darrington2018-05-181-0/+3840