Age | Commit message (Expand) | Author | Files | Lines |
2020-11-09 | Revert delta accidentally applied with commit 9372689d72f902c8bae90536acc4747... | Nick Clifton | 1 | -24/+0 |
2020-11-09 | Add support for the LMBD (left-most bit detect) instruction to the PRU assemb... | Spencer E. Olson | 1 | -0/+24 |
2020-09-14 | Add a new ".nop" directive to the assembler to allow the creation of no-op in... | Nick Clifton | 1 | -1/+1 |
2020-07-15 | Fix the generation of relocs for missing build notes. | Nick Clifton | 1 | -9/+18 |
2020-06-02 | gas: Fix checking for backwards .org with negative offset | Alex Coplan | 1 | -2/+2 |
2020-05-19 | Use bfd_get_filename throughout gas | Alan Modra | 1 | -6/+10 |
2020-02-26 | Indent labels | Alan Modra | 1 | -1/+1 |
2020-02-10 | gas -Z flag | Alan Modra | 1 | -1/+1 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-12-12 | gas: Add md_generic_table_relax_frag | H.J. Lu | 1 | -1/+6 |
2019-11-25 | Introduce new section flag: SEC_ELF_OCTETS | Christian Eggers | 1 | -1/+2 |
2019-10-25 | PR25125, relaxation chooses wrong branch size | Alan Modra | 1 | -4/+4 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -22/+22 |
2019-07-01 | Fix bug when generating REL type relocs for assembler generated build notes. | Nick Clifton | 1 | -10/+12 |
2019-04-16 | Move fixup fx_bit_fixP and fx_im_disp fields to TC_FIX_TYPE | Alan Modra | 1 | -12/+2 |
2019-04-16 | Make fixup fx_where unsigned | Alan Modra | 1 | -10/+10 |
2019-04-16 | Make frag fr_fix unsigned | Alan Modra | 1 | -3/+3 |
2019-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2018-10-29 | Move struc-symbol.h to symbols.c | Alan Modra | 1 | -9/+8 |
2018-07-06 | Fix the relocs created to adjust notes created by the assembler. | Nick Clifton | 1 | -3/+3 |
2018-05-14 | Stop generating GNU build notes for linkonce sections. | Nick Clifton | 1 | -48/+44 |
2018-04-26 | Extend the assembler so that it can automatically generate GNU Build attribut... | Nick Clifton | 1 | -16/+197 |
2018-04-11 | Remove i860, i960, bout and aout-adobe targets | Alan Modra | 1 | -3/+1 |
2018-02-27 | gas: Rename .nop directive to .nops | H.J. Lu | 1 | -3/+3 |
2018-02-17 | Add .nop assembler directive | H.J. Lu | 1 | -5/+54 |
2018-01-03 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2017-11-07 | gas and ld pluralization fixes | Alan Modra | 1 | -12/+35 |
2017-09-14 | PR22127, as segfaults assembling invalid .reloc | Alan Modra | 1 | -1/+1 |
2017-08-11 | Also disallow global alias of common symbol | H.J. Lu | 1 | -3/+2 |
2017-07-21 | This patch introduces support for specifing views in .loc directives, so that... | Alexandre Oliva | 1 | -0/+9 |
2017-05-16 | Allow target files access to default TC_FORCE_RELOCATION defines | Alan Modra | 1 | -4/+6 |
2017-03-02 | GAS: Fix bogus "attempt to move .org backwards" relaxation errors | Maciej W. Rozycki | 1 | -4/+5 |
2017-01-23 | Fix spelling mistakes and typos in the GAS sources. | Nick Clifton | 1 | -1/+1 |
2017-01-02 | Update year range in copyright notice of all files. | Alan Modra | 1 | -1/+1 |
2016-11-27 | Fix spelling in comments in C source files (gas) | Ambrogino Modigliani | 1 | -2/+2 |
2016-06-30 | PR gas/20312: Do not pad sections to alignment on failed assembly | Maciej W. Rozycki | 1 | -16/+16 |
2016-06-29 | GAS: Fix `abort' expansion in write.c | Maciej W. Rozycki | 1 | -1/+0 |
2016-06-27 | Add command line option to stop the assembler from padding the end of section... | Nick Clifton | 1 | -2/+8 |
2016-05-13 | use XNEW and related macros more | Trevor Saunders | 1 | -1/+1 |
2016-05-13 | use xstrdup, xmemdup0 and concat more | Trevor Saunders | 1 | -4/+1 |
2016-03-22 | Fix tic54x regression | Alan Modra | 1 | -3/+0 |
2016-02-26 | Properly implement STT_COMMON | H.J. Lu | 1 | -0/+5 |
2016-02-22 | Add more const type qualifiers to GAS sources. | Trevor Saunders | 1 | -2/+2 |
2016-02-21 | Set BFD compression bits in write_object_file | H.J. Lu | 1 | -3/+7 |
2016-02-18 | Avoid setting or recording negative alignments when the target stores multipl... | Dan Gisselquist | 1 | -2/+5 |
2016-01-01 | Copyright update for binutils | Alan Modra | 1 | -1/+1 |
2015-06-17 | Add support for converting VLDR <reg>,=<constant> to a VMOV instruction when ... | Alessandro Marzocchi | 1 | -3/+8 |
2015-05-14 | Don't add the zlib header to SHF_COMPRESSED section | H.J. Lu | 1 | -13/+12 |
2015-04-08 | Add SHF_COMPRESSED support to gas and objcopy | H.J. Lu | 1 | -13/+30 |
2015-04-06 | Use bfd_putb64/bfd_getb64 | H.J. Lu | 1 | -8/+1 |