summaryrefslogtreecommitdiff
path: root/gas/config/tc-tic54x.c
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling mistakes and typos in the GAS sources.Nick Clifton2017-01-231-5/+5
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Fix spelling in comments in C source files (gas)Ambrogino Modigliani2016-11-271-1/+1
* simplify tic54x_set_default_include ()Trevor Saunders2016-06-251-14/+9
* tic54x: use concat moreTrevor Saunders2016-05-231-6/+5
* tic54x: rename typedef of struct symbol_Trevor Saunders2016-05-231-23/+24
* use xstrdup, xmemdup0 and concat moreTrevor Saunders2016-05-131-17/+7
* use XNEW and related macros moreTrevor Saunders2016-04-031-14/+11
* Constify moreAlan Modra2016-04-011-1/+1
* use xstrdup and friends moreTrevor Saunders2016-03-291-21/+13
* make md_parse_option () take a const char *Trevor Saunders2016-03-291-2/+2
* make more variables constTrevor Saunders2016-03-221-5/+5
* Remove use of alloca.Nick Clifton2016-03-211-30/+24
* Convert more variables to a constant form.Trevor Saunders2016-02-251-1/+1
* Add more const type qualifiers to GAS sources.Trevor Saunders2016-02-221-4/+3
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* More fallout from "Allow symbol and label names to be enclosed in double quotes"Alan Modra2015-08-271-21/+20
* Allow symbol and label names to be enclosed in double quotes.Nick Clifton2015-08-211-37/+33
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Fix TIC54X buffer overrunsAlan Modra2014-06-161-3/+3
* gas TC_PARSE_CONS_EXPRESSION communication with TC_CONS_FIX_NEWAlan Modra2014-04-091-3/+2
* Update copyright yearsAlan Modra2014-03-051-2/+1
* PR 14072Nick Clifton2012-05-171-2/+2
* * config/obj-evax.h (S_SET_OTHER, S_SET_TYPE, S_SET_DESC): Don't define.Alan Modra2010-06-281-3/+1
* Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton2009-12-111-42/+41
* Updated sources to avoid using the identifier name "new", which is aNick Clifton2009-08-291-8/+8
* PR 10437Nick Clifton2009-07-241-12/+12
* Banish PARAMS and PTR. Convert to ISO C.Alan Modra2008-08-121-485/+167
* PR 6575Alan Modra2008-08-111-2/+2
* Remove duplicate definitions of the md_atof() functionNick Clifton2007-10-171-22/+3
* Switch to GPLv3Nick Clifton2007-07-031-2/+2
* * as.h (as_perror): Delete declaration.Alan Modra2006-09-221-2/+2
* remove some duplicate #include's.Alan Modra2006-06-071-2/+0
* Fixes for building on 64-bit hosts:Nick Clifton2006-01-111-3/+3
* * README-vms: Delete.Alan Modra2005-08-111-11/+0
* gas:Zack Weinberg2005-06-071-1/+1
* Update the address and phone number of the FSFNick Clifton2005-05-051-2/+2
* gas/Jan Beulich2005-03-101-22/+3
* update copyright datesAlan Modra2005-03-031-1/+2
* bfd/H.J. Lu2005-02-221-4/+4
* * config/atof-ieee.c, config/obj-coff.c, config/obj-elf.c,Ben Elliston2005-01-311-68/+0
* (tic54x_adjust_symtab): Adjust call to c_dot_file_symbol.Nick Clifton2004-11-221-1/+1
* * config/atof-tahoe.c: Fix comment typos.Kazu Hirata2003-11-221-6/+6
* * doc/as.texinfo (Invoking): Typo fix.Alan Modra2002-12-191-1/+1
* s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra2002-11-301-1/+1
* * config/obj-coff.h: Fix formatting.Kazu Hirata2002-05-111-2/+2
* Add missing protoypes.Nick Clifton2002-02-221-281/+512
* Add a more instructive error message on bad syntaxTimothy Wall2002-01-171-0/+3
* Update all uses of md_apply_fix to use md_apply_fix3. Make it a void function.Nick Clifton2001-11-151-6/+8
* Fix tic54x testsuite failures and Lmem disassembly bugs.Timothy Wall2001-11-131-209/+130