aboutsummaryrefslogtreecommitdiff
path: root/gas/read.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-15gas: x86: synthesize CFI for hand-written asmIndu Bhagat1-0/+10
2024-01-15gas: scfidw2gen: new functionality to prepare for SCFIIndu Bhagat1-2/+17
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-12-01gas: no md_cons_align() for .nop{,s}Jan Beulich1-8/+0
2023-07-28gas: amend X_unsigned usesJan Beulich1-2/+2
2023-06-14asprintf memory leaksAlan Modra1-1/+5
2023-05-12gas: equates of registersJan Beulich1-0/+4
2023-03-17gas: expose flag_macro_alternate globallyJan Beulich1-1/+1
2023-03-17gas: use flag_mri directly in macro processingJan Beulich1-2/+0
2023-03-14gas/read.c: init more staticsAlan Modra1-62/+85
2023-03-14gas .include and .incbinAlan Modra1-55/+47
2023-03-01Catch overflow in gas s_spaceAlan Modra1-11/+21
2023-03-01gas s_fill caused internal error in frag_newAlan Modra1-10/+20
2023-03-01Memory leak in gas do_repeatAlan Modra1-0/+1
2023-02-14gas: improve interaction between read_a_source_file() and s_linefile()Jan Beulich1-5/+9
2023-02-13stabs.c static stateAlan Modra1-0/+2
2023-01-27gas macro memory leaksAlan Modra1-18/+14
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-12-05gas: squash (some) .linefile from listingsJan Beulich1-1/+4
2022-11-23gas: Add --gcodeview optionMark Harmstone1-0/+4
2022-08-05When gas/read.c calls mbstowcs with a NULL destination, it should set size to 0Nick Clifton1-1/+4
2022-08-01Get rid of fprintf_vma and sprintf_vmaAlan Modra1-7/+2
2022-07-14PowerPC: implement md_operand to parse register namesAlan Modra1-2/+1
2022-07-09gas: set up notes obstack earlierAlan Modra1-3/+1
2022-07-09gas: free sy_hash, macro_hash and po_hashAlan Modra1-0/+13
2022-07-09read.c assign_symbol: use notes obstack for dummy listing fragAlan Modra1-1/+1
2022-07-09read.c s_include: use notes obstack for pathAlan Modra1-4/+2
2022-07-09read.c: use string hash from hash.h for po_hashAlan Modra1-56/+7
2022-07-09free read_symbol_name stringAlan Modra1-0/+1
2022-06-02gas read_a_source_file #APP processingAlan Modra1-91/+10
2022-05-18gas: avoid octal numbers being accepted when processing .linefileJan Beulich1-0/+8
2022-05-18gas: avoid bignum related errors when processing .linefileJan Beulich1-4/+15
2022-05-18gas: fold do_repeat{,_with_expander}()Jan Beulich1-42/+12
2022-04-12gas: drop .appfile and .applineJan Beulich1-76/+61
2022-04-12gas: further adjust file/line handling for .macroJan Beulich1-6/+6
2022-04-12gas: further adjust file/line handling for .irp and alikeJan Beulich1-4/+9
2022-03-20PR28979, internal error in demand_empty_rest_of_lineAlan Modra1-6/+14
2022-03-17asan: buffer overflows after calling ignore_rest_of_lineAlan Modra1-9/+3
2022-02-16gas local label and dollar label handlingAlan Modra1-1/+1
2022-02-16ubsan: s_app_line integer overflowAlan Modra1-9/+8
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-01-01ubsan: next_char_of_string signed integer overflowAlan Modra1-2/+2
2021-08-11gas: make 2nd argument of .dcb.* consistently optionalJan Beulich1-55/+75
2021-08-11x86: introduce .bfloat16 directiveJan Beulich1-0/+2
2021-08-11x86: introduce .hfloat directiveJan Beulich1-0/+5
2021-08-11x86/ELF: fix .tfloat output with hex inputJan Beulich1-4/+16
2021-08-11x86/ELF: fix .ds.x outputJan Beulich1-2/+25
2021-07-07Fix problems translating messages when a percentage sign appears at the end o...Nick Clifton1-2/+7
2021-06-16gas: fix hex float parsing from .dcb.? directivesJan Beulich1-71/+53
2021-06-16gas: fix overflow diagnosticsJan Beulich1-9/+2