Removed generation of the PT_GNU_PROPERTY segment
[external/binutils.git] / gas / expr.c
2019-05-21 John DarringtonGAS: Replace macro LITERAL_PREFIXDOLLAR_HEX with a...
2019-05-21 John DarringtonRevert "GAS: Replace macro LITERAL_PREFIXDOLLAR_HEX...
2019-05-20 John DarringtonGAS: Replace macro LITERAL_PREFIXDOLLAR_HEX with a...
2019-04-24 Alexandre OlivaSpeed up locview resolution with relaxable frags
2019-01-01 Alan ModraUpdate year range in copyright notice of binutils files
2018-10-20 Alan ModraPR23800, .eqv doesn't always defer expression evaluation
2018-04-11 Alan ModraRemove i860, i960, bout and aout-adobe targets
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-02-22 Jan Beulichgas: require an operand to .startof.()/.sizeof.()
2017-01-02 Alan ModraUpdate year range in copyright notice of all files.
2016-12-05 Nick CliftonFix ICE in assembler when passed a bogus input file.
2016-11-11 Nick CliftonAccept L and LL suffixes to integer constants.
2016-10-06 Alan Modra-Wimplicit-fallthrough dodgy fixes
2016-10-05 Alan Modra-Wimplicit-fallthrough warning fixes
2016-05-13 Trevor Saundersuse xstrdup, xmemdup0 and concat more
2016-04-07 Nick CliftonAllow integer contants to have a U suffix. Improve...
2016-04-04 Trevor Saundersuse XNEW and related macros more
2016-04-03 Trevor Saunderscleanup FLT_CHARS and EXP_CHARS
2016-02-22 Trevor SaundersAdd more const type qualifiers to GAS sources.
2016-01-01 Alan ModraCopyright update for binutils
2015-08-21 Nick CliftonAllow symbol and label names to be enclosed in double...
2015-08-13 Alan Modragas 0f handling
2015-08-13 Alan Modragas 0b vs 0b0 vs 00b
2015-01-01 Alan ModraChangeLog rotatation and copyright year update
2014-11-04 Alan ModraDon't use register keyword
2014-10-14 Alan ModraAvoid undefined behaviour with signed expressions
2014-07-26 Alan ModraPrepare gas for 64-bit obstacks
2014-03-05 Alan ModraUpdate copyright years
2013-04-15 Julian Brown gas/
2013-04-11 Julian Brown gas/
2013-03-08 Chung-Lin Tang2013-03-08 Chung-Lin Tang <cltang@codesourcery.com>
2012-06-30 Alan Modra * frags.h (frag_offset_fixed_p): Update prototype.
2011-03-17 Alan Modra PR 12569
2010-12-04 Maciej W. Rozycki PR gas/12282
2010-12-02 Richard Sandifordgas/
2010-12-01 Maciej W. Rozycki * symbols.h (dot_symbol): New declaration.
2010-12-01 Maciej W. Rozycki * symbols.c (symbol_clone_if_forward_ref): Don't limit...
2010-09-29 Alan Modra * expr.c (expr): Correct returned segment value.
2010-08-02 Alan Modra PR gas/11867
2010-06-22 Jan Beulichgas/
2010-04-21 H.J. LuInitialize the X_md field.
2009-12-11 Nick CliftonAdd -Wshadow to the gcc command line options used when...
2009-12-08 H.J. LuCall symbol_same_p to check to if 2 symbols are the...
2009-10-28 Alan Modra PR gas/10856
2009-09-11 Nick Clifton * po/bfd.pot: Updated by the Translation project.
2009-09-02 Alan Modraupdate copyright dates
2009-07-28 Jan Beulichgas/
2009-06-22 Nick Clifton * gas/app, gas/as.c, gas/as.h, gas/atof-generic...
2009-04-20 Jan Beulichgas/
2009-04-16 Jan Beulichgas/
2007-10-19 Nick CliftonAdd MN10300 linker relaxation support for symbol differ...
2007-09-26 Jan Beulichgas/
2007-07-03 Nick CliftonSwitch to GPLv3
2007-04-21 Alan Modragas/
2006-10-24 Ben Elliston * expr.c (expr): Replace O_add case in switch (op_left...
2006-06-07 Alan Modraremove some duplicate #include's.
2006-05-09 Ben Elliston * expr.c (operand): Remove `if (0 && ..)' state...
2006-04-20 Elena ZannoniThis commit was generated by cvs2svn to track changes...
2006-04-04 Alan Modra PR 997
2005-12-22 Jan Beulichgas/
2005-11-08 Nick Clifton* expr.c (operand <case '$'>): Use DOLLAR_AMBIGU rather...
2005-11-07 Alan Modra * expr.c (op_encoding): Map '=' to O_SINGLE_EQ, if...
2005-11-06 Alan Modra * expr.c (integer_constant): Match only 'B' as binary...
2005-10-11 Nick CliftonThis adjusts equate handling by
2005-10-10 Nick Clifton* expr.c (operator): Allow "!=" as a synonym for "<>".
2005-05-05 Nick CliftonUpdate the address and phone number of the FSF
2005-04-29 Ben Elliston * Makefile.am (GAS_CFILES): Remove bignum-copy.c.
2005-03-15 Jan Beulichgas/
2005-03-03 Nick CliftonRemove redundant code enclosed by #ifdef RELAX_PAREN_GR...
2005-03-01 Alan Modra * expr.c (integer_constant): Remove TARGET_WORD_SIZE...
2005-03-01 Alan Modra * as.h (assert): Warning fix.
2004-08-11 Mark Mitchell * expr.c (operand): Handle the "~", "-", and "!" opera...
2004-05-23 Alan Modra * expr.c (operand, operator): Don't reject '++' and...
2004-04-16 Alan Modra * expr.c (operand): Correct checks for ++ and --.
2004-03-18 Nathan Sidwell * expr.c (operand): Reject ++ and --.
2003-11-22 Kazu Hirata * ehopt.c: Convert to ISO-C.
2003-05-27 Richard Henderson * expr.c (make_expr_symbol): Fold FAKE_LABEL_NA...
2002-10-18 Alan Modra * expr.c (operand): Add support for n.nn flonums.
2002-09-20 Alan Modra * expr.c (expr): Simplify foo-foo here.
2002-09-19 Alan Modra * write.h (struct fix): Add fx_dot_value.
2002-08-27 Alan Modra * dwarf2dbg.c: Always include dwarf2dbg.h.
2002-08-23 Elena ZannoniThis commit was generated by cvs2svn to track changes...
2002-05-18 Kazu Hirata * app.c: Fix formatting.
2001-10-11 Kazu Hirata * app.c: Fix comment typos.
2001-09-19 H.J. LuLocale changes from Bruno Haible <haible@clisp.cons...
2001-09-09 Alan Modra * expr.c (expr): Move code setting "retval" to the...
2001-08-14 Jeff Johnston2001-08-14 Jeff Johnston <jjohnstn@redhat.com>
2001-08-01 Alan Modra * read.c: Standardize error/warning messages - don...
2001-06-13 Nick CliftonFix typo in comment
2001-05-25 Alan ModraRevert last patch.
2001-05-25 Alan Modra * expr.c (expr): Set return value to absolute_section for
2001-05-22 Alan Modra * symbols.c (resolve_symbol_value): Remove "finalize...
2001-04-12 Alexandre Oliva* expr.c (operand): Pass &c to md_parse_name().
2001-03-30 Alan ModraPass finalize_syms on calls to resolve_symbol_value.
2001-03-08 Nick CliftonFix copyright notices
2001-02-13 Alan ModraUpdate copyright date.
2001-02-13 Alan ModraFix parsing of multi-char operators.
2000-11-28 Alan ModraCorrect {STANDARD,MRI}_MUL_PRECEDENCE value.
2000-10-30 Kazu Hirata2000-10-30 Kazu Hirata <kazu@hxi.com>
next