aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-mcore.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-09gas: rename md_end to md_finishAlan Modra1-1/+1
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-09-06Fix potential use on an uninitialised vairable in the MCore assembler.Nick Clifton1-3/+6
2021-04-01Use startswith in gas subfolder.Martin Liska1-1/+1
2021-03-31Use bool in gasAlan 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-1/+2
2020-08-20Port gas/config/* to str_htab.Martin Liska1-4/+4
2020-05-25gas: Silence GCC 10 warning on tc-mcore.cH.J. Lu1-1/+1
2020-03-10More 1 << 31 signed overflowsAlan Modra1-2/+2
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-11-07gas and ld pluralization fixesAlan Modra1-1/+4
2017-01-23Fix spelling mistakes and typos in the GAS sources.Nick Clifton1-5/+5
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-11-27Fix spelling in comments in C source files (gas)Ambrogino Modigliani1-1/+1
2016-10-06-Wimplicit-fallthrough warning fixesAlan Modra1-1/+1
2016-06-25remove a few sentinalsTrevor Saunders1-5/+5
2016-06-15Fix simple gas testsuite failures.Nick Clifton1-0/+3
2016-04-03use XNEW and related macros moreTrevor Saunders1-2/+2
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-4/+4
2016-02-22Add more const type qualifiers to GAS sources.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-03-05Update copyright yearsAlan Modra1-2/+1
2009-09-02update copyright datesAlan Modra1-1/+1
2009-08-29 Updated sources to avoid using the identifier name "new", which is aNick Clifton1-6/+6
2009-06-22 * gas/app, gas/as.c, gas/as.h, gas/atof-generic.c, gas/cgen.c,Nick Clifton1-2/+2
2008-08-22 * config/tc-mcore.c (md_assemble): Increase length of name arrayNick Clifton1-1/+1
2007-10-17Remove duplicate definitions of the md_atof() functionNick Clifton1-68/+2
2007-10-04* read.c (potable): Add string8, string16, string32 and string64. Add bit siz...Nick Clifton1-3/+3
2007-07-03Switch to GPLv3Nick Clifton1-1/+1
2007-01-11* config/tc-mcore.c (md_number_to_chars): Use number_to_chars_{big|little}end...Nick Clifton1-18/+4
2006-06-07remove some duplicate #include's.Alan Modra1-4/+1
2005-08-11 * README-vms: Delete.Alan Modra1-2/+0
2005-06-07gas:Zack Weinberg1-1/+1
2005-05-05Update the address and phone number of the FSFNick Clifton1-2/+2
2005-03-24Convert unmaintained files over to ISO-C90 and fix formatting.Nick Clifton1-399/+326
2005-02-23 * cgen.c: Warning fixes.Alan Modra1-2/+2
2005-02-17 * tc.h (struct relax_type, relax_typeS): Move from here..Alan Modra1-5/+6
2003-11-22 * config/tc-a29k.h: Fix comment typos.Kazu Hirata1-1/+1
2003-01-23 * symbols.c (S_FORCE_RELOC): Add "strict" param.Alan Modra1-5/+3
2002-12-16 * config/tc-d30v.c (check_range): Warning fixes, formatting.Alan Modra1-3/+3
2002-12-12 * config/tc-mcore.c (mcore_s_literals <ignore>): Add ATTRIBUTE_UNUSED.Alan Modra1-40/+31
2002-11-30s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra1-1/+1
2002-11-21 * config/tc-mcore.c (mcore_pool_count): New function.Alan Modra1-98/+60