aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-s12z.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-07-21as_bad_subtractAlan Modra1-1/+1
2021-04-01Use startswith in gas subfolder.Martin Liska1-12/+12
2021-03-31Use bool in gasAlan Modra1-87/+85
2021-03-29gas int vs bfd_boolean fixesAlan Modra1-7/+7
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-09-15Fix the assembler's new .nop directive so that the input line pointer is pres...Nick Clifton1-6/+3
2020-09-14Add a new ".nop" directive to the assembler to allow the creation of no-op in...Nick Clifton1-3/+6
2020-06-29C++ commentsAlan Modra1-18/+10
2020-02-26Indent labelsAlan Modra1-1/+1
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-09-19bfd_section_* macrosAlan Modra1-1/+1
2019-05-22S12Z: GAS: New option --mdollar-hex.John Darrington1-8/+59
2019-05-15S12Z: New option -mreg-prefixJohn Darrington1-8/+41
2019-04-12GAS: tc-s12z.c: int -> bfd_booleanJohn Darrington1-206/+206
2019-02-01S12Z: GAS: Allow #_symbol operands as mov sourceJohn Darrington1-35/+79
2019-02-01S12Z: GAS: Fix incorrect range test for 16-bit PC relative offsets.John Darrington1-1/+1
2019-02-01S12Z: GAS: Issue warning if TFR/EXG have identical source and destination.John Darrington1-0/+2
2019-02-01S12Z: GAS: Disallow immediate destination operandsJohn Darrington1-36/+58
2019-01-16S12Z: gas: Fix bug when a symbol name was the single letter 'c'.John Darrington1-2/+3
2019-01-16S12Z: gas: Permit "extend" instructions which don't actually extend.John Darrington1-10/+5
2019-01-16S12Z: Emit RELOC_S12Z_OPR instead of RELOC_EXT24 where appropriate.John Darrington1-6/+12
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-11-21S12Z: Add alias instructions BHS and BLO.John Darrington1-0/+2
2018-10-23S12Z: Handle 16 bit fixups which are constant.John Darrington1-0/+3
2018-09-20S12Z/GAS: Correct a signed vs unsigned comparison error with GCC 4.1Maciej W. Rozycki1-11/+13
2018-08-18S12Z: Move opcode header to public include directory.John Darrington1-1/+1
2018-05-18Add support for the Freescale s12z processor.John Darrington1-0/+3840