aboutsummaryrefslogtreecommitdiff
path: root/gas/write.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-13use XNEW and related macros moreTrevor Saunders1-1/+1
2016-05-13use xstrdup, xmemdup0 and concat moreTrevor Saunders1-4/+1
2016-03-22Fix tic54x regressionAlan Modra1-3/+0
2016-02-26Properly implement STT_COMMONH.J. Lu1-0/+5
2016-02-22Add more const type qualifiers to GAS sources.Trevor Saunders1-2/+2
2016-02-21Set BFD compression bits in write_object_fileH.J. Lu1-3/+7
2016-02-18Avoid setting or recording negative alignments when the target stores multipl...Dan Gisselquist1-2/+5
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-06-17Add support for converting VLDR <reg>,=<constant> to a VMOV instruction when ...Alessandro Marzocchi1-3/+8
2015-05-14Don't add the zlib header to SHF_COMPRESSED sectionH.J. Lu1-13/+12
2015-04-08Add SHF_COMPRESSED support to gas and objcopyH.J. Lu1-13/+30
2015-04-06Use bfd_putb64/bfd_getb64H.J. Lu1-8/+1
2015-04-05Xfail the compressed debug sectionsH.J. Lu1-1/+1
2015-03-24Don't write the zlib header if not usedH.J. Lu1-12/+13
2015-03-18Add a testcase for PR gas/18087H.J. Lu1-1/+1
2015-03-18Fix debug section compression so that it is only performed if it would make t...Jon Turney1-0/+5
2015-02-28Pad only text sections at end by defaultAlan Modra1-1/+3
2015-01-19Extend .reloc to accept some BFD_RELOCsAlan Modra1-0/+5
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-11-04Don't use register keywordAlan Modra1-2/+2
2014-10-18Fix PR17493, attempted output of *GAS `reg' section* symbolAlan Modra1-1/+2
2014-10-14Avoid undefined behaviour with signed expressionsAlan Modra1-1/+1
2014-09-292014-09-29 Terry Guo <terry.guo@arm.com>Terry Guo1-42/+82
2014-06-16Run write_object_file after errorsAlan Modra1-24/+3
2014-04-09gas TC_PARSE_CONS_EXPRESSION communication with TC_CONS_FIX_NEWAlan Modra1-1/+1
2014-03-05Update copyright yearsAlan Modra1-3/+1
2013-05-29 gas/Maciej W. Rozycki1-3/+4
2013-03-082013-03-08 Chung-Lin Tang <cltang@codesourcery.com>Chung-Lin Tang1-1/+5
2013-02-04 * write.c (fixup_segment): Return void. Delete seg_reloc_countAlan Modra1-17/+4
2013-01-10Remove trailing white spaces on gasH.J. Lu1-1/+1
2012-10-01 * write.c (chain_frchains_together_1): Reorder assertion to avoidAlan Modra1-2/+2
2012-07-02 * write.c (fixup_segment): Only perform the subtraction of anNick Clifton1-6/+5
2012-06-28 * dwarf2dbg.c (DWARF2_USE_FIXED_ADVANCE_PC): Enable when usingNick Clifton1-1/+6
2012-02-21provide a hook to allow checking errors just before we output the file.Iain Sandoe1-0/+4
2012-02-212012-02-21 Tristan Gingold <gingold@adacore.com>Iain Sandoe1-0/+4
2012-01-17 * write.c (fix_new_internal): Don't mark used parameter as unused.Alan Modra1-2/+2
2011-11-15 * write.c (dump_section_relocs): Don't convert PC-relative relocsMaciej W. Rozycki1-4/+17
2011-08-18 * write.c (resolve_reloc_expr_symbols): Convert local symbolsAlan Modra1-39/+82
2011-08-04Call bfd_cache_close_all on errorH.J. Lu1-2/+1
2011-08-04 * write.c (write_object_file): Call set_symtab even if we hadAlan Modra1-1/+2
2011-08-012011-08-01 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-11/+11
2011-05-062011-05-06 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-7/+0
2011-01-31 * write.c (write_contents): Include output file name and bfd errorNick Clifton1-1/+3
2011-01-19Don't compress debug sections smaller than 32 bytes.H.J. Lu1-1/+1
2011-01-18Don't compress empty debug sections.H.J. Lu1-0/+1
2010-12-02gas/Richard Sandiford1-0/+6
2010-10-29Add compressed debug section support to binutils and ld.H.J. Lu1-2/+2
2010-10-25 PR gas/12049Alan Modra1-0/+7
2010-10-19 * write.c (relax_segment): Correct address on frag added to stopAlan Modra1-6/+5
2010-10-19 PR gas/12049Alan Modra1-8/+20