summaryrefslogtreecommitdiff
path: root/gas/config/tc-s12z.c
Commit message (Expand)AuthorAgeFilesLines
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* as_bad_subtractAlan Modra2021-07-211-1/+1
* Use startswith in gas subfolder.Martin Liska2021-04-011-12/+12
* Use bool in gasAlan Modra2021-03-311-87/+85
* gas int vs bfd_boolean fixesAlan Modra2021-03-291-7/+7
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* Fix the assembler's new .nop directive so that the input line pointer is pres...Nick Clifton2020-09-151-6/+3
* Add a new ".nop" directive to the assembler to allow the creation of no-op in...Nick Clifton2020-09-141-3/+6
* C++ commentsAlan Modra2020-06-291-18/+10
* Indent labelsAlan Modra2020-02-261-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* 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