Age | Commit message (Expand) | Author | Files | Lines |
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 |
2015-04-05 | Xfail the compressed debug sections | H.J. Lu | 1 | -1/+1 |
2015-03-24 | Don't write the zlib header if not used | H.J. Lu | 1 | -12/+13 |
2015-03-18 | Add a testcase for PR gas/18087 | H.J. Lu | 1 | -1/+1 |
2015-03-18 | Fix debug section compression so that it is only performed if it would make t... | Jon Turney | 1 | -0/+5 |
2015-02-28 | Pad only text sections at end by default | Alan Modra | 1 | -1/+3 |
2015-01-19 | Extend .reloc to accept some BFD_RELOCs | Alan Modra | 1 | -0/+5 |
2015-01-02 | ChangeLog rotatation and copyright year update | Alan Modra | 1 | -1/+1 |
2014-11-04 | Don't use register keyword | Alan Modra | 1 | -2/+2 |
2014-10-18 | Fix PR17493, attempted output of *GAS `reg' section* symbol | Alan Modra | 1 | -1/+2 |
2014-10-14 | Avoid undefined behaviour with signed expressions | Alan Modra | 1 | -1/+1 |
2014-09-29 | 2014-09-29 Terry Guo <terry.guo@arm.com> | Terry Guo | 1 | -42/+82 |
2014-06-16 | Run write_object_file after errors | Alan Modra | 1 | -24/+3 |
2014-04-09 | gas TC_PARSE_CONS_EXPRESSION communication with TC_CONS_FIX_NEW | Alan Modra | 1 | -1/+1 |
2014-03-05 | Update copyright years | Alan Modra | 1 | -3/+1 |
2013-05-29 | gas/ | Maciej W. Rozycki | 1 | -3/+4 |
2013-03-08 | 2013-03-08 Chung-Lin Tang <cltang@codesourcery.com> | Chung-Lin Tang | 1 | -1/+5 |
2013-02-04 | * write.c (fixup_segment): Return void. Delete seg_reloc_count | Alan Modra | 1 | -17/+4 |
2013-01-10 | Remove trailing white spaces on gas | H.J. Lu | 1 | -1/+1 |
2012-10-01 | * write.c (chain_frchains_together_1): Reorder assertion to avoid | Alan Modra | 1 | -2/+2 |
2012-07-02 | * write.c (fixup_segment): Only perform the subtraction of an | Nick Clifton | 1 | -6/+5 |
2012-06-28 | * dwarf2dbg.c (DWARF2_USE_FIXED_ADVANCE_PC): Enable when using | Nick Clifton | 1 | -1/+6 |
2012-02-21 | provide a hook to allow checking errors just before we output the file. | Iain Sandoe | 1 | -0/+4 |
2012-02-21 | 2012-02-21 Tristan Gingold <gingold@adacore.com> | Iain Sandoe | 1 | -0/+4 |
2012-01-17 | * write.c (fix_new_internal): Don't mark used parameter as unused. | Alan Modra | 1 | -2/+2 |
2011-11-15 | * write.c (dump_section_relocs): Don't convert PC-relative relocs | Maciej W. Rozycki | 1 | -4/+17 |
2011-08-18 | * write.c (resolve_reloc_expr_symbols): Convert local symbols | Alan Modra | 1 | -39/+82 |
2011-08-04 | Call bfd_cache_close_all on error | H.J. Lu | 1 | -2/+1 |
2011-08-04 | * write.c (write_object_file): Call set_symtab even if we had | Alan Modra | 1 | -1/+2 |
2011-08-01 | 2011-08-01 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -11/+11 |
2011-05-06 | 2011-05-06 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -7/+0 |
2011-01-31 | * write.c (write_contents): Include output file name and bfd error | Nick Clifton | 1 | -1/+3 |
2011-01-19 | Don't compress debug sections smaller than 32 bytes. | H.J. Lu | 1 | -1/+1 |
2011-01-18 | Don't compress empty debug sections. | H.J. Lu | 1 | -0/+1 |
2010-12-02 | gas/ | Richard Sandiford | 1 | -0/+6 |