Age | Commit message (Expand) | Author | Files | Lines |
2024-11-13 | gas: add .cv_ucomp and .cv_scomp pseudo-directives | Mark Harmstone | 1 | -0/+98 |
2024-10-24 | Replace uses of asprintf with xasprintf | Alan Modra | 1 | -10/+3 |
2024-10-14 | gas: drop SKIP_WHITESPACE_AFTER_NAME() | Jan Beulich | 1 | -6/+6 |
2024-10-04 | gas: don't use COFF-specific SF_SET_LOCAL() directly from read.c | Jan Beulich | 1 | -3/+2 |
2024-10-01 | segv in read_a_source_file | Alan Modra | 1 | -0/+1 |
2024-08-23 | gas: update lex_type[] also for .mri directives | Jan Beulich | 1 | -0/+2 |
2024-08-16 | gas: don't open-code LEX_*NAME | Jan Beulich | 1 | -1/+2 |
2024-08-05 | gas: maintain line numbers correctly after #APP / #NO_APP | Jan Beulich | 1 | -2/+2 |
2024-08-05 | gas: generalize / tighten #APP / #NO_APP recognition | Jan Beulich | 1 | -5/+30 |
2024-08-05 | gas: recognize #APP at start-of-physical-line only | Jan Beulich | 1 | -46/+60 |
2024-08-02 | gas: correctly deal with line comments when not preprocessing | Jan Beulich | 1 | -5/+8 |
2024-07-11 | base64: Add support for targets with byte size > octet size. | Nick Clifton | 1 | -38/+58 |
2024-07-10 | Add support for a .base64 pseudo-op to gas | Nick Clifton | 1 | -0/+323 |
2024-06-28 | gas: .irp/.irpc are macro-like | Jan Beulich | 1 | -2/+2 |
2024-06-21 | gas: terminate buffer SB in do_repeat() | Jan Beulich | 1 | -3/+4 |
2024-06-10 | gas: extend \+ support to .rept | Jan Beulich | 1 | -5/+58 |
2024-03-28 | gas: drop dead check for double quote | Jan Beulich | 1 | -3/+0 |
2024-03-28 | gas: sanitize FB- and dollar-label uses | Jan Beulich | 1 | -0/+4 |
2024-01-15 | gas: x86: synthesize CFI for hand-written asm | Indu Bhagat | 1 | -0/+10 |
2024-01-15 | gas: scfidw2gen: new functionality to prepare for SCFI | Indu Bhagat | 1 | -2/+17 |
2024-01-04 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2023-12-01 | gas: no md_cons_align() for .nop{,s} | Jan Beulich | 1 | -8/+0 |
2023-07-28 | gas: amend X_unsigned uses | Jan Beulich | 1 | -2/+2 |
2023-06-14 | asprintf memory leaks | Alan Modra | 1 | -1/+5 |
2023-05-12 | gas: equates of registers | Jan Beulich | 1 | -0/+4 |
2023-03-17 | gas: expose flag_macro_alternate globally | Jan Beulich | 1 | -1/+1 |
2023-03-17 | gas: use flag_mri directly in macro processing | Jan Beulich | 1 | -2/+0 |
2023-03-14 | gas/read.c: init more statics | Alan Modra | 1 | -62/+85 |
2023-03-14 | gas .include and .incbin | Alan Modra | 1 | -55/+47 |
2023-03-01 | Catch overflow in gas s_space | Alan Modra | 1 | -11/+21 |
2023-03-01 | gas s_fill caused internal error in frag_new | Alan Modra | 1 | -10/+20 |
2023-03-01 | Memory leak in gas do_repeat | Alan Modra | 1 | -0/+1 |
2023-02-14 | gas: improve interaction between read_a_source_file() and s_linefile() | Jan Beulich | 1 | -5/+9 |
2023-02-13 | stabs.c static state | Alan Modra | 1 | -0/+2 |
2023-01-27 | gas macro memory leaks | Alan Modra | 1 | -18/+14 |
2023-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2022-12-05 | gas: squash (some) .linefile from listings | Jan Beulich | 1 | -1/+4 |
2022-11-23 | gas: Add --gcodeview option | Mark Harmstone | 1 | -0/+4 |
2022-08-05 | When gas/read.c calls mbstowcs with a NULL destination, it should set size to 0 | Nick Clifton | 1 | -1/+4 |
2022-08-01 | Get rid of fprintf_vma and sprintf_vma | Alan Modra | 1 | -7/+2 |
2022-07-14 | PowerPC: implement md_operand to parse register names | Alan Modra | 1 | -2/+1 |
2022-07-09 | gas: set up notes obstack earlier | Alan Modra | 1 | -3/+1 |
2022-07-09 | gas: free sy_hash, macro_hash and po_hash | Alan Modra | 1 | -0/+13 |
2022-07-09 | read.c assign_symbol: use notes obstack for dummy listing frag | Alan Modra | 1 | -1/+1 |
2022-07-09 | read.c s_include: use notes obstack for path | Alan Modra | 1 | -4/+2 |
2022-07-09 | read.c: use string hash from hash.h for po_hash | Alan Modra | 1 | -56/+7 |
2022-07-09 | free read_symbol_name string | Alan Modra | 1 | -0/+1 |
2022-06-02 | gas read_a_source_file #APP processing | Alan Modra | 1 | -91/+10 |
2022-05-18 | gas: avoid octal numbers being accepted when processing .linefile | Jan Beulich | 1 | -0/+8 |
2022-05-18 | gas: avoid bignum related errors when processing .linefile | Jan Beulich | 1 | -4/+15 |