Age | Commit message (Expand) | Author | Files | Lines |
2022-11-24 | gas: Disable --gcodeview on PE targets with no O_secrel | Mark Harmstone | 1 | -3/+3 |
2022-11-23 | gas: Add --gcodeview option | Mark Harmstone | 1 | -0/+17 |
2022-11-15 | gas: add new command line option --gsframe | Indu Bhagat | 1 | -1/+9 |
2022-10-11 | add --enable-default-compressed-debug-sections-algorithm configure option | Martin Liska | 1 | -1/+1 |
2022-10-11 | refactor usage of compressed_debug_section_type | Martin Liska | 1 | -25/+9 |
2022-09-28 | The help document of as misses some many options | Nick Clifton | 1 | -1/+14 |
2022-09-26 | binutils, gdb: support zstd compressed debug sections | Fangrui Song | 1 | -2/+11 |
2022-07-09 | gas: rename md_end to md_finish | Alan Modra | 1 | -2/+2 |
2022-07-09 | gas: set up notes obstack earlier | Alan Modra | 1 | -6/+14 |
2022-07-09 | gas: itbl_files | Alan Modra | 1 | -20/+2 |
2022-07-09 | gas: output_file_close | Alan Modra | 1 | -12/+1 |
2022-04-19 | as: Reject unknown -gXXX option | H.J. Lu | 1 | -0/+2 |
2022-01-02 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -2/+2 |
2021-11-18 | Add multibyte character warning option to the assembler. | Nick Clifton | 1 | -4/+19 |
2021-04-05 | C99 gas configury | Alan Modra | 1 | -3/+1 |
2021-04-01 | Use startswith in gas subfolder. | Martin Liska | 1 | -3/+2 |
2021-03-31 | Use bool in gas | Alan Modra | 1 | -6/+6 |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -2/+2 |
2020-08-28 | gas: Handle bad -gdwarf options, just like bad --gdwarf options. | Mark Wielaard | 1 | -0/+7 |
2020-08-21 | Rearrange symbol_create parameters | Alan Modra | 1 | -3/+3 |
2020-08-20 | Remove --reduce-memory-overheads and --hash-size arguments. | Martin Liska | 1 | -21/+1 |
2020-07-30 | Strange - my previous commit to as.c to set the default dwarf level to 3 seem... | Nick Clifton | 1 | -2/+3 |
2020-07-30 | Prevent the generation of DWARF level 0 line number tables... | Nick Clifton | 1 | -1/+1 |
2020-03-06 | Add support for --dwarf-[3|4|5] to assembler command line. | Nick Clifton | 1 | -7/+50 |
2020-03-06 | Stop the assembler from complaining that the input and output files are the s... | Nick Clifton | 1 | -1/+7 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -2/+2 |
2019-11-28 | gas/riscv: Produce version 3 DWARF CIE by default | Andrew Burgess | 1 | -4/+6 |
2019-11-18 | gas: Add --gdwarf-cie-version command line flag | Andrew Burgess | 1 | -0/+17 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -4/+4 |
2019-03-18 | Use temp_ilp and restore_ilp in more places | Alan Modra | 1 | -4/+2 |
2019-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -2/+2 |
2018-10-15 | BFD_INIT_MAGIC | Alan Modra | 1 | -1/+2 |
2018-08-14 | When the assembler reports that the input and output are the same, report the... | Robert Yang | 1 | -7/+20 |
2018-08-09 | as --help: Display default option for --elf-stt-common= | H.J. Lu | 1 | -1/+6 |
2018-05-14 | Fix a problem in the assembler when checking for overlapping input and output... | Nick Clifton | 1 | -1/+1 |
2018-04-26 | Extend the assembler so that it can automatically generate GNU Build attribut... | Nick Clifton | 1 | -1/+27 |
2018-04-12 | Stop the assembler from overwriting its output file. | John Darrington | 1 | -0/+22 |
2018-01-03 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -2/+2 |
2017-11-23 | Fix build error with --enable-targets=all. | Jim Wilson | 1 | -0/+4 |
2017-11-22 | Riscv ld-elf/stab failure and fake label cleanup. | Jim Wilson | 1 | -2/+3 |
2017-11-07 | gas and ld pluralization fixes | Alan Modra | 1 | -9/+4 |
2017-07-19 | Remove datasize measurements based on sbrk() | Tristan Gingold | 1 | -19/+0 |
2017-01-18 | Catch gas exit-via-signal | Nathan Sidwell | 1 | -0/+1 |
2017-01-02 | Update year range in copyright notice of all files. | Alan Modra | 1 | -2/+2 |
2016-06-30 | Allow ARC target to be configured with --with-cpu=<cpu-name>. | Andrew Burgess | 1 | -0/+6 |
2016-06-27 | Add command line option to stop the assembler from padding the end of section... | Nick Clifton | 1 | -1/+9 |
2016-05-13 | use XNEW and related macros more | Trevor Saunders | 1 | -2/+2 |
2016-04-03 | use XNEW and related macros more | Trevor Saunders | 1 | -1/+1 |
2016-03-31 | cast to char * when assigning to optarg | Trevor Saunders | 1 | -1/+1 |
2016-03-25 | rename flag_size_check to flag_allow_nonconst_size and make it a bool | Trevor Saunders | 1 | -2/+2 |