Age | Commit message (Expand) | Author | Files | Lines |
2021-01-14 | gas: make [248]byte directives available everywhere | Mike Frysinger | 1 | -0/+3 |
2021-01-07 | ELF: Don't generate unused section symbols | H.J. Lu | 1 | -0/+3 |
2021-01-04 | PR27101, as: Reject (byte) .align 0x100000000 | Alan Modra | 1 | -2/+2 |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2020-11-18 | Re: Stop Gas from generating line info or address ranges | Alan Modra | 1 | -14/+32 |
2020-11-17 | When reading string arguments for the assembler's string directives treat spa... | Nick Clifton | 1 | -0/+5 |
2020-09-18 | Ensure that space allocated by assembler directives converts from an octet co... | Nick Clifton | 1 | -1/+1 |
2020-09-15 | Fix the assembler's new .nop directive so that the input line pointer is pres... | Nick Clifton | 1 | -0/+5 |
2020-09-14 | Add a new ".nop" directive to the assembler to allow the creation of no-op in... | Nick Clifton | 1 | -19/+57 |
2020-08-23 | PR26513, 629310abec breaks assembling PowerPC Linux kernels | Alan Modra | 1 | -5/+8 |
2020-08-21 | Rearrange symbol_create parameters | Alan Modra | 1 | -2/+1 |
2020-08-20 | Use libiberty hash in gas/read.c. | Martin Liska | 1 | -13/+60 |
2020-08-07 | as: Ignore rest of line on overflow error | H.J. Lu | 1 | -1/+4 |
2020-08-06 | gas: Fix internal error on long local labels | Alex Coplan | 1 | -3/+16 |
2020-08-04 | gas: Use udata for DW_AT_high_pc when emitting DWARF4 | Mark Wielaard | 1 | -1/+1 |
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 |