Age | Commit message (Expand) | Author | Files | Lines |
2024-01-04 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2023-03-22 | gas: expand_irp memory leaks | Alan Modra | 1 | -2/+10 |
2023-03-17 | gas: expose flag_macro_alternate globally | Jan Beulich | 1 | -27/+14 |
2023-03-17 | gas: use flag_mri directly in macro processing | Jan Beulich | 1 | -34/+21 |
2023-03-17 | gas: isolate macro_strip_at to macro.c | Jan Beulich | 1 | -3/+2 |
2023-03-17 | gas: drop function pointer parameter from macro_init() | Jan Beulich | 1 | -15/+14 |
2023-03-02 | More bounds checking in macro_expand | Alan Modra | 1 | -4/+4 |
2023-03-02 | Using .mri in assembly | Alan Modra | 1 | -7/+8 |
2023-02-15 | gas: buffer_and_nest() needs to pass nul-terminated string to temp_ilp() | Jan Beulich | 1 | -5/+5 |
2023-02-14 | gas: improve interaction between read_a_source_file() and s_linefile() | Jan Beulich | 1 | -1/+1 |
2023-01-27 | gas macro memory leaks | Alan Modra | 1 | -21/+25 |
2023-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2022-12-16 | gas: restore Dwarf info generation after macro diagnostic adjustments | Jan Beulich | 1 | -2/+3 |
2022-12-13 | gas: re-work line number tracking for macros and their expansions | Jan Beulich | 1 | -26/+17 |
2022-12-05 | gas: avoid inserting extra newline in buffer_and_nest() | Jan Beulich | 1 | -3/+3 |
2022-08-11 | PR29466, APP/NO_APP with .linefile | Alan Modra | 1 | -0/+2 |
2022-08-04 | Don't use BFD_VMA_FMT in binutils | Alan Modra | 1 | -1/+1 |
2022-07-09 | gas: free sy_hash, macro_hash and po_hash | Alan Modra | 1 | -0/+6 |
2022-07-09 | macro.c: use string hash from hash.h for macro_hash | Alan Modra | 1 | -41/+21 |
2022-05-18 | gas: tweak .irp and alike file/line handling for M68K/MRI | Jan Beulich | 1 | -1/+4 |
2022-04-12 | gas: drop .appfile and .appline | Jan Beulich | 1 | -1/+1 |
2022-04-12 | gas: further adjust file/line handling for .irp and alike | Jan Beulich | 1 | -0/+15 |
2022-03-29 | gas/Dwarf: special-case .linefile only for macros | Jan Beulich | 1 | -1/+2 |
2022-03-17 | asan: use of uninitialized value in buffer_and_nest | Alan Modra | 1 | -6/+7 |
2022-02-16 | asan : use of uninitialized value in buffer_and_nest | Alan Modra | 1 | -9/+20 |
2022-01-02 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2021-03-31 | Use bool in gas | Alan Modra | 1 | -4/+4 |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2020-08-23 | PR26513, 629310abec breaks assembling PowerPC Linux kernels | Alan Modra | 1 | -38/+48 |
2020-08-20 | Use libiberty hash in gas/macro.c. | Martin Liska | 1 | -32/+33 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-05-14 | A series of fixes to addres problems detected by compiling the assembler with... | Nick Clifton | 1 | -1/+1 |
2019-03-18 | Use temp_ilp and restore_ilp in more places | Alan Modra | 1 | -3/+2 |
2019-01-25 | PR23940, check bounds before using | Wu Heng | 1 | -2/+2 |
2019-01-04 | Fix potential buffer overrun whilst scanning macro strings. | Wu Heng | 1 | -1/+1 |
2019-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2018-01-03 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2017-01-23 | Fix spelling mistakes and typos in the GAS sources. | Nick Clifton | 1 | -2/+2 |
2017-01-02 | Update year range in copyright notice of all files. | Alan Modra | 1 | -1/+1 |
2016-07-01 | Fix potential buffer overflows with sprintf and very large integer values. | Nick Clifton | 1 | -1/+1 |
2016-05-13 | use XNEW and related macros more | Trevor Saunders | 1 | -3/+3 |
2016-05-13 | use xstrdup, xmemdup0 and concat more | Trevor Saunders | 1 | -3/+1 |
2016-04-03 | use XNEW and related macros more | Trevor Saunders | 1 | -2/+2 |
2016-03-21 | Remove use of alloca. | Nick Clifton | 1 | -2/+4 |
2016-02-22 | Add more const type qualifiers to GAS sources. | Trevor Saunders | 1 | -1/+1 |
2016-01-01 | Copyright update for binutils | Alan Modra | 1 | -1/+1 |
2015-01-02 | ChangeLog rotatation and copyright year update | Alan Modra | 1 | -1/+1 |
2014-06-17 | This fixes a bug whereby #line directives inside a macro would be ignored, | Chris Metcalf | 1 | -0/+22 |
2014-03-05 | Update copyright years | Alan Modra | 1 | -2/+1 |
2013-01-10 | gas/ | Roland McGrath | 1 | -13/+13 |