summaryrefslogtreecommitdiff
path: root/gas/read.c
AgeCommit message (Expand)Author
2023-05-12gas: equates of registersJan Beulich
2023-03-17gas: expose flag_macro_alternate globallyJan Beulich
2023-03-17gas: use flag_mri directly in macro processingJan Beulich
2023-03-14gas/read.c: init more staticsAlan Modra
2023-03-14gas .include and .incbinAlan Modra
2023-03-01Catch overflow in gas s_spaceAlan Modra
2023-03-01gas s_fill caused internal error in frag_newAlan Modra
2023-03-01Memory leak in gas do_repeatAlan Modra
2023-02-14gas: improve interaction between read_a_source_file() and s_linefile()Jan Beulich
2023-02-13stabs.c static stateAlan Modra
2023-01-27gas macro memory leaksAlan Modra
2023-01-01Update year range in copyright notice of binutils filesAlan Modra
2022-12-05gas: squash (some) .linefile from listingsJan Beulich
2022-11-23gas: Add --gcodeview optionMark Harmstone
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