summaryrefslogtreecommitdiff
path: root/gas/expr.c
Commit message (Expand)AuthorAgeFilesLines
* gas: require an operand to .startof.()/.sizeof.()Jan Beulich2017-02-221-0/+22
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Fix ICE in assembler when passed a bogus input file.Nick Clifton2016-12-051-1/+1
* Accept L and LL suffixes to integer constants.Nick Clifton2016-11-111-0/+8
* -Wimplicit-fallthrough dodgy fixesAlan Modra2016-10-061-3/+3
* -Wimplicit-fallthrough warning fixesAlan Modra2016-10-061-0/+1
* use xstrdup, xmemdup0 and concat moreTrevor Saunders2016-05-131-10/+4
* Allow integer contants to have a U suffix. Improve error reporting for missi...Nick Clifton2016-04-071-1/+14
* use XNEW and related macros moreTrevor Saunders2016-04-031-1/+1
* cleanup FLT_CHARS and EXP_CHARSTrevor Saunders2016-04-031-2/+0
* Add more const type qualifiers to GAS sources.Trevor Saunders2016-02-221-3/+3
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* Allow symbol and label names to be enclosed in double quotes.Nick Clifton2015-08-211-24/+54
* gas 0f handlingAlan Modra2015-08-131-38/+25
* gas 0b vs 0b0 vs 00bAlan Modra2015-08-131-21/+23
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Don't use register keywordAlan Modra2014-11-041-1/+1
* Avoid undefined behaviour with signed expressionsAlan Modra2014-10-141-1/+2
* Prepare gas for 64-bit obstacksAlan Modra2014-07-261-1/+0
* Update copyright yearsAlan Modra2014-03-051-3/+1
* gas/Julian Brown2013-04-151-2/+2
* gas/Julian Brown2013-04-111-10/+57
* 2013-03-08 Chung-Lin Tang <cltang@codesourcery.com>Chung-Lin Tang2013-03-081-1/+4
* * frags.h (frag_offset_fixed_p): Update prototype.Alan Modra2012-06-301-4/+4
* PR 12569Alan Modra2011-03-171-5/+2
* PR gas/12282Maciej W. Rozycki2010-12-041-1/+1
* gas/Richard Sandiford2010-12-021-3/+10
* * symbols.h (dot_symbol): New declaration.Maciej W. Rozycki2010-12-011-1/+1
* * symbols.c (symbol_clone_if_forward_ref): Don't limit cloningMaciej W. Rozycki2010-12-011-2/+7
* * expr.c (expr): Correct returned segment value.Alan Modra2010-09-291-8/+19
* PR gas/11867Alan Modra2010-08-021-7/+14
* gas/Jan Beulich2010-06-221-2/+1
* Initialize the X_md field.H.J. Lu2010-04-211-0/+1
* Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton2009-12-111-4/+4
* Call symbol_same_p to check to if 2 symbols are the same.H.J. Lu2009-12-081-2/+1
* PR gas/10856Alan Modra2009-10-281-8/+13
* * po/bfd.pot: Updated by the Translation project.Nick Clifton2009-09-111-11/+11
* update copyright datesAlan Modra2009-09-021-1/+1
* gas/Jan Beulich2009-07-281-17/+1
* * gas/app, gas/as.c, gas/as.h, gas/atof-generic.c, gas/cgen.c,Nick Clifton2009-06-221-3/+3
* gas/Jan Beulich2009-04-201-7/+104
* gas/Jan Beulich2009-04-161-0/+15
* Add MN10300 linker relaxation support for symbol differencesNick Clifton2007-10-191-0/+3
* gas/Jan Beulich2007-09-261-4/+12
* Switch to GPLv3Nick Clifton2007-07-031-1/+1
* gas/Alan Modra2007-04-211-2/+2
* * expr.c (expr): Replace O_add case in switch (op_left) explainingBen Elliston2006-10-241-1/+3
* remove some duplicate #include's.Alan Modra2006-06-071-1/+0
* * expr.c (operand): Remove `if (0 && ..)' statement andBen Elliston2006-05-091-11/+1
* PR 997Alan Modra2006-04-041-5/+13