OSDN Git Service

Use datarootdir for locales.
[pf3gnuchains/pf3gnuchains4x.git] / gas / expr.c
2014-04-26 Masaki MuranakaMerge branch 'binutils' into tmp
2011-03-17 amodra PR 12569
2010-12-04 macro PR gas/12282
2010-12-02 rsandifogas/
2010-12-01 macro * symbols.h (dot_symbol): New declaration.
2010-12-01 macro * symbols.c (symbol_clone_if_forward_ref): Don't limit...
2010-09-29 amodra * expr.c (expr): Correct returned segment value.
2010-08-02 amodra PR gas/11867
2010-06-22 jbeulichgas/
2010-04-21 hjlInitialize the X_md field.
2010-01-06 Masaki MuranakaUpdate to git@github.com:monaka/binutils.git
2009-12-11 nickcAdd -Wshadow to the gcc command line options used when...
2009-12-11 nickcAdd -Wshadow to the gcc command line options used when...
2009-12-08 hjlCall symbol_same_p to check to if 2 symbols are the...
2009-12-08 hjlCall symbol_same_p to check to if 2 symbols are the...
2009-11-12 Masaki MuranakaMerge branch 'gdb'
2009-11-12 Masaki MuranakaMerge remote branch '3x/master'
2009-11-05 Masaki MuranakaMerge branch 'gdb'
2009-11-04 Masaki MuranakaMerge branch 'master' of git://sourceware.org/git/gdb
2009-11-04 Masaki MuranakaMerge. the Binutils git repository.
2009-11-04 Masaki MuranakaMerge. the GDB git repository.
2009-10-28 amodra PR gas/10856
2009-10-28 Alan Modra PR gas/10856
2009-10-28 amodra PR gas/10856
2009-09-11 Nick Clifton * po/bfd.pot: Updated by the Translation project.
2009-09-11 nickc * po/bfd.pot: Updated by the Translation project.
2009-09-02 Alan Modraupdate copyright dates
2009-09-02 amodraupdate copyright dates
2009-07-28 Jan Beulichgas/
2009-07-28 jbeulichgas/
2009-07-27 monamourUpdate to HEAD.
2009-06-22 Nick Clifton * gas/app, gas/as.c, gas/as.h, gas/atof-generic...
2009-06-22 nickc * gas/app, gas/as.c, gas/as.h, gas/atof-generic...
2009-04-20 Jan Beulichgas/
2009-04-20 jbeulichgas/
2009-04-16 Jan Beulichgas/
2009-04-16 jbeulichgas/
2008-12-04 monamour r6916@monacintosh2: monaka | 2008-11-24 19:18:29...
2007-10-19 Nick CliftonAdd MN10300 linker relaxation support for symbol differ...
2007-10-19 nickcAdd MN10300 linker relaxation support for symbol differ...
2007-09-26 Jan Beulichgas/
2007-09-26 jbeulichgas/
2007-07-03 Nick CliftonSwitch to GPLv3
2007-07-03 nickcSwitch to GPLv3
2007-04-21 Alan Modragas/
2007-04-21 amodragas/
2006-10-24 Ben Elliston * expr.c (expr): Replace O_add case in switch (op_left...
2006-10-24 bje * expr.c (expr): Replace O_add case in switch (op_left...
2006-06-07 Alan Modraremove some duplicate #include's.
2006-06-07 amodraremove some duplicate #include's.
2006-05-09 Ben Elliston * expr.c (operand): Remove `if (0 && ..)' state...
2006-05-09 bje * expr.c (operand): Remove `if (0 && ..)' state...
2006-04-04 Alan Modra PR 997
2006-04-04 amodra PR 997
2005-12-22 Jan Beulichgas/
2005-12-22 jbeulichgas/
2005-11-08 Nick Clifton* expr.c (operand <case '$'>): Use DOLLAR_AMBIGU rather...
2005-11-08 nickc* 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-07 amodra * 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-11-06 amodra * expr.c (integer_constant): Match only 'B' as binary...
2005-10-11 Nick CliftonThis adjusts equate handling by
2005-10-11 nickcThis adjusts equate handling by
2005-10-10 Nick Clifton* expr.c (operator): Allow "!=" as a synonym for "<>".
2005-10-10 nickc* expr.c (operator): Allow "!=" as a synonym for "<>".
2005-05-05 Nick CliftonUpdate the address and phone number of the FSF
2005-05-05 nickcUpdate the address and phone number of the FSF
2005-04-29 Ben Elliston * Makefile.am (GAS_CFILES): Remove bignum-copy.c.
2005-04-29 bje * Makefile.am (GAS_CFILES): Remove bignum-copy.c.
2005-03-15 Jan Beulichgas/
2005-03-15 jbeulichgas/
2005-03-03 Nick CliftonRemove redundant code enclosed by #ifdef RELAX_PAREN_GR...
2005-03-03 nickcRemove redundant code enclosed by #ifdef RELAX_PAREN_GR...
2005-03-01 Alan Modra * expr.c (integer_constant): Remove TARGET_WORD_SIZE...
2005-03-01 amodra * expr.c (integer_constant): Remove TARGET_WORD_SIZE...
2005-03-01 Alan Modra * as.h (assert): Warning fix.
2005-03-01 amodra * as.h (assert): Warning fix.
2004-08-11 Mark Mitchell * expr.c (operand): Handle the "~", "-", and "!" opera...
2004-08-11 mmitchel * expr.c (operand): Handle the "~", "-", and "!" opera...
2004-05-23 Alan Modra * expr.c (operand, operator): Don't reject '++' and...
2004-05-23 amodra * expr.c (operand, operator): Don't reject '++' and...
2004-04-16 Alan Modra * expr.c (operand): Correct checks for ++ and --.
2004-04-16 amodra * expr.c (operand): Correct checks for ++ and --.
2004-03-18 Nathan Sidwell * expr.c (operand): Reject ++ and --.
2004-03-18 nathan * expr.c (operand): Reject ++ and --.
2003-11-22 Kazu Hirata * ehopt.c: Convert to ISO-C.
2003-11-22 kazu * ehopt.c: Convert to ISO-C.
2003-05-27 Richard Henderson * expr.c (make_expr_symbol): Fold FAKE_LABEL_NA...
2003-05-27 rth * expr.c (make_expr_symbol): Fold FAKE_LABEL_NA...
2002-10-18 Alan Modra * expr.c (operand): Add support for n.nn flonums.
2002-10-18 amodra * expr.c (operand): Add support for n.nn flonums.
2002-09-20 Alan Modra * expr.c (expr): Simplify foo-foo here.
2002-09-20 amodra * expr.c (expr): Simplify foo-foo here.
2002-09-19 Alan Modra * write.h (struct fix): Add fx_dot_value.
2002-09-19 amodra * write.h (struct fix): Add fx_dot_value.
2002-08-27 Alan Modra * dwarf2dbg.c: Always include dwarf2dbg.h.
2002-08-27 amodra * dwarf2dbg.c: Always include dwarf2dbg.h.
2002-05-18 Kazu Hirata * app.c: Fix formatting.
2002-05-18 kazu * app.c: Fix formatting.
next