summaryrefslogtreecommitdiff
path: root/gas/write.c
Commit message (Expand)AuthorAgeFilesLines
* as: Replace the removed symbol with the versioned symbolH.J. Lu2021-08-161-6/+15
* as_bad_subtractAlan Modra2021-07-211-6/+10
* gas: default TC_VALIDATE_FIX_SUB to 0Alan Modra2021-07-141-10/+1
* gas: fix overflow diagnosticsJan Beulich2021-06-161-1/+4
* gas: drop sprint_value()Jan Beulich2021-04-191-3/+5
* gas: missing (re-)initialization of local variable in fixup_segment()Jan Beulich2021-04-061-1/+2
* Use startswith in gas subfolder.Martin Liska2021-04-011-4/+3
* Use bool in gasAlan Modra2021-03-311-8/+8
* PR27228, .reloc wrong symbol emitted for undefined local symbolAlan Modra2021-01-241-1/+3
* ELF: Don't generate unused section symbolsH.J. Lu2021-01-071-12/+31
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* Revert delta accidentally applied with commit 9372689d72f902c8bae90536acc4747...Nick Clifton2020-11-091-24/+0
* Add support for the LMBD (left-most bit detect) instruction to the PRU assemb...Spencer E. Olson2020-11-091-0/+24
* Add a new ".nop" directive to the assembler to allow the creation of no-op in...Nick Clifton2020-09-141-1/+1
* Fix the generation of relocs for missing build notes.Nick Clifton2020-07-151-9/+18
* gas: Fix checking for backwards .org with negative offsetAlex Coplan2020-06-021-2/+2
* Use bfd_get_filename throughout gasAlan Modra2020-05-191-6/+10
* Indent labelsAlan Modra2020-02-261-1/+1
* gas -Z flagAlan Modra2020-02-101-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* gas: Add md_generic_table_relax_fragH.J. Lu2019-12-121-1/+6
* Introduce new section flag: SEC_ELF_OCTETSChristian Eggers2019-11-251-1/+2
* PR25125, relaxation chooses wrong branch sizeAlan Modra2019-10-251-4/+4
* bfd_section_* macrosAlan Modra2019-09-191-22/+22
* Fix bug when generating REL type relocs for assembler generated build notes.Nick Clifton2019-07-011-10/+12
* Move fixup fx_bit_fixP and fx_im_disp fields to TC_FIX_TYPEAlan Modra2019-04-161-12/+2
* Make fixup fx_where unsignedAlan Modra2019-04-161-10/+10
* Make frag fr_fix unsignedAlan Modra2019-04-161-3/+3
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* Move struc-symbol.h to symbols.cAlan Modra2018-10-291-9/+8
* Fix the relocs created to adjust notes created by the assembler.Nick Clifton2018-07-061-3/+3
* Stop generating GNU build notes for linkonce sections.Nick Clifton2018-05-141-48/+44
* Extend the assembler so that it can automatically generate GNU Build attribut...Nick Clifton2018-04-261-16/+197
* Remove i860, i960, bout and aout-adobe targetsAlan Modra2018-04-111-3/+1
* gas: Rename .nop directive to .nopsH.J. Lu2018-02-271-3/+3
* Add .nop assembler directiveH.J. Lu2018-02-171-5/+54
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* gas and ld pluralization fixesAlan Modra2017-11-071-12/+35
* PR22127, as segfaults assembling invalid .relocAlan Modra2017-09-141-1/+1
* Also disallow global alias of common symbolH.J. Lu2017-08-111-3/+2
* This patch introduces support for specifing views in .loc directives, so that...Alexandre Oliva2017-07-211-0/+9
* Allow target files access to default TC_FORCE_RELOCATION definesAlan Modra2017-05-161-4/+6
* GAS: Fix bogus "attempt to move .org backwards" relaxation errorsMaciej W. Rozycki2017-03-021-4/+5
* Fix spelling mistakes and typos in the GAS sources.Nick Clifton2017-01-231-1/+1
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Fix spelling in comments in C source files (gas)Ambrogino Modigliani2016-11-271-2/+2
* PR gas/20312: Do not pad sections to alignment on failed assemblyMaciej W. Rozycki2016-06-301-16/+16
* GAS: Fix `abort' expansion in write.cMaciej W. Rozycki2016-06-291-1/+0
* Add command line option to stop the assembler from padding the end of section...Nick Clifton2016-06-271-2/+8
* use XNEW and related macros moreTrevor Saunders2016-05-131-1/+1