aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-tic30.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-08-23PR26513, 629310abec breaks assembling PowerPC Linux kernelsAlan Modra1-8/+8
2020-08-20Port gas/config/* to str_htab.Martin Liska1-44/+22
2020-05-21Replace "if (x) free (x)" with "free (x)", gasAlan Modra1-2/+1
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-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-05-13use xstrdup, xmemdup0 and concat moreTrevor Saunders1-5/+4
2016-04-03use XNEW and related macros moreTrevor Saunders1-5/+4
2016-04-03use xstrdup and friends moreTrevor Saunders1-6/+2
2016-04-01Constify moreAlan Modra1-1/+1
2016-03-29make md_parse_option () take a const char *Trevor Saunders1-1/+1
2016-03-21Remove use of alloca.Nick Clifton1-2/+13
2016-03-07Add const qualifiers at various places.Trevor Saunders1-1/+1
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-08-12Remove trailing spaces in gasH.J. Lu1-1/+1
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-11-04Don't use register keywordAlan Modra1-1/+1
2014-03-05Update copyright yearsAlan Modra1-2/+1
2014-01-07remove VA_* from binutilsTom Tromey1-4/+4
2011-05-18 PR gas/12754Nick Clifton1-1/+1
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton1-32/+30
2009-09-02update copyright datesAlan Modra1-1/+1
2009-08-29 Updated sources to avoid using the identifier name "new", which is aNick Clifton1-5/+5
2009-07-24 PR 10437Nick Clifton1-48/+48
2009-06-22 * gas/app, gas/as.c, gas/as.h, gas/atof-generic.c, gas/cgen.c,Nick Clifton1-2/+1
2007-10-17Remove duplicate definitions of the md_atof() functionNick Clifton1-2/+2
2007-07-03Switch to GPLv3Nick Clifton1-2/+2
2006-06-07remove some duplicate #include's.Alan Modra1-2/+1
2006-05-022006-05-02 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-2/+2
2006-05-022006-05-02 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-3/+5
2005-08-11 * README-vms: Delete.Alan Modra1-2/+0
2005-07-08 * frags.h: Remove ANSI_PROTOTYPES conditional code.Ben Elliston1-4/+0
2005-07-07Kaveh Ghazi's printf format attribute checking patch.Jim Wilson1-12/+12
2005-06-07gas:Zack Weinberg1-1/+1
2005-05-05Update the address and phone number of the FSFNick Clifton1-2/+2
2005-03-23Convert to ISO C90 formattingNick Clifton1-1044/+1213
2005-03-03update copyright datesAlan Modra1-1/+2
2003-11-22 * config/atof-tahoe.c: Fix comment typos.Kazu Hirata1-1/+1
2003-11-20 * config/tc-arc.c: Remove a local prototype of atof_ieee.Kazu Hirata1-1/+0
2002-12-12 * config/tc-tic30.c: #include stdarg.h or varargs.h.Alan Modra1-59/+32
2002-09-05gas reloc rewrite.Alan Modra1-14/+2
2001-11-15Update all uses of md_apply_fix to use md_apply_fix3. Make it a void function.Nick Clifton1-6/+10
2001-09-19Locale changes from Bruno Haible <haible@clisp.cons.org>.H.J. Lu1-11/+12
2001-03-08Fix copyright noticesNick Clifton1-1/+1
2000-11-162000-11-15 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-60/+47
2000-09-152000-09-14 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-19/+19
2000-06-02is_end_of_line fixes.Alan Modra1-3/+4