aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-d10v.c
AgeCommit message (Expand)AuthorFilesLines
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-1/+1
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-10-06-Wimplicit-fallthrough warning fixesAlan Modra1-1/+1
2016-05-13use 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-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-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-11-04Use frag_now_fix_octets in gas d10v, d30vAlan Modra1-3/+1
2014-03-05Update copyright yearsAlan Modra1-3/+1
2012-11-09Remove trailing redundant `;'H.J. Lu1-1/+1
2010-08-25 * config/tc-d10v.c (do_assemble): Correctly detect overflow ofAlan Modra1-2/+4
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton1-1/+3
2009-09-10gas/Alan Modra1-1/+15
2007-10-17Remove duplicate definitions of the md_atof() functionNick Clifton1-35/+1
2007-07-03Switch to GPLv3Nick Clifton1-1/+1
2007-02-28PR gas/3797Nick Clifton1-11/+8
2006-06-07remove some duplicate #include's.Alan Modra1-2/+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-536/+474
2005-02-23 * cgen.c: Warning fixes.Alan Modra1-8/+6
2003-11-21 * config/tc-a29k.h: Fix comment typos.Kazu Hirata1-2/+2
2003-01-23 * symbols.c (S_FORCE_RELOC): Add "strict" param.Alan Modra1-12/+1
2002-12-17 * ChangeLog-9295: Fix a typo.Kazu Hirata1-1/+1
2002-11-30s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra1-36/+36
2002-09-05gas reloc rewrite.Alan Modra1-35/+8
2002-05-30d10v fixes.Tom Rix1-72/+64
2002-05-09 * config/obj-coff.c: Fix formatting.Kazu Hirata1-45/+45
2002-04-16Prevent adjustments to symbols in merge sections.Tom Rix1-4/+5
2002-04-03Various fixes and improvements for d10v.Tom Rix1-103/+286
2001-12-12* config/tc-d10v.c (get_operands): Mark OPERAND_PLUS afterAlexandre Oliva1-2/+4
2001-12-04* config/tc-d10v.c (write_2_short): Don't skip dummy fixups, soAlexandre Oliva1-28/+18
2001-12-04* config/tc-d10v.c (find_opcode): Reject SP operand ifAlexandre Oliva1-0/+3
2001-11-29* config/tc-d10v.c (get_operands): Emit OPERAND_PLUS forAlexandre Oliva1-0/+5
2001-11-29* config/tc-d10v.c (find_opcode): Reject non-SP operand ifAlexandre Oliva1-2/+4
2001-11-15Update all uses of md_apply_fix to use md_apply_fix3. Make it a void function.Nick Clifton1-30/+29
2001-09-19Locale changes from Bruno Haible <haible@clisp.cons.org>.H.J. Lu1-2/+2
2001-03-08Fix copyright noticesNick Clifton1-1/+2
2001-01-142001-01-14 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-1/+1
2000-12-22* config/tc-d10v.c (md_assemble): set prev_seg and prev_subsegDJ Delorie1-0/+2
2000-12-05Add outputting_stabs_line_debug varaible and D10v code to use itNick Clifton1-31/+61
2000-08-042000-08-04 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-2/+4
2000-07-27Kazu Hirata's formatting fixes.Alan Modra1-375/+384
2000-05-25New short-conditional-branch packing rules for D10V.Donald Lindsay1-46/+84
2000-04-12Apply patch to fix compuation of frag offsets for symbolsNick Clifton1-12/+33