aboutsummaryrefslogtreecommitdiff
path: root/gas/read.c
AgeCommit message (Expand)AuthorFilesLines
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
2021-06-14gas: fold three as_warn() in emit_expr_with_reloc()Jan Beulich1-12/+2
2021-06-14gas: drop TC_ADDRESS_BYTES conditionalsJan Beulich1-4/+0
2021-04-01Use startswith in gas subfolder.Martin Liska1-1/+1
2021-03-31Use bool in gasAlan Modra1-5/+5
2021-02-16demand_copy_C_string NUL checkAlan Modra1-2/+2
2021-02-09Add a sanity check of files include by .incbin.Nick Clifton1-0/+9
2021-01-14gas: make [248]byte directives available everywhereMike Frysinger1-0/+3
2021-01-07ELF: Don't generate unused section symbolsH.J. Lu1-0/+3
2021-01-04PR27101, as: Reject (byte) .align 0x100000000Alan Modra1-2/+2
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-11-18Re: Stop Gas from generating line info or address rangesAlan Modra1-14/+32
2020-11-17When reading string arguments for the assembler's string directives treat spa...Nick Clifton1-0/+5
2020-09-18Ensure that space allocated by assembler directives converts from an octet co...Nick Clifton1-1/+1
2020-09-15Fix the assembler's new .nop directive so that the input line pointer is pres...Nick Clifton1-0/+5
2020-09-14Add a new ".nop" directive to the assembler to allow the creation of no-op in...Nick Clifton1-19/+57
2020-08-23PR26513, 629310abec breaks assembling PowerPC Linux kernelsAlan Modra1-5/+8
2020-08-21Rearrange symbol_create parametersAlan Modra1-2/+1
2020-08-20Use libiberty hash in gas/read.c.Martin Liska1-13/+60
2020-08-07as: Ignore rest of line on overflow errorH.J. Lu1-1/+4
2020-08-06gas: Fix internal error on long local labelsAlex Coplan1-3/+16