aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-tic4x.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-23Fix spelling mistakes and typos in the GAS sources.Nick Clifton1-2/+2
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-10-06-Wimplicit-fallthrough warning fixesAlan Modra1-0/+6
2016-10-06-Wimplicit-fallthrough error fixesAlan Modra1-9/+6
2016-05-18change the type of some fields to bfd_reloc_code_real_typeTrevor Saunders1-1/+2
2016-04-03use XNEW and related macros moreTrevor Saunders1-5/+4
2016-04-03use xstrdup and friends moreTrevor Saunders1-4/+2
2016-04-01Constify moreAlan Modra1-1/+1
2016-03-29use xstrdup and friends moreTrevor Saunders1-7/+2
2016-03-29make md_parse_option () take a const char *Trevor Saunders1-1/+1
2016-03-22make more variables constTrevor Saunders1-1/+1
2016-03-07Add const qualifiers at various places.Trevor Saunders1-6/+6
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-08-21Allow symbol and label names to be enclosed in double quotes.Nick Clifton1-24/+27
2015-08-12Remove trailing spaces in gasH.J. Lu1-52/+52
2015-08-11Fix typo checking number of operands.Nick Clifton1-1/+1
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-12-09Ensure zero termination of tic4x insn bufferChen Gang1-3/+5
2014-11-04Don't use register keywordAlan Modra1-2/+2
2014-10-15Fix memory overflow issue about strncatChen Gang1-1/+1
2014-07-26Prepare gas for 64-bit obstacksAlan Modra1-1/+0
2014-03-05Update copyright yearsAlan Modra1-2/+1
2014-03-03Fix various copyright issuesAlan Modra1-1/+1
2014-01-22Fix gas build breakageAlan Modra1-1/+1
2012-11-06bfd/Alan Modra1-8/+1
2012-05-17 PR 14072Nick Clifton1-3/+2
2012-02-27 * config/tc-tic4x.c (tic4x_do_align): Remove ATTRIBUTE_UNUSED onAlan Modra1-13/+17
2010-06-28 * config/obj-evax.h (S_SET_OTHER, S_SET_TYPE, S_SET_DESC): Don't define.Alan Modra1-4/+3
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton1-65/+65
2009-08-29 Updated sources to avoid using the identifier name "new", which is aNick Clifton1-4/+4
2009-08-06 Add support for Xilinx MicroBlaze processor.Nick Clifton1-2/+2
2009-07-24 PR 10437Nick Clifton1-70/+70
2008-09-30 * coffgen.c (coff_write_symbols): Check to see if a symbol's flagsNick Clifton1-0/+1
2008-08-14 * config/tc-tic4x.c (tic4x_operands_parse): Make static.Alan Modra1-1/+1
2008-08-12Banish PARAMS and PTR. Convert to ISO C.Alan Modra1-204/+80
2008-02-12* config/tc-tic4x.c (tic4x_insn_insert): Add const qualifier toNick Clifton1-10/+6
2007-10-17Remove duplicate definitions of the md_atof() functionNick Clifton1-18/+15
2007-07-03Switch to GPLv3Nick Clifton1-2/+3
2006-06-07remove some duplicate #include's.Alan Modra1-4/+1
2006-04-23 * config/obj-coff.c, config/tc-arm.c, config/tc-bfin.c,Kazu Hirata1-1/+1
2005-09-30gas/Jan Beulich1-0/+1
2005-08-11 * README-vms: Delete.Alan Modra1-1/+0
2005-06-07gas:Zack Weinberg1-1/+1
2005-05-05Update the address and phone number of the FSFNick Clifton1-2/+2
2005-02-27Changed my own mail addressSvein Seldal1-1/+1
2005-02-23 * cgen.c: Warning fixes.Alan Modra1-14/+15
2005-02-17 * tc.h (struct relax_type, relax_typeS): Move from here..Alan Modra1-3/+3
2003-11-22 * config/atof-tahoe.c: Fix comment typos.Kazu Hirata1-7/+7
2003-11-20 * config/tc-mcore.h: Remove prototypes already in tc.h.Kazu Hirata1-28/+0
2003-07-14Remove uses of ctype.hNick Clifton1-10/+9