aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-z80.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-09gas: rename md_end to md_finishAlan Modra1-1/+1
2022-05-27Remove use of bfd_uint64_t and similarAlan Modra1-4/+4
2022-03-21z80 assembler: Fix new unexpected overflow warning in v2.37Nick Clifton1-1/+9
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-07-21as_bad_subtractAlan Modra1-1/+1
2021-06-19ubsan errors when 32-bit bfdAlan Modra1-3/+3
2021-05-20Fix overflow detection in the Z80 assembler.Sergey Belyashov1-8/+24
2021-05-11Report illegal Z80 load instructions.Sergey Belyashov1-0/+2
2021-05-10Add support for 8-bit and 24-bit shifts in the z80 assembler.Sergey Belyashov1-0/+17
2021-03-31Use bool in gasAlan Modra1-18/+18
2021-03-29TRUE/FALSE simplificationAlan Modra1-1/+1
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-12-11Add support for the .bss pseudo-op to the Z80 assembler.Nick Clifton1-0/+10
2020-10-06A small set of code improvements for the Z80 assembler.Sergey Belyashav1-7/+21
2020-09-02ubsan: tc-z80.c:3656 shift exponent 32 is too largeAlan Modra1-1/+1
2020-08-31PR26509 UBSAN: tc-z80.c:3656 shift exponent is too largeAlan Modra1-1/+1
2020-07-06Fix spelling mistakes in some of the binutils sub-directories.Nick Clifton1-4/+4
2020-06-29C++ commentsAlan Modra1-1/+0
2020-03-20Add support for the xdef and xref pseudo-ops to the Z80 assembler.Sergey Belyashov1-0/+2
2020-03-17Fix a small set of Z80 problems.Sergey Belyashov1-59/+72
2020-03-03The patch fixed invalid compilation of instruction LD IY,(HL) and disassemble...Sergey Belyashov1-2/+2
2020-03-03Fix a potential illegal memory access in the Z80 assembler.Sergey Belyashov1-8/+24
2020-02-26Indent labelsAlan Modra1-1/+1
2020-02-19Various fixes for the Z80 support.Sergey Belyashov1-108/+115
2020-02-07Add support for the GBZ80 and Z80N variants of the Z80 architecture, and add ...Sergey Belyashov1-120/+490
2020-01-14Fix various assembler testsuite failures for the Z80 target.Sergey Belyashov1-13/+55
2020-01-09Fix compile time warnings about comparisons always being false.Sergey Belyashov1-89/+92
2020-01-02Add support for the GBZ80, Z180, and eZ80 variants of the Z80 architecure. A...Sergey Belyashov1-453/+2034
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-08-21Fix handling of undocumented SLL instruction for the Z80 target.Arnold Metselaar1-13/+29
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-01-23Fix spelling mistakes and typos in the GAS sources.Nick Clifton1-3/+3
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-11-27Fix spelling in comments in C source files (gas)Ambrogino Modigliani1-1/+1
2016-10-06-Wimplicit-fallthrough warning fixesAlan Modra1-0/+3
2016-04-03use XNEW and related macros moreTrevor Saunders1-2/+2
2016-04-01Constify moreAlan Modra1-1/+1
2016-03-31cast literal to char * when assigning to input_line_ptrTrevor Saunders1-1/+1
2016-03-31make some variables unsignedTrevor Saunders1-2/+2
2016-03-29make md_parse_option () take a const char *Trevor Saunders1-1/+1
2016-03-07Add const qualifiers at various places.Trevor Saunders1-2/+2
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-08-21Allow symbol and label names to be enclosed in double quotes.Nick Clifton1-3/+4
2015-08-12Remove trailing spaces in gasH.J. Lu1-10/+10
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-11-12Fix z80-coff build breakageAlan Modra1-0/+4
2014-03-05Update copyright yearsAlan Modra1-1/+1
2014-01-14 PR gas/16434Nick Clifton1-7/+5
2013-08-23 PR binutils/15834Nick Clifton1-6/+6