summaryrefslogtreecommitdiff
path: root/gas/write.c
AgeCommit message (Expand)Author
2018-01-03Update year range in copyright notice of binutils filesAlan Modra
2017-11-07gas and ld pluralization fixesAlan Modra
2017-09-14PR22127, as segfaults assembling invalid .relocAlan Modra
2017-08-11Also disallow global alias of common symbolH.J. Lu
2017-07-21This patch introduces support for specifing views in .loc directives, so that...Alexandre Oliva
2017-05-16Allow target files access to default TC_FORCE_RELOCATION definesAlan Modra
2017-03-02GAS: Fix bogus "attempt to move .org backwards" relaxation errorsMaciej W. Rozycki
2017-01-23Fix spelling mistakes and typos in the GAS sources.Nick Clifton
2017-01-02Update year range in copyright notice of all files.Alan Modra
2016-11-27Fix spelling in comments in C source files (gas)Ambrogino Modigliani
2016-06-30PR gas/20312: Do not pad sections to alignment on failed assemblyMaciej W. Rozycki
2016-06-29GAS: Fix `abort' expansion in write.cMaciej W. Rozycki
2016-06-27Add command line option to stop the assembler from padding the end of section...Nick Clifton
2016-05-13use XNEW and related macros moreTrevor Saunders
2016-05-13use xstrdup, xmemdup0 and concat moreTrevor Saunders
2016-03-22Fix tic54x regressionAlan Modra
2016-02-26Properly implement STT_COMMONH.J. Lu
2016-02-22Add more const type qualifiers to GAS sources.Trevor Saunders
2016-02-21Set BFD compression bits in write_object_fileH.J. Lu
2016-02-18Avoid setting or recording negative alignments when the target stores multipl...Dan Gisselquist
2016-01-01Copyright update for binutilsAlan Modra
2015-06-17Add support for converting VLDR <reg>,=<constant> to a VMOV instruction when ...Alessandro Marzocchi
2015-05-14Don't add the zlib header to SHF_COMPRESSED sectionH.J. Lu
2015-04-08Add SHF_COMPRESSED support to gas and objcopyH.J. Lu
2015-04-06Use bfd_putb64/bfd_getb64H.J. Lu
2015-04-05Xfail the compressed debug sectionsH.J. Lu
2015-03-24Don't write the zlib header if not usedH.J. Lu
2015-03-18Add a testcase for PR gas/18087H.J. Lu
2015-03-18Fix debug section compression so that it is only performed if it would make t...Jon Turney
2015-02-28Pad only text sections at end by defaultAlan Modra
2015-01-19Extend .reloc to accept some BFD_RELOCsAlan Modra
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra
2014-11-04Don't use register keywordAlan Modra
2014-10-18Fix PR17493, attempted output of *GAS `reg' section* symbolAlan Modra
2014-10-14Avoid undefined behaviour with signed expressionsAlan Modra
2014-09-292014-09-29 Terry Guo <terry.guo@arm.com>Terry Guo
2014-06-16Run write_object_file after errorsAlan Modra
2014-04-09gas TC_PARSE_CONS_EXPRESSION communication with TC_CONS_FIX_NEWAlan Modra
2014-03-05Update copyright yearsAlan Modra
2013-05-29 gas/Maciej W. Rozycki
2013-03-082013-03-08 Chung-Lin Tang <cltang@codesourcery.com>Chung-Lin Tang
2013-02-04 * write.c (fixup_segment): Return void. Delete seg_reloc_countAlan Modra
2013-01-10Remove trailing white spaces on gasH.J. Lu
2012-10-01 * write.c (chain_frchains_together_1): Reorder assertion to avoidAlan Modra
2012-07-02 * write.c (fixup_segment): Only perform the subtraction of anNick Clifton
2012-06-28 * dwarf2dbg.c (DWARF2_USE_FIXED_ADVANCE_PC): Enable when usingNick Clifton
2012-02-21provide a hook to allow checking errors just before we output the file.Iain Sandoe
2012-02-212012-02-21 Tristan Gingold <gingold@adacore.com>Iain Sandoe
2012-01-17 * write.c (fix_new_internal): Don't mark used parameter as unused.Alan Modra
2011-11-15 * write.c (dump_section_relocs): Don't convert PC-relative relocsMaciej W. Rozycki