aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-z80.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-062012-05-06 Arnold Metselaar <arnold_m@operamail.com>Arnold Metselaar1-134/+166
2010-12-09* config/tc-z80.c (md_apply_fix): Rename var to fix shadow warning.Arnold Metselaar1-13/+13
2010-12-05PR gas/12269Arnold Metselaar1-4/+13
2009-10-25* config/tc-z80.c (z80_start_line_hook): Fix parsing of 'equ' orArnold Metselaar1-11/+6
2009-09-02update copyright datesAlan Modra1-1/+1
2009-07-24 PR 10437Nick Clifton1-3/+2
2008-09-14Fix Opcode generation of ld a,(bc) and ld a,(de) on target z80Arnold Metselaar1-1/+1
2007-07-03Switch to GPLv3Nick Clifton1-2/+2
2006-06-07remove some duplicate #include's.Alan Modra1-5/+1
2006-04-09removed z80_optimize_expr; redundant since 2006-04-04Arnold Metselaar1-64/+0
2006-02-05Cleanup of pseudo-ops for constants and new def24,def32 pseudo-ops on z80Arnold Metselaar1-70/+103
2005-12-02config/tc-z80.c (emit_ldreg): fix bug in ld rr,<xx>Arnold Metselaar1-1/+1
2005-11-26gas/ acinclude.m4 aclocal.m4 app.c app.o as.c as.h as.h.cvs asintl.h as-new a...Arnold Metselaar1-4/+9
2005-10-25Add support for the Z80 processor familyNick Clifton1-0/+2061