aboutsummaryrefslogtreecommitdiff
path: root/gas/as.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-17gas: drop function pointer parameter from macro_init()Jan Beulich1-23/+1
2023-03-14gas .include and .incbinAlan Modra1-0/+2
2023-03-10eh static dataAlan Modra1-0/+1
2023-03-03gas: default .debug section compression method adjustmentsJan Beulich1-2/+7
2023-02-16Delete PROGRESS macrosAlan Modra1-9/+0
2023-02-16gas_initAlan Modra1-19/+20
2023-02-13Split off gas init to functionsAlan Modra1-72/+87
2023-02-02gas: use "stack trace" instead of "unwind" for SFrameIndu Bhagat1-1/+1
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-2/+2
2022-11-24gas: Disable --gcodeview on PE targets with no O_secrelMark Harmstone1-3/+3
2022-11-23gas: Add --gcodeview optionMark Harmstone1-0/+17
2022-11-15gas: add new command line option --gsframeIndu Bhagat1-1/+9
2022-10-11add --enable-default-compressed-debug-sections-algorithm configure optionMartin Liska1-1/+1
2022-10-11refactor usage of compressed_debug_section_typeMartin Liska1-25/+9
2022-09-28The help document of as misses some many optionsNick Clifton1-1/+14
2022-09-26binutils, gdb: support zstd compressed debug sectionsFangrui Song1-2/+11
2022-07-09gas: rename md_end to md_finishAlan Modra1-2/+2
2022-07-09gas: set up notes obstack earlierAlan Modra1-6/+14
2022-07-09gas: itbl_filesAlan Modra1-20/+2
2022-07-09gas: output_file_closeAlan Modra1-12/+1
2022-04-19as: Reject unknown -gXXX optionH.J. Lu1-0/+2
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-2/+2
2021-11-18Add multibyte character warning option to the assembler.Nick Clifton1-4/+19
2021-04-05C99 gas configuryAlan Modra1-3/+1
2021-04-01Use startswith in gas subfolder.Martin Liska1-3/+2
2021-03-31Use bool in gasAlan Modra1-6/+6
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-2/+2
2020-08-28gas: Handle bad -gdwarf options, just like bad --gdwarf options.Mark Wielaard1-0/+7
2020-08-21Rearrange symbol_create parametersAlan Modra1-3/+3
2020-08-20Remove --reduce-memory-overheads and --hash-size arguments.Martin Liska1-21/+1
2020-07-30Strange - my previous commit to as.c to set the default dwarf level to 3 seem...Nick Clifton1-2/+3
2020-07-30Prevent the generation of DWARF level 0 line number tables...Nick Clifton1-1/+1
2020-03-06Add support for --dwarf-[3|4|5] to assembler command line.Nick Clifton1-7/+50
2020-03-06Stop the assembler from complaining that the input and output files are the s...Nick Clifton1-1/+7
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-2/+2
2019-11-28gas/riscv: Produce version 3 DWARF CIE by defaultAndrew Burgess1-4/+6
2019-11-18gas: Add --gdwarf-cie-version command line flagAndrew Burgess1-0/+17
2019-09-19bfd_section_* macrosAlan Modra1-4/+4
2019-03-18Use temp_ilp and restore_ilp in more placesAlan Modra1-4/+2
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-2/+2
2018-10-15BFD_INIT_MAGICAlan Modra1-1/+2
2018-08-14When the assembler reports that the input and output are the same, report the...Robert Yang1-7/+20
2018-08-09as --help: Display default option for --elf-stt-common=H.J. Lu1-1/+6
2018-05-14Fix a problem in the assembler when checking for overlapping input and output...Nick Clifton1-1/+1
2018-04-26Extend the assembler so that it can automatically generate GNU Build attribut...Nick Clifton1-1/+27
2018-04-12Stop the assembler from overwriting its output file.John Darrington1-0/+22
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-2/+2
2017-11-23Fix build error with --enable-targets=all.Jim Wilson1-0/+4
2017-11-22Riscv ld-elf/stab failure and fake label cleanup.Jim Wilson1-2/+3
2017-11-07gas and ld pluralization fixesAlan Modra1-9/+4