aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-m32r.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-03-31Use bool in gasAlan Modra1-7/+7
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-08-21Rearrange symbol_create parametersAlan Modra1-1/+1
2020-03-02miscellaneous SEC_SMALL_DATAAlan Modra1-1/+3
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-09-19bfd_section_* macrosAlan Modra1-2/+2
2019-05-14A series of fixes to addres problems detected by compiling the assembler with...Nick Clifton1-3/+0
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-23Fix spelling mistakes and typos in the GAS sources.Nick Clifton1-4/+4
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-05-16m32r: make mach_table static and constTrevor Saunders1-1/+1
2016-04-03use XNEW and related macros moreTrevor Saunders1-4/+4
2016-04-01Constify moreAlan Modra1-1/+1
2016-03-31cast literal to char * when assigning to input_line_ptrTrevor Saunders1-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-1/+1
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-11-09gas: Fix left shift of negative value.Dominik Vogt1-1/+1
2015-08-21Allow symbol and label names to be enclosed in double quotes.Nick Clifton1-8/+4
2015-08-12Remove trailing spaces in gasH.J. Lu1-6/+6
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-03-05Update copyright yearsAlan Modra1-2/+1
2012-05-05Replace all uses of bfd_abs_section, bfd_com_section, bfd_und_sectionAlan Modra1-3/+3
2011-05-17 * config/tc-m32r.c (md_show_usage): Fix typos in descriptions.Nick Clifton1-2/+2
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton1-5/+5
2009-07-24 PR 10437Nick Clifton1-4/+4
2009-06-22 * gas/app, gas/as.c, gas/as.h, gas/atof-generic.c, gas/cgen.c,Nick Clifton1-5/+5
2007-12-10 * config/tc-m32r.c (md_begin): Mark .sbss as being bss style section.Alan Modra1-0/+1
2007-10-17Remove duplicate definitions of the md_atof() functionNick Clifton1-54/+1
2007-07-03Switch to GPLv3Nick Clifton1-2/+2
2006-06-07remove some duplicate #include's.Alan Modra1-3/+2
2005-10-11This adjusts equate handling byNick Clifton1-3/+6
2005-07-29(m32r_check_fixup): Fixed X_op check.Nick Clifton1-1/+1
2005-07-20Add support for a 32bit PC relative relocNick Clifton1-1/+13
2005-06-08(use_parallel): Change default value from 1 to 0.Nick Clifton1-1/+1
2005-06-07gas:Zack Weinberg1-1/+1
2005-05-05Update the address and phone number of the FSFNick Clifton1-2/+2
2005-04-202005-04-20 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-1/+1
2005-03-24Convert unmaintained files over to ISO-C90 and fix formatting.Nick Clifton1-190/+133
2005-03-03update copyright datesAlan Modra1-1/+1
2005-01-31 * config/atof-ieee.c, config/obj-coff.c, config/obj-elf.c,Ben Elliston1-99/+0
2004-11-29Fixed a pcrel relocte miss between different section in the same module.Nick Clifton1-1/+7
2004-06-25Add support for M32R GOT relocsNick Clifton1-21/+245
2004-04-13Fix inifnite loop problem with M32R portNick Clifton1-7/+27
2004-02-27Add -no-bitinst switch for M32R2Nick Clifton1-3/+11
2003-12-19Add support for m32r-linux target, including a RELA ABI and PIC.Nick Clifton1-7/+147