aboutsummaryrefslogtreecommitdiff
path: root/gas/as.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-19Remove datasize measurements based on sbrk()Tristan Gingold1-19/+0
2017-01-18Catch gas exit-via-signalNathan Sidwell1-0/+1
2017-01-02Update year range in copyright notice of all files.Alan Modra1-2/+2
2016-06-30Allow ARC target to be configured with --with-cpu=<cpu-name>.Andrew Burgess1-0/+6
2016-06-27Add command line option to stop the assembler from padding the end of section...Nick Clifton1-1/+9
2016-05-13use XNEW and related macros moreTrevor Saunders1-2/+2
2016-04-03use XNEW and related macros moreTrevor Saunders1-1/+1
2016-03-31cast to char * when assigning to optargTrevor Saunders1-1/+1
2016-03-25rename flag_size_check to flag_allow_nonconst_size and make it a boolTrevor Saunders1-2/+2
2016-02-26Properly implement STT_COMMONH.J. Lu1-0/+19
2016-02-25Convert more variables to a constant form.Trevor Saunders1-2/+3
2016-01-01Copyright update for binutilsAlan Modra1-2/+2