aboutsummaryrefslogtreecommitdiff
path: root/gas/expr.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-08-21Allow symbol and label names to be enclosed in double quotes.Nick Clifton1-24/+54
2015-08-13gas 0f handlingAlan Modra1-38/+25
2015-08-13gas 0b vs 0b0 vs 00bAlan Modra1-21/+23
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-11-04Don't use register keywordAlan Modra1-1/+1
2014-10-14Avoid undefined behaviour with signed expressionsAlan Modra1-1/+2
2014-07-26Prepare gas for 64-bit obstacksAlan Modra1-1/+0
2014-03-05Update copyright yearsAlan Modra1-3/+1
2013-04-15 gas/Julian Brown1-2/+2
2013-04-11 gas/Julian Brown1-10/+57
2013-03-082013-03-08 Chung-Lin Tang <cltang@codesourcery.com>Chung-Lin Tang1-1/+4
2012-06-30 * frags.h (frag_offset_fixed_p): Update prototype.Alan Modra1-4/+4
2011-03-17 PR 12569Alan Modra1-5/+2
2010-12-04 PR gas/12282Maciej W. Rozycki1-1/+1
2010-12-02gas/Richard Sandiford1-3/+10
2010-12-01 * symbols.h (dot_symbol): New declaration.Maciej W. Rozycki1-1/+1
2010-12-01 * symbols.c (symbol_clone_if_forward_ref): Don't limit cloningMaciej W. Rozycki1-2/+7
2010-09-29 * expr.c (expr): Correct returned segment value.Alan Modra1-8/+19
2010-08-02 PR gas/11867Alan Modra1-7/+14
2010-06-22gas/Jan Beulich1-2/+1
2010-04-21Initialize the X_md field.H.J. Lu1-0/+1
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton1-4/+4
2009-12-08Call symbol_same_p to check to if 2 symbols are the same.H.J. Lu1-2/+1
2009-10-28 PR gas/10856Alan Modra1-8/+13
2009-09-11 * po/bfd.pot: Updated by the Translation project.Nick Clifton1-11/+11
2009-09-02update copyright datesAlan Modra1-1/+1
2009-07-28gas/Jan Beulich1-17/+1
2009-06-22 * gas/app, gas/as.c, gas/as.h, gas/atof-generic.c, gas/cgen.c,Nick Clifton1-3/+3
2009-04-20gas/Jan Beulich1-7/+104
2009-04-16gas/Jan Beulich1-0/+15
2007-10-19Add MN10300 linker relaxation support for symbol differencesNick Clifton1-0/+3
2007-09-26gas/Jan Beulich1-4/+12
2007-07-03Switch to GPLv3Nick Clifton1-1/+1
2007-04-21gas/Alan Modra1-2/+2
2006-10-24 * expr.c (expr): Replace O_add case in switch (op_left) explainingBen Elliston1-1/+3
2006-06-07remove some duplicate #include's.Alan Modra1-1/+0
2006-05-09 * expr.c (operand): Remove `if (0 && ..)' statement andBen Elliston1-11/+1
2006-04-04 PR 997Alan Modra1-5/+13
2005-12-22gas/Jan Beulich1-14/+78
2005-11-08* expr.c (operand <case '$'>): Use DOLLAR_AMBIGU rather than flag_mri_m68kNick Clifton1-3/+3
2005-11-07 * expr.c (op_encoding): Map '=' to O_SINGLE_EQ, if defined.Alan Modra1-1/+4
2005-11-06 * expr.c (integer_constant): Match only 'B' as binary suffix ifAlan Modra1-1/+4
2005-10-11This adjusts equate handling byNick Clifton1-11/+211
2005-10-10* expr.c (operator): Allow "!=" as a synonym for "<>".Nick Clifton1-4/+10
2005-05-05Update the address and phone number of the FSFNick Clifton1-2/+2
2005-04-29 * Makefile.am (GAS_CFILES): Remove bignum-copy.c.Ben Elliston1-29/+0
2005-03-15gas/Jan Beulich1-19/+15
2005-03-03Remove redundant code enclosed by #ifdef RELAX_PAREN_GROUPING....#endif.Nick Clifton1-6/+1
2005-03-01 * expr.c (integer_constant): Remove TARGET_WORD_SIZE hack.Alan Modra1-5/+1