Age | Commit message (Expand) | Author | Files | Lines |
2020-05-21 | Replace "if (x) free (x)" with "free (x)", gas | Alan Modra | 1 | -8/+4 |
2020-03-02 | miscellaneous SEC_SMALL_DATA | Alan Modra | 1 | -1/+1 |
2020-02-26 | gas strncpy warning | Alan Modra | 1 | -1/+2 |
2020-02-26 | Indent labels | Alan Modra | 1 | -2/+2 |
2020-01-03 | Allow individual targets to decide if string escapes should be allowed. Disa... | Sergey Belyashov | 1 | -2/+2 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -6/+6 |
2019-05-14 | A series of fixes to addres problems detected by compiling the assembler with... | Nick Clifton | 1 | -1/+2 |
2019-03-18 | Use temp_ilp and restore_ilp in more places | Alan Modra | 1 | -4/+1 |
2019-01-25 | PR24125, Assertion failure with embedded NULs in string | Alan Modra | 1 | -2/+0 |
2019-01-04 | Fix bug parsing angle bracketed string sequences. | Wu Heng | 1 | -2/+5 |
2019-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2018-10-22 | PR23040, .uleb128 directive doesn't accept some valid expressions | Alan Modra | 1 | -1/+1 |
2018-08-21 | Fix invalid strcpy on unterminated buffer | Andreas Schwab | 1 | -1/+2 |
2018-04-11 | Remove i860, i960, bout and aout-adobe targets | Alan Modra | 1 | -208/+0 |
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 | -0/+53 |
2018-01-03 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2017-11-22 | Riscv ld-elf/stab failure and fake label cleanup. | Jim Wilson | 1 | -3/+6 |
2017-11-07 | bundle_lock message tidy | Alan Modra | 1 | -10/+11 |
2017-11-07 | gas and ld pluralization fixes | Alan Modra | 1 | -3/+12 |
2017-10-20 | Improve handling of REPT pseudo op with a negative count. | Nick Clifton | 1 | -5/+17 |
2017-10-09 | Enable .fill forward labels | Andreas Krebbel | 1 | -1/+1 |
2017-08-11 | Also disallow global alias of common symbol | H.J. Lu | 1 | -1/+1 |
2017-07-21 | This patch introduces support for specifing views in .loc directives, so that... | Alexandre Oliva | 1 | -1/+1 |
2017-01-23 | Fix spelling mistakes and typos in the GAS sources. | Nick Clifton | 1 | -2/+2 |
2017-01-12 | Prevent internal assembler errors if a stabs creation function builds an badl... | Nick Clifton | 1 | -0/+44 |
2017-01-10 | This patch ensure same output for sleb128 with large number. | Tristan Gingold | 1 | -3/+11 |
2017-01-02 | Update year range in copyright notice of all files. | Alan Modra | 1 | -1/+1 |
2016-12-06 | fix typo | Nick Clifton | 1 | -1/+1 |
2016-12-06 | Stop the assembler from running out of memory when asked to generate a huge n... | Nick Clifton | 1 | -5/+14 |
2016-12-05 | Fix fault in assembler when passed a bogus input file. | Nick Clifton | 1 | -0/+12 |
2016-11-27 | Fix spelling in comments in C source files (gas) | Ambrogino Modigliani | 1 | -2/+2 |
2016-04-02 | PR19896, Segmentation fault on bad input | Alan Modra | 1 | -1/+3 |
2016-04-01 | Constify more | Alan Modra | 1 | -3/+3 |
2016-03-31 | get rid of K&R style args | Trevor Saunders | 1 | -6/+2 |
2016-03-22 | replace some raw xmalloc / xrealloc with the XNEW* macros | Trevor Saunders | 1 | -17/+16 |
2016-03-16 | Fix checking bignum values that are being inserted into byte sized containers. | Nick Clifton | 1 | -1/+20 |
2016-03-07 | Add const qualifiers at various places. | Trevor Saunders | 1 | -1/+1 |
2016-02-25 | Convert more variables to a constant form. | Trevor Saunders | 1 | -6/+5 |
2016-02-22 | Add more const type qualifiers to GAS sources. | Trevor Saunders | 1 | -5/+7 |
2016-02-19 | Prevent seg-fault in gas reading a binary input file. | Nick Clifton | 1 | -0/+5 |
2016-02-19 | Add const to various variables in the gas sources. | Trevor Saunders | 1 | -3/+4 |
2016-02-18 | Avoid setting or recording negative alignments when the target stores multipl... | Dan Gisselquist | 1 | -94/+126 |
2016-01-01 | Copyright update for binutils | Alan Modra | 1 | -1/+1 |
2015-12-08 | gas: consistently emit diagnostics for non-zero data emission to .bss/.struct | Jan Beulich | 1 | -16/+88 |
2015-12-08 | gas: don't get confused by .asci{i,z} after .struct | Jan Beulich | 1 | -8/+9 |
2015-11-19 | output_big_leb128 comment | Alan Modra | 1 | -1/+1 |
2015-11-09 | gas: Fix left shift of negative value. | Dominik Vogt | 1 | -1/+1 |
2015-10-10 | Bug 19113 - read.c stringer assertion | Alan Modra | 1 | -3/+3 |