summaryrefslogtreecommitdiff
path: root/gas/read.c
Commit message (Expand)AuthorAgeFilesLines
* gas: improve interaction between read_a_source_file() and s_linefile()Jan Beulich2023-02-141-5/+9
* stabs.c static stateAlan Modra2023-02-131-0/+2
* gas macro memory leaksAlan Modra2023-01-271-18/+14
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* gas: squash (some) .linefile from listingsJan Beulich2022-12-051-1/+4
* gas: Add --gcodeview optionMark Harmstone2022-11-231-0/+4
* When gas/read.c calls mbstowcs with a NULL destination, it should set size to 0Nick Clifton2022-08-051-1/+4
* Get rid of fprintf_vma and sprintf_vmaAlan Modra2022-08-011-7/+2
* PowerPC: implement md_operand to parse register namesAlan Modra2022-07-141-2/+1
* gas: set up notes obstack earlierAlan Modra2022-07-091-3/+1
* gas: free sy_hash, macro_hash and po_hashAlan Modra2022-07-091-0/+13
* read.c assign_symbol: use notes obstack for dummy listing fragAlan Modra2022-07-091-1/+1
* read.c s_include: use notes obstack for pathAlan Modra2022-07-091-4/+2
* read.c: use string hash from hash.h for po_hashAlan Modra2022-07-091-56/+7
* free read_symbol_name stringAlan Modra2022-07-091-0/+1
* gas read_a_source_file #APP processingAlan Modra2022-06-021-91/+10
* gas: avoid octal numbers being accepted when processing .linefileJan Beulich2022-05-181-0/+8
* gas: avoid bignum related errors when processing .linefileJan Beulich2022-05-181-4/+15
* gas: fold do_repeat{,_with_expander}()Jan Beulich2022-05-181-42/+12
* gas: drop .appfile and .applineJan Beulich2022-04-121-76/+61
* gas: further adjust file/line handling for .macroJan Beulich2022-04-121-6/+6
* gas: further adjust file/line handling for .irp and alikeJan Beulich2022-04-121-4/+9
* PR28979, internal error in demand_empty_rest_of_lineAlan Modra2022-03-201-6/+14
* asan: buffer overflows after calling ignore_rest_of_lineAlan Modra2022-03-171-9/+3
* gas local label and dollar label handlingAlan Modra2022-02-161-1/+1
* ubsan: s_app_line integer overflowAlan Modra2022-02-161-9/+8
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* ubsan: next_char_of_string signed integer overflowAlan Modra2022-01-011-2/+2
* gas: make 2nd argument of .dcb.* consistently optionalJan Beulich2021-08-111-55/+75
* x86: introduce .bfloat16 directiveJan Beulich2021-08-111-0/+2
* x86: introduce .hfloat directiveJan Beulich2021-08-111-0/+5
* x86/ELF: fix .tfloat output with hex inputJan Beulich2021-08-111-4/+16
* x86/ELF: fix .ds.x outputJan Beulich2021-08-111-2/+25
* Fix problems translating messages when a percentage sign appears at the end o...Nick Clifton2021-07-071-2/+7
* gas: fix hex float parsing from .dcb.? directivesJan Beulich2021-06-161-71/+53
* gas: fix overflow diagnosticsJan Beulich2021-06-161-9/+2
* gas: fold three as_warn() in emit_expr_with_reloc()Jan Beulich2021-06-141-12/+2
* gas: drop TC_ADDRESS_BYTES conditionalsJan Beulich2021-06-141-4/+0
* Use startswith in gas subfolder.Martin Liska2021-04-011-1/+1
* Use bool in gasAlan Modra2021-03-311-5/+5
* demand_copy_C_string NUL checkAlan Modra2021-02-161-2/+2
* Add a sanity check of files include by .incbin.Nick Clifton2021-02-091-0/+9
* gas: make [248]byte directives available everywhereMike Frysinger2021-01-141-0/+3
* ELF: Don't generate unused section symbolsH.J. Lu2021-01-071-0/+3
* PR27101, as: Reject (byte) .align 0x100000000Alan Modra2021-01-041-2/+2
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* Re: Stop Gas from generating line info or address rangesAlan Modra2020-11-181-14/+32
* When reading string arguments for the assembler's string directives treat spa...Nick Clifton2020-11-171-0/+5
* Ensure that space allocated by assembler directives converts from an octet co...Nick Clifton2020-09-181-1/+1
* Fix the assembler's new .nop directive so that the input line pointer is pres...Nick Clifton2020-09-151-0/+5