summaryrefslogtreecommitdiff
path: root/gas/expr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gas/Jan Beulich2005-12-221-14/+78
* * expr.c (operand <case '$'>): Use DOLLAR_AMBIGU rather than flag_mri_m68kNick Clifton2005-11-081-3/+3
* * expr.c (op_encoding): Map '=' to O_SINGLE_EQ, if defined.Alan Modra2005-11-071-1/+4
* * expr.c (integer_constant): Match only 'B' as binary suffix ifAlan Modra2005-11-061-1/+4
* This adjusts equate handling byNick Clifton2005-10-111-11/+211
* * expr.c (operator): Allow "!=" as a synonym for "<>".Nick Clifton2005-10-101-4/+10
* Update the address and phone number of the FSFNick Clifton2005-05-051-2/+2
* * Makefile.am (GAS_CFILES): Remove bignum-copy.c.Ben Elliston2005-04-291-29/+0
* gas/Jan Beulich2005-03-151-19/+15
* Remove redundant code enclosed by #ifdef RELAX_PAREN_GROUPING....#endif.Nick Clifton2005-03-031-6/+1
* * expr.c (integer_constant): Remove TARGET_WORD_SIZE hack.Alan Modra2005-03-011-5/+1
* * as.h (assert): Warning fix.Alan Modra2005-03-011-1/+1
* * expr.c (operand): Handle the "~", "-", and "!" operators appliedMark Mitchell2004-08-111-0/+29
* * expr.c (operand, operator): Don't reject '++' and '--'.Alan Modra2004-05-231-6/+9
* * expr.c (operand): Correct checks for ++ and --.Alan Modra2004-04-161-2/+2
* * expr.c (operand): Reject ++ and --.Nathan Sidwell2004-03-181-0/+15
* * ehopt.c: Convert to ISO-C.Kazu Hirata2003-11-221-49/+30
* * expr.c (make_expr_symbol): Fold FAKE_LABEL_NAME use into theRichard Henderson2003-05-271-10/+2
* * expr.c (operand): Add support for n.nn flonums.Alan Modra2002-10-181-16/+28
* * expr.c (expr): Simplify foo-foo here.Alan Modra2002-09-201-18/+2