aboutsummaryrefslogtreecommitdiff
path: root/gas/write.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-16Delete PROGRESS macrosAlan Modra1-4/+0
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-12-07gas compress_debug tidyAlan Modra1-22/+14
2022-12-07Compression tidy and fixesAlan Modra1-8/+9
2022-11-15gas: generate .sframe from CFI directivesIndu Bhagat1-0/+13
2022-11-14objcopy renaming section with explicit flagsAlan Modra1-8/+1
2022-10-11Re: Error: attempt to get value of unresolved symbol `L0'Nick Clifton1-8/+10
2022-10-04Re: compress .gnu.debuglto_.debug_* sections if requestedAlan Modra1-13/+7
2022-10-04compress .gnu.debuglto_.debug_* sections if requestedMartin Liska1-1/+3
2022-09-26binutils, gdb: support zstd compressed debug sectionsFangrui Song1-17/+19
2022-08-01Get rid of fprintf_vma and sprintf_vmaAlan Modra1-9/+5
2022-05-27Replace bfd_hostptr_t with uintptr_tAlan Modra1-2/+2
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-12-28gas reloc sortingAlan Modra1-1/+28
2021-08-16as: Replace the removed symbol with the versioned symbolH.J. Lu1-6/+15
2021-07-21as_bad_subtractAlan Modra1-6/+10
2021-07-14gas: default TC_VALIDATE_FIX_SUB to 0Alan Modra1-10/+1
2021-06-16gas: fix overflow diagnosticsJan Beulich1-1/+4
2021-04-19gas: drop sprint_value()Jan Beulich1-3/+5
2021-04-06gas: missing (re-)initialization of local variable in fixup_segment()Jan Beulich1-1/+2
2021-04-01Use startswith in gas subfolder.Martin Liska1-4/+3
2021-03-31Use bool in gasAlan Modra1-8/+8
2021-01-24PR27228, .reloc wrong symbol emitted for undefined local symbolAlan Modra1-1/+3
2021-01-07ELF: Don't generate unused section symbolsH.J. Lu1-12/+31
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-11-09Revert delta accidentally applied with commit 9372689d72f902c8bae90536acc4747...Nick Clifton1-24/+0
2020-11-09Add support for the LMBD (left-most bit detect) instruction to the PRU assemb...Spencer E. Olson1-0/+24
2020-09-14Add a new ".nop" directive to the assembler to allow the creation of no-op in...Nick Clifton1-1/+1
2020-07-15Fix the generation of relocs for missing build notes.Nick Clifton1-9/+18
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