summaryrefslogtreecommitdiff
path: root/gas/config/tc-z8k.c
Commit message (Expand)AuthorAgeFilesLines
* Use bool in gasAlan Modra2021-03-311-1/+1
* 2021-03-18 Christian Groessler <chris@groessler.org>Christian Groessler2021-03-181-16/+26
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* PR26510 UBSAN: tc-z8k.c left shift of negative valueAlan Modra2020-08-311-8/+8
* PR26513, 629310abec breaks assembling PowerPC Linux kernelsAlan Modra2020-08-231-2/+2
* Port gas/config/* to str_htab.Martin Liska2020-08-201-6/+6
* ubsan: z8k: index 10 out of bounds for type 'unsigned int const[10]'Alan Modra2020-01-081-2/+2
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* bfd_section_* macrosAlan Modra2019-09-191-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* Fix spelling mistakes and typos in the GAS sources.Nick Clifton2017-01-231-1/+1
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* -Wimplicit-fallthrough warning fixesAlan Modra2016-10-061-2/+5
* tc-z8k.c: make some argument types bfd_reloc_code_real_typeTrevor Saunders2016-07-191-3/+8
* use XNEW and related macros moreTrevor Saunders2016-04-031-3/+3
* Constify moreAlan Modra2016-04-011-1/+1
* make md_parse_option () take a const char *Trevor Saunders2016-03-291-1/+1
* Convert more variables to a constant form.Trevor Saunders2016-02-251-6/+6
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Update copyright yearsAlan Modra2014-03-051-2/+1
* * config/tc-z8k.c (md_parse_option): Set z8k_target_from_cmdlineChristian Groessler2013-04-261-7/+6
* Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton2009-12-111-16/+16
* update copyright datesAlan Modra2009-09-021-1/+1
* Updated sources to avoid using the identifier name "new", which is aNick Clifton2009-08-291-3/+3
* PR 10437Nick Clifton2009-07-241-1/+1
* Remove duplicate definitions of the md_atof() functionNick Clifton2007-10-171-53/+1
* Switch to GPLv3Nick Clifton2007-07-031-2/+2
* * config/tc-z8k.c (whatreg): Add comment describing function.Christian Groessler2006-12-081-10/+35
* remove some duplicate #include's.Alan Modra2006-06-071-4/+1
* Re-enable GAS for z8k-coffNick Clifton2005-08-261-79/+134
* 2005-08-18 Christian Groessler <chris@groessler.org>Christian Groessler2005-08-181-57/+0
* * README-vms: Delete.Alan Modra2005-08-111-13/+0
* gas:Zack Weinberg2005-06-071-2/+2
* Update the address and phone number of the FSFNick Clifton2005-05-051-2/+2
* * config/tc-z8k.c (md_assemble): Fix buffer overrun in operand[]Christian Groessler2005-04-211-1/+1
* * cgen.c: Warning fixes.Alan Modra2005-02-231-3/+4
* * config/atof-ieee.c, config/obj-coff.c, config/obj-elf.c,Ben Elliston2005-01-311-12/+0
* * config/tc-z8k.c (md_assemble): Improve error detection.Christian Groessler2005-01-281-4/+5
* forgot to include the change for "Make relative branches out of rangeChristian Groessler2005-01-271-2/+2
* * config/tc-z8k.c (INSERT): Remove, not used anywhere.Christian Groessler2005-01-271-16/+21
* * config/tc-z8k.c (struct z8k_exp): Remove, not used anywhere.Christian Groessler2003-12-151-26/+65
* Remove redundant returns in void functions.Ben Elliston2003-12-101-3/+0
* * config/tc-z8k.c (parse_reg): Be case insensitive when checkingChristian Groessler2003-12-051-23/+20
* * config/tc-z8k.c: Convert to ISO-C.Christian Groessler2003-11-281-155/+52
* * config/tc-z8k.c (s_segm): Fix indentation.Christian Groessler2003-11-261-63/+65
* 2003-10-04 Christian Groessler <chris@groessler.org>Christian Groessler2003-10-041-10/+52
* * config/tc-z8k.c (parse_reg): Invalid registers generate an errorChristian Groessler2003-06-191-14/+32
* * expr.h: Fix comments in operatorT typedef.Christian Groessler2003-05-011-55/+95