summaryrefslogtreecommitdiff
path: root/gas/config/tc-m32c.c
Commit message (Expand)AuthorAgeFilesLines
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* Use startswith in gas subfolder.Martin Liska2021-04-011-2/+2
* Use bool in gasAlan Modra2021-03-311-6/+6
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* bfd_section_* macrosAlan Modra2019-09-191-1/+1
* A series of fixes to addres problems detected by compiling the assembler with...Nick Clifton2019-05-141-3/+0
* m32c padding with nopsAlan Modra2019-05-041-17/+1
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* Update the address of the FSF in the copyright notice of files which were usi...Nick Clifton2017-12-141-3/+3
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Don't include libbfd.h outside of bfd, part 2Alan Modra2016-07-161-1/+0
* remove some unused globalsTrevor Saunders2016-04-141-1/+1
* use XNEW and related macros moreTrevor Saunders2016-04-031-3/+3
* Constify moreAlan Modra2016-04-011-1/+1
* cast the arg to md_assemble () to char *Trevor Saunders2016-03-311-4/+4
* make md_parse_option () take a const char *Trevor Saunders2016-03-291-1/+1
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* gas: Fix left shift of negative value.Dominik Vogt2015-11-091-1/+1
* More fallout from "Allow symbol and label names to be enclosed in double quotes"Alan Modra2015-08-271-18/+18
* Remove trailing spaces in gasH.J. Lu2015-08-121-13/+13
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* gas TC_PARSE_CONS_EXPRESSION communication with TC_CONS_FIX_NEWAlan Modra2014-04-091-3/+2
* Update copyright yearsAlan Modra2014-03-051-1/+1
* * configure.tgt (m32c): Set endian=little.Alan Modra2010-08-041-1/+1
* * config/tc-d10v.h (TARGET_BYTES_BIG_ENDIAN): Define as 1.Alan Modra2010-08-031-1/+1
* * config/obj-evax.h (S_SET_OTHER, S_SET_TYPE, S_SET_DESC): Don't define.Alan Modra2010-06-281-66/+11
* 2009-10-29 Tristan Gingold <gingold@adacore.com>Tristan Gingold2009-10-291-3/+0
* update copyright datesAlan Modra2009-09-021-1/+1
* * gas/app, gas/as.c, gas/as.h, gas/atof-generic.c, gas/cgen.c,Nick Clifton2009-06-221-1/+1
* * config/tc-m32c.c (md_pseudo_table): Add support for .loc et al.DJ Delorie2008-11-261-0/+3
* * config/tc-m32c.c (md_convert_frag): Fix ADJNZ reloc math.DJ Delorie2008-11-251-4/+4
* Banish PARAMS and PTR. Convert to ISO C.Alan Modra2008-08-121-3/+1
* * config/tc-m32c.h (H_TICK_HEX): Define.DJ Delorie2008-07-181-0/+6
* Remove duplicate definitions of the md_atof() functionNick Clifton2007-10-171-41/+1
* Switch to GPLv3Nick Clifton2007-07-031-2/+2
* * m32c.cpu (Imm-8-s4n): Fix print hook.DJ Delorie2007-03-291-16/+62
* * config/tc-m32c.c (m32c_cons_fix_new): New. Added to support 3DJ Delorie2007-02-041-0/+31
* * config/tc-m32c.c (md_pseudo_table): Add .3byte.DJ Delorie2007-01-241-0/+1
* remove some duplicate #include's.Alan Modra2006-06-071-4/+1
* [include/elf]DJ Delorie2006-02-241-5/+198
* * config/tc-m32c.c (m32c_md_end): Only pad code sections.DJ Delorie2005-12-141-4/+8
* 2005-10-28 Dave Brolley <brolley@redhat.com>Dave Brolley2005-10-281-3/+4
* * config/tc-m32c.c (md_relax_table, subtype_mappings,DJ Delorie2005-10-261-2/+44
* * config/tc-m32c.c (md_assemble): Don't use errmsg as the formatDJ Delorie2005-10-261-1/+13
* * config/tc-m32c.c (md_cgen_lookup_reloc): Add more relocs. PrintDJ Delorie2005-10-221-3/+19
* [bfd]DJ Delorie2005-07-261-0/+26
* Fix building for MS1 and M32C.Nick Clifton2005-07-181-3/+3