aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-dlx.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-0/+1
2016-06-27dlx: move prototype of dlx_set_skip_hi16 to elf/dlx.hTrevor Saunders1-0/+2
2016-05-18change the type of some fields to bfd_reloc_code_real_typeTrevor Saunders1-1/+1
2016-04-03use XNEW and related macros moreTrevor Saunders1-6/+6
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-2/+2
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-08-21Allow symbol and label names to be enclosed in double quotes.Nick Clifton1-6/+4
2015-08-12Remove trailing spaces in gasH.J. Lu1-1/+1
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-06-16Don't leave DLX the_insn uninitialisedAlan Modra1-12/+5
2014-03-05Update copyright yearsAlan Modra1-2/+1
2012-05-18 * config/tc-dlx.c (s_proc): Don't use asprintf.Alan Modra1-2/+4
2012-05-18 * config/tc-dlx.c (s_proc): Avoid warning about ignoring asprintfAlan Modra1-1/+4
2012-05-17 PR 14072Nick Clifton1-3/+3
2010-06-28 * config/obj-evax.h (S_SET_OTHER, S_SET_TYPE, S_SET_DESC): Don't define.Alan Modra1-3/+1
2009-09-08 * read.c (emit_expr_fix): Handle size 3.Alan Modra1-0/+2
2009-09-02update copyright datesAlan Modra1-1/+2
2009-08-29 Updated sources to avoid using the identifier name "new", which is aNick Clifton1-3/+3
2009-06-22 * gas/app, gas/as.c, gas/as.h, gas/atof-generic.c, gas/cgen.c,Nick Clifton1-2/+1
2007-10-17Remove duplicate definitions of the md_atof() functionNick Clifton1-59/+3
2007-10-08PR 5142: Allow for translation of error messagesNick Clifton1-4/+4
2007-10-04* read.c (potable): Add string8, string16, string32 and string64. Add bit siz...Nick Clifton1-1/+1
2007-07-03Switch to GPLv3Nick Clifton1-2/+2
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-285/+215
2005-03-03update copyright datesAlan Modra1-1/+1
2005-03-01 * as.h (assert): Warning fix.Alan Modra1-6/+0
2005-01-31 * config/atof-ieee.c, config/obj-coff.c, config/obj-elf.c,Ben Elliston1-89/+0
2004-04-01Correctly emit lo16 relocs for elf-dlx target, fixing bogus range checking bug.Nick Clifton1-2/+17
2003-12-10Remove redundant returns in void functions.Ben Elliston1-3/+0
2003-11-21 * config/tc-a29k.h: Fix comment typos.Kazu Hirata1-3/+3
2003-01-23 * symbols.c (S_FORCE_RELOC): Add "strict" param.Alan Modra1-13/+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-1/+1
2002-09-05gas reloc rewrite.Alan Modra1-11/+10
2002-06-08 * as.c: Replace CONST with const.Alan Modra1-1/+1
2002-05-28Add DLX targetNick Clifton1-0/+1460