Removed generation of the PT_GNU_PROPERTY segment
[external/binutils.git] / gas / read.c
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
2015-01-12 Jan Beulichgas: allow labeling of CFI instructions
2015-01-12 Alan ModraAssorted compiler warning fixes
2015-01-01 Alan ModraChangeLog rotatation and copyright year update
2014-10-21 Jan Beulichgas: avoid bogus warnings in false branches of conditional
2014-10-14 Alan ModraAvoid undefined behaviour with signed expressions
2014-08-18 Alan ModraCast result of TC_PARSE_CONS_EXPRESSION
2014-07-12 Alan ModraDon't force "set" symbols local for PE
2014-04-09 Nick CliftonFix a few more targets affected by the change to the...
2014-04-09 Alan Modrappc476 gas warn on data in code sections
2014-04-09 Alan Modragas TC_PARSE_CONS_EXPRESSION communication with TC_CONS...
2014-03-19 Daniel GutsonAdd support for ARM assembler produced by CodeComposito...
2014-03-05 Alan ModraUpdate copyright years
2013-10-14 Nick Clifton * gen-aout.c (main): Fix formatting. Close file.
2013-04-11 Julian Brown gas/
2013-03-08 Chung-Lin Tang2013-03-08 Chung-Lin Tang <cltang@codesourcery.com>
2013-01-10 H.J. LuRemove trailing white spaces on gas
2012-11-09 Maciej W. Rozycki * read.h (s_vendor_attribute): Move to...
2012-06-09 H.J. LuAllocate sufficient space for string buffer
2012-06-07 Alan Modra PR gas/14201
2012-05-29 Roland McGrathgas/
2012-05-28 Nick Clifton * read.c (read_symbol_name): New function. Reads...
2012-03-13 Roland McGrathFix up last commit.
2012-03-13 Roland McGrathgas/
2011-10-12 Alan Modra * as.c (main): Define .gasversion. rather than __GAS_V...
2011-06-02 Nick CliftonFix spelling mistakes.
2011-05-06 Tristan Gingold2011-05-06 Tristan Gingold <gingold@adacore.com>
2011-03-18 Alan Modra * read.c (read_a_source_file): Remove md_after_pass_hook.
2011-03-17 Alan Modra PR 12569
2011-02-15 Richard Henderson * dw2gencfi.c (dot_cfi_dummy): New.
2010-12-01 Maciej W. Rozycki * symbols.h (dot_symbol): New declaration.
2010-08-02 Alan Modra PR gas/11867
2010-06-28 Alan Modra * config/obj-evax.h (S_SET_OTHER, S_SET_TYPE, S_SET_DE...
2010-05-05 Nathan Sidwell * read.c (cons_worker): Detect and reject unexpected...
2010-04-21 H.J. LuRevert the accidental checkin.
2010-04-21 H.J. LuProperly handle ".equ symbol, reg + NUM" in x86 Intel...
2010-04-09 Nick Cliftonbfd/ChangeLog
2009-12-11 Nick CliftonAdd -Wshadow to the gcc command line options used when...
2009-11-19 Jan Beulichgas/
2009-10-26 Alan Modra PR gas/10850
2009-10-15 Alan Modra PR gas/1491
2009-10-05 Alan Modra * read.c (s_reloc): Don't use expression_and_evaluate.
2009-09-29 Nick Cliftonbfd
2009-09-11 Nick Clifton * po/bfd.pot: Updated by the Translation project.
2009-09-08 Alan Modra * read.c (emit_expr_fix): Handle size 3.
2009-09-02 Alan Modraupdate copyright dates
2009-09-01 Jie Zhang * read.c (TC_START_LABEL): Add a new argument.
2009-06-22 Nick Clifton * gas/app, gas/as.c, gas/as.h, gas/atof-generic...
2009-03-24 H.J. Lu2009-03-23 H.J. Lu <hongjiu.lu@intel.com>
2009-03-05 Joseph Myersgas:
2009-01-26 Andrew Stubbs2009-01-26 Andrew Stubbs <ams@codesourcery.com>
2009-01-19 Andrew Stubbs2009-01-19 Andrew Stubbs <ams@codesourcery.com>
2009-01-16 Andrew Stubbs2009-01-16 Andrew Stubbs <ams@codesourcery.com>
next