summaryrefslogtreecommitdiff
path: root/gas/write.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid another -Werror=dangling-pointerAlan Modra2023-04-261-2/+3
* Comment typo fixAlan Modra2023-04-121-1/+1
* gas/write.c use better typesAlan Modra2023-04-061-3/+3
* Delete PROGRESS macrosAlan Modra2023-02-161-4/+0
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* gas compress_debug tidyAlan Modra2022-12-071-22/+14
* Compression tidy and fixesAlan Modra2022-12-071-8/+9
* gas: generate .sframe from CFI directivesIndu Bhagat2022-11-151-0/+13
* objcopy renaming section with explicit flagsAlan Modra2022-11-141-8/+1
* Re: Error: attempt to get value of unresolved symbol `L0'Nick Clifton2022-10-111-8/+10
* Re: compress .gnu.debuglto_.debug_* sections if requestedAlan Modra2022-10-041-13/+7
* compress .gnu.debuglto_.debug_* sections if requestedMartin Liska2022-10-041-1/+3
* binutils, gdb: support zstd compressed debug sectionsFangrui Song2022-09-261-17/+19
* Get rid of fprintf_vma and sprintf_vmaAlan Modra2022-08-011-9/+5
* Replace bfd_hostptr_t with uintptr_tAlan Modra2022-05-271-2/+2
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* gas reloc sortingAlan Modra2021-12-281-1/+28
* 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