aboutsummaryrefslogtreecommitdiff
path: root/gas/write.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-10-29Move struc-symbol.h to symbols.cAlan Modra1-9/+8
2018-07-06Fix the relocs created to adjust notes created by the assembler.Nick Clifton1-3/+3
2018-05-14Stop generating GNU build notes for linkonce sections.Nick Clifton1-48/+44
2018-04-26Extend the assembler so that it can automatically generate GNU Build attribut...Nick Clifton1-16/+197
2018-04-11Remove i860, i960, bout and aout-adobe targetsAlan Modra1-3/+1
2018-02-27gas: Rename .nop directive to .nopsH.J. Lu1-3/+3
2018-02-17Add .nop assembler directiveH.J. Lu1-5/+54
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-11-07gas and ld pluralization fixesAlan Modra1-12/+35
2017-09-14PR22127, as segfaults assembling invalid .relocAlan Modra1-1/+1
2017-08-11Also disallow global alias of common symbolH.J. Lu1-3/+2
2017-07-21This patch introduces support for specifing views in .loc directives, so that...Alexandre Oliva1-0/+9
2017-05-16Allow target files access to default TC_FORCE_RELOCATION definesAlan Modra1-4/+6
2017-03-02GAS: Fix bogus "attempt to move .org backwards" relaxation errorsMaciej W. Rozycki1-4/+5
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-11-27Fix spelling in comments in C source files (gas)Ambrogino Modigliani1-2/+2
2016-06-30PR gas/20312: Do not pad sections to alignment on failed assemblyMaciej W. Rozycki1-16/+16
2016-06-29GAS: Fix `abort' expansion in write.cMaciej W. Rozycki1-1/+0
2016-06-27Add command line option to stop the assembler from padding the end of section...Nick Clifton1-2/+8
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