summaryrefslogtreecommitdiff
path: root/gas/config/tc-m68k.c
Commit message (Expand)AuthorAgeFilesLines
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* M68K: avoid quadratic slowdlow in label alignment checkSergei Trofimovich2022-04-141-34/+9
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* Use startswith in gas subfolder.Martin Liska2021-04-011-6/+6
* Use bool in gasAlan Modra2021-03-311-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* PR26513, 629310abec breaks assembling PowerPC Linux kernelsAlan Modra2020-08-231-6/+8
* Rearrange symbol_create parametersAlan Modra2020-08-211-4/+4
* Port gas/config/* to str_htab.Martin Liska2020-08-201-16/+9
* Use libiberty hash in gas/read.c.Martin Liska2020-08-201-1/+1
* m68k: tag floating-point ABI usedPat Bernardi2020-06-261-0/+20
* Replace "if (x) free (x)" with "free (x)", gasAlan Modra2020-05-211-2/+1
* [PATCH gas/m68k] Fix a register range checkGunther Nikl2020-04-021-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* Remove m68k-aout and m68k-coff supportAlan Modra2018-04-161-148/+3
* Remove i860, i960, bout and aout-adobe targetsAlan Modra2018-04-111-2/+2
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* gas and ld pluralization fixesAlan Modra2017-11-071-1/+3
* Fix spelling mistakes and typos in the GAS sources.Nick Clifton2017-01-231-10/+10
* 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-3/+3
* -Wimplicit-fallthrough warning fixesAlan Modra2016-10-061-1/+2
* use XNEW and related macros moreTrevor Saunders2016-05-131-16/+16
* use XNEW and related macros moreTrevor Saunders2016-04-031-5/+2
* Constify moreAlan Modra2016-04-011-1/+1
* make md_parse_option () take a const char *Trevor Saunders2016-03-291-1/+1
* replace some obstack_alloc () calls with the XOBNEW wrapperTrevor Saunders2016-03-291-3/+3
* 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-2/+2
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* gas: Fix left shift of negative value.Dominik Vogt2015-11-091-1/+1
* Allow symbol and label names to be enclosed in double quotes.Nick Clifton2015-08-211-7/+6
* Remove trailing spaces in gasH.J. Lu2015-08-121-40/+40
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Don't use register keywordAlan Modra2014-11-041-12/+12
* Fix various warnings seen when using gcc-5.0Alan Modra2014-09-221-1/+2
* Don't complain about dbCC to long branch conversionAndreas Schwab2014-07-151-4/+0
* Update copyright yearsAlan Modra2014-03-051-3/+1
* PR gas/15602Nick Clifton2013-06-131-0/+14
* * write.h (struct fix <fx_pcrel_adjust>): Make it a signed char.Alan Modra2012-11-051-6/+2
* * config/tc-m68k.c (m68k_cpus): Add 51ag, 51je, 51jf, 51jg, 51mm,Nathan Sidwell2012-05-161-0/+6
* * gas/config/tc-m68k.c (tc_gen_reloc): Handle references to definedNick Clifton2010-09-091-6/+6
* * config/obj-evax.h (S_SET_OTHER, S_SET_TYPE, S_SET_DESC): Don't define.Alan Modra2010-06-281-3/+1
* * config/m68k-parse.h (enum m68k_register): Add ACR[4-7], RGPIOBAR.Maxim Kuvyrkov2009-11-101-4/+34
* gas:Nick Clifton2009-10-131-4/+23
* * config/tc-m68k.c (mcf5221x_ctrl): New.Maxim Kuvyrkov2009-07-271-0/+6
* * config/tc-m68k.c (mcf52235_ctrl): Remove non-existent CACR, ACR[01].Maxim Kuvyrkov2009-07-271-2/+2
* * gas/app, gas/as.c, gas/as.h, gas/atof-generic.c, gas/cgen.c,Nick Clifton2009-06-221-5/+5
* gas/Nathan Sidwell2009-02-121-9/+50