read.c s_include: use notes obstack for path
[binutils-gdb.git] / gas / read.c
2022-07-09 Alan Modraread.c s_include: use notes obstack for path
2022-07-09 Alan Modraread.c: use string hash from hash.h for po_hash
2022-07-09 Alan Modrafree read_symbol_name string
2022-06-02 Alan Modragas read_a_source_file #APP processing
2022-05-18 Jan Beulichgas: avoid octal numbers being accepted when processing...
2022-05-18 Jan Beulichgas: avoid bignum related errors when processing .linefile
2022-05-18 Jan Beulichgas: fold do_repeat{,_with_expander}()
2022-04-12 Jan Beulichgas: drop .appfile and .appline
2022-04-12 Jan Beulichgas: further adjust file/line handling for .macro
2022-04-12 Jan Beulichgas: further adjust file/line handling for .irp and...
2022-03-20 Alan ModraPR28979, internal error in demand_empty_rest_of_line
2022-03-17 Alan Modraasan: buffer overflows after calling ignore_rest_of_line
2022-02-16 Alan Modragas local label and dollar label handling
2022-02-16 Alan Modraubsan: s_app_line integer overflow
2022-01-02 Alan ModraUpdate year range in copyright notice of binutils files
2022-01-01 Alan Modraubsan: next_char_of_string signed integer overflow
2021-08-11 Jan Beulichgas: make 2nd argument of .dcb.* consistently optional
2021-08-11 Jan Beulichx86: introduce .bfloat16 directive
2021-08-11 Jan Beulichx86: introduce .hfloat directive
2021-08-11 Jan Beulichx86/ELF: fix .tfloat output with hex input
2021-08-11 Jan Beulichx86/ELF: fix .ds.x output
2021-07-07 Nick CliftonFix problems translating messages when a percentage...
2021-06-16 Jan Beulichgas: fix hex float parsing from .dcb.? directives
2021-06-16 Jan Beulichgas: fix overflow diagnostics
2021-06-14 Jan Beulichgas: fold three as_warn() in emit_expr_with_reloc()
2021-06-14 Jan Beulichgas: drop TC_ADDRESS_BYTES conditionals
2021-04-01 Martin LiskaUse startswith in gas subfolder.
2021-03-31 Alan ModraUse bool in gas
2021-02-16 Alan Modrademand_copy_C_string NUL check
2021-02-09 Nick CliftonAdd a sanity check of files include by .incbin.
2021-01-15 Mike Frysingergas: make [248]byte directives available everywhere
2021-01-07 H.J. LuELF: Don't generate unused section symbols
2021-01-04 Alan ModraPR27101, as: Reject (byte) .align 0x100000000
2021-01-01 Alan ModraUpdate year range in copyright notice of binutils files
2020-11-18 Alan ModraRe: Stop Gas from generating line info or address ranges
2020-11-17 Nick CliftonWhen reading string arguments for the assembler's strin...
2020-09-18 Nick CliftonEnsure that space allocated by assembler directives...
2020-09-15 Nick CliftonFix the assembler's new .nop directive so that the...
2020-09-14 Nick CliftonAdd a new ".nop" directive to the assembler to allow...
2020-08-23 Alan ModraPR26513, 629310abec breaks assembling PowerPC Linux...
2020-08-21 Alan ModraRearrange symbol_create parameters
2020-08-20 Martin LiskaUse libiberty hash in gas/read.c.
2020-08-07 H.J. Luas: Ignore rest of line on overflow error
2020-08-06 Alex Coplangas: Fix internal error on long local labels
2020-08-04 Mark Wielaardgas: Use udata for DW_AT_high_pc when emitting DWARF4
2020-05-21 Alan ModraReplace "if (x) free (x)" with "free (x)", gas
2020-03-02 Alan Modramiscellaneous SEC_SMALL_DATA
2020-02-26 Alan Modragas strncpy warning
2020-02-26 Alan ModraIndent labels
2020-01-03 Sergey BelyashovAllow individual targets to decide if string escapes...
2020-01-01 Alan ModraUpdate year range in copyright notice of binutils files
2019-09-19 Alan Modrabfd_section_* macros
2019-05-14 Nick CliftonA series of fixes to addres problems detected by compil...
2019-03-18 Alan ModraUse temp_ilp and restore_ilp in more places
2019-01-24 Alan ModraPR24125, Assertion failure with embedded NULs in string
2019-01-04 Wu HengFix bug parsing angle bracketed string sequences.
2019-01-01 Alan ModraUpdate year range in copyright notice of binutils files
2018-10-22 Alan ModraPR23040, .uleb128 directive doesn't accept some valid...
2018-08-21 Andreas SchwabFix invalid strcpy on unterminated buffer
2018-04-11 Alan ModraRemove i860, i960, bout and aout-adobe targets
2018-02-27 H.J. Lugas: Rename .nop directive to .nops
2018-02-17 H.J. LuAdd .nop assembler directive
2018-01-03 Alan ModraUpdate year range in copyright notice of binutils files
2017-11-22 Jim WilsonRiscv ld-elf/stab failure and fake label cleanup.
2017-11-07 Alan Modrabundle_lock message tidy
2017-11-07 Alan Modragas and ld pluralization fixes
2017-10-20 Nick CliftonImprove handling of REPT pseudo op with a negative...
2017-10-09 Andreas KrebbelEnable .fill forward labels
2017-08-11 H.J. LuAlso disallow global alias of common symbol
2017-07-21 Alexandre OlivaThis patch introduces support for specifing views in...
2017-01-23 Nick CliftonFix spelling mistakes and typos in the GAS sources.
2017-01-12 Nick CliftonPrevent internal assembler errors if a stabs creation...
2017-01-10 Tristan GingoldThis patch ensure same output for sleb128 with large...
2017-01-02 Alan ModraUpdate year range in copyright notice of all files.
2016-12-06 Nick Cliftonfix typo
2016-12-06 Nick CliftonStop the assembler from running out of memory when...
2016-12-05 Nick CliftonFix fault in assembler when passed a bogus input file.
2016-11-27 Ambrogino ModiglianiFix spelling in comments in C source files (gas)
2016-04-02 Alan ModraPR19896, Segmentation fault on bad input
2016-04-01 Alan ModraConstify more
2016-03-31 Trevor Saundersget rid of K&R style args
2016-03-22 Trevor Saundersreplace some raw xmalloc / xrealloc with the XNEW*...
2016-03-16 Nick CliftonFix checking bignum values that are being inserted...
2016-03-07 Trevor SaundersAdd const qualifiers at various places.
2016-02-25 Trevor SaundersConvert more variables to a constant form.
2016-02-22 Trevor SaundersAdd more const type qualifiers to GAS sources.
2016-02-19 Nick CliftonPrevent seg-fault in gas reading a binary input file.
2016-02-19 Trevor SaundersAdd const to various variables in the gas sources.
2016-02-18 Dan GisselquistAvoid setting or recording negative alignments when...
2016-01-01 Alan ModraCopyright update for binutils
2015-12-08 Jan Beulichgas: consistently emit diagnostics for non-zero data...
2015-12-08 Jan Beulichgas: don't get confused by .asci{i,z} after .struct
2015-11-19 Alan Modraoutput_big_leb128 comment
2015-11-09 Dominik Vogtgas: Fix left shift of negative value.
2015-10-10 Alan ModraBug 19113 - read.c stringer assertion
2015-08-27 Alan ModraMore fallout from "Allow symbol and label names to...
2015-08-21 Nick CliftonAllow symbol and label names to be enclosed in double...
2015-08-16 Alan ModraRationalize ARM .align
2015-05-22 Nick CliftonFixes: "gas/read.c:5087:12: error: left shift of negative"
2015-01-19 Alan ModraExtend .reloc to accept some BFD_RELOCs
next