summaryrefslogtreecommitdiff
path: root/gas/read.c
AgeCommit message (Expand)Author
2022-08-05When gas/read.c calls mbstowcs with a NULL destination, it should set size to 0Nick Clifton
2022-08-01Get rid of fprintf_vma and sprintf_vmaAlan Modra
2022-07-14PowerPC: implement md_operand to parse register namesAlan Modra
2022-07-09gas: set up notes obstack earlierAlan Modra
2022-07-09gas: free sy_hash, macro_hash and po_hashAlan Modra
2022-07-09read.c assign_symbol: use notes obstack for dummy listing fragAlan Modra
2022-07-09read.c s_include: use notes obstack for pathAlan Modra
2022-07-09read.c: use string hash from hash.h for po_hashAlan Modra
2022-07-09free read_symbol_name stringAlan Modra
2022-06-02gas read_a_source_file #APP processingAlan Modra
2022-05-18gas: avoid octal numbers being accepted when processing .linefileJan Beulich
2022-05-18gas: avoid bignum related errors when processing .linefileJan Beulich
2022-05-18gas: fold do_repeat{,_with_expander}()Jan Beulich
2022-04-12gas: drop .appfile and .applineJan Beulich
2022-04-12gas: further adjust file/line handling for .macroJan Beulich
2022-04-12gas: further adjust file/line handling for .irp and alikeJan Beulich
2022-03-20PR28979, internal error in demand_empty_rest_of_lineAlan Modra
2022-03-17asan: buffer overflows after calling ignore_rest_of_lineAlan Modra
2022-02-16gas local label and dollar label handlingAlan Modra
2022-02-16ubsan: s_app_line integer overflowAlan Modra
2022-01-02Update year range in copyright notice of binutils filesAlan Modra
2022-01-01ubsan: next_char_of_string signed integer overflowAlan Modra
2021-08-11gas: make 2nd argument of .dcb.* consistently optionalJan Beulich
2021-08-11x86: introduce .bfloat16 directiveJan Beulich
2021-08-11x86: introduce .hfloat directiveJan Beulich
2021-08-11x86/ELF: fix .tfloat output with hex inputJan Beulich
2021-08-11x86/ELF: fix .ds.x outputJan Beulich
2021-07-07Fix problems translating messages when a percentage sign appears at the end o...Nick Clifton
2021-06-16gas: fix hex float parsing from .dcb.? directivesJan Beulich
2021-06-16gas: fix overflow diagnosticsJan Beulich
2021-06-14gas: fold three as_warn() in emit_expr_with_reloc()Jan Beulich
2021-06-14gas: drop TC_ADDRESS_BYTES conditionalsJan Beulich
2021-04-01Use startswith in gas subfolder.Martin Liska
2021-03-31Use bool in gasAlan Modra
2021-02-16demand_copy_C_string NUL checkAlan Modra
2021-02-09Add a sanity check of files include by .incbin.Nick Clifton
2021-01-14gas: make [248]byte directives available everywhereMike Frysinger
2021-01-07ELF: Don't generate unused section symbolsH.J. Lu
2021-01-04PR27101, as: Reject (byte) .align 0x100000000Alan Modra
2021-01-01Update year range in copyright notice of binutils filesAlan Modra
2020-11-18Re: Stop Gas from generating line info or address rangesAlan Modra
2020-11-17When reading string arguments for the assembler's string directives treat spa...Nick Clifton
2020-09-18Ensure that space allocated by assembler directives converts from an octet co...Nick Clifton
2020-09-15Fix the assembler's new .nop directive so that the input line pointer is pres...Nick Clifton
2020-09-14Add a new ".nop" directive to the assembler to allow the creation of no-op in...Nick Clifton
2020-08-23PR26513, 629310abec breaks assembling PowerPC Linux kernelsAlan Modra
2020-08-21Rearrange symbol_create parametersAlan Modra
2020-08-20Use libiberty hash in gas/read.c.Martin Liska
2020-08-07as: Ignore rest of line on overflow errorH.J. Lu
2020-08-06gas: Fix internal error on long local labelsAlex Coplan