aboutsummaryrefslogtreecommitdiff
path: root/gas/write.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-02gas: Fix checking for backwards .org with negative offsetAlex Coplan1-2/+2
2020-05-19Use bfd_get_filename throughout gasAlan Modra1-6/+10
2020-02-26Indent labelsAlan Modra1-1/+1
2020-02-10gas -Z flagAlan Modra1-1/+1
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-12-12gas: Add md_generic_table_relax_fragH.J. Lu1-1/+6
2019-11-25Introduce new section flag: SEC_ELF_OCTETSChristian Eggers1-1/+2
2019-10-25PR25125, relaxation chooses wrong branch sizeAlan Modra1-4/+4
2019-09-19bfd_section_* macrosAlan Modra1-22/+22
2019-07-01Fix bug when generating REL type relocs for assembler generated build notes.Nick Clifton1-10/+12
2019-04-16Move fixup fx_bit_fixP and fx_im_disp fields to TC_FIX_TYPEAlan Modra1-12/+2
2019-04-16Make fixup fx_where unsignedAlan Modra1-10/+10
2019-04-16Make frag fr_fix unsignedAlan Modra1-3/+3
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