aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-z8k.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-08ubsan: z8k: index 10 out of bounds for type 'unsigned int const[10]'Alan Modra1-2/+2
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-09-19bfd_section_* macrosAlan Modra1-1/+1
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
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-1/+1
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-10-06-Wimplicit-fallthrough warning fixesAlan Modra1-2/+5
2016-07-19tc-z8k.c: make some argument types bfd_reloc_code_real_typeTrevor Saunders1-3/+8
2016-04-03use XNEW and related macros moreTrevor Saunders1-3/+3
2016-04-01Constify moreAlan Modra1-1/+1
2016-03-29make md_parse_option () take a const char *Trevor Saunders1-1/+1
2016-02-25Convert more variables to a constant form.Trevor Saunders1-6/+6
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-03-05Update copyright yearsAlan Modra1-2/+1
2013-04-26 * config/tc-z8k.c (md_parse_option): Set z8k_target_from_cmdlineChristian Groessler1-7/+6
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton1-16/+16
2009-09-02update copyright datesAlan Modra1-1/+1
2009-08-29 Updated sources to avoid using the identifier name "new", which is aNick Clifton1-3/+3
2009-07-24 PR 10437Nick Clifton1-1/+1
2007-10-17Remove duplicate definitions of the md_atof() functionNick Clifton1-53/+1
2007-07-03Switch to GPLv3Nick Clifton1-2/+2
2006-12-08 * config/tc-z8k.c (whatreg): Add comment describing function.Christian Groessler1-10/+35
2006-06-07remove some duplicate #include's.Alan Modra1-4/+1
2005-08-26Re-enable GAS for z8k-coffNick Clifton1-79/+134
2005-08-182005-08-18 Christian Groessler <chris@groessler.org>Christian Groessler1-57/+0
2005-08-11 * README-vms: Delete.Alan Modra1-13/+0
2005-06-07gas:Zack Weinberg1-2/+2
2005-05-05Update the address and phone number of the FSFNick Clifton1-2/+2
2005-04-21 * config/tc-z8k.c (md_assemble): Fix buffer overrun in operand[]Christian Groessler1-1/+1
2005-02-23 * cgen.c: Warning fixes.Alan Modra1-3/+4
2005-01-31 * config/atof-ieee.c, config/obj-coff.c, config/obj-elf.c,Ben Elliston1-12/+0
2005-01-28 * config/tc-z8k.c (md_assemble): Improve error detection.Christian Groessler1-4/+5
2005-01-27forgot to include the change for "Make relative branches out of rangeChristian Groessler1-2/+2
2005-01-27 * config/tc-z8k.c (INSERT): Remove, not used anywhere.Christian Groessler1-16/+21
2003-12-15 * config/tc-z8k.c (struct z8k_exp): Remove, not used anywhere.Christian Groessler1-26/+65
2003-12-10Remove redundant returns in void functions.Ben Elliston1-3/+0
2003-12-05 * config/tc-z8k.c (parse_reg): Be case insensitive when checkingChristian Groessler1-23/+20
2003-11-28 * config/tc-z8k.c: Convert to ISO-C.Christian Groessler1-155/+52
2003-11-26 * config/tc-z8k.c (s_segm): Fix indentation.Christian Groessler1-63/+65
2003-10-042003-10-04 Christian Groessler <chris@groessler.org>Christian Groessler1-10/+52
2003-06-19 * config/tc-z8k.c (parse_reg): Invalid registers generate an errorChristian Groessler1-14/+32
2003-05-01 * expr.h: Fix comments in operatorT typedef.Christian Groessler1-55/+95
2002-12-17 * ChangeLog-9295: Fix a typo.Kazu Hirata1-1/+1
2002-12-12 * config/tc-z8k.c (cons, obj_coff_section): Delete declarations.Alan Modra1-37/+56
2002-08-22opcodes: Fix definition of "in rd,imm16" opcode.Nick Clifton1-24/+17
2002-07-16 * config/tc-z8k.c (build_bytes): Correct order of memset args.Alan Modra1-1/+1
2002-06-08 * as.c: Replace CONST with const.Alan Modra1-1/+1
2002-04-25The patch contains mostly fixes for the disassembler. It also fixesNick Clifton1-9/+16