OSDN Git Service

gas/
[pf3gnuchains/pf3gnuchains3x.git] / gas / expr.c
2005-05-05 nickcUpdate the address and phone number of the FSF
2005-04-29 bje * Makefile.am (GAS_CFILES): Remove bignum-copy.c.
2005-03-15 jbeulichgas/
2005-03-03 nickcRemove redundant code enclosed by #ifdef RELAX_PAREN_GR...
2005-03-01 amodra * expr.c (integer_constant): Remove TARGET_WORD_SIZE...
2005-03-01 amodra * as.h (assert): Warning fix.
2004-08-11 mmitchel * expr.c (operand): Handle the "~", "-", and "!" opera...
2004-05-23 amodra * expr.c (operand, operator): Don't reject '++' and...
2004-04-16 amodra * expr.c (operand): Correct checks for ++ and --.
2004-03-18 nathan * expr.c (operand): Reject ++ and --.
2003-11-22 kazu * ehopt.c: Convert to ISO-C.
2003-05-27 rth * expr.c (make_expr_symbol): Fold FAKE_LABEL_NA...
2002-10-18 amodra * expr.c (operand): Add support for n.nn flonums.
2002-09-20 amodra * expr.c (expr): Simplify foo-foo here.
2002-09-19 amodra * write.h (struct fix): Add fx_dot_value.
2002-08-27 amodra * dwarf2dbg.c: Always include dwarf2dbg.h.
2002-05-18 kazu * app.c: Fix formatting.
2001-10-11 kazu * app.c: Fix comment typos.
2001-09-19 hjlLocale changes from Bruno Haible <haible@clisp.cons...
2001-09-09 amodra * expr.c (expr): Move code setting "retval" to the...
2001-08-14 jjohnstn2001-08-14 Jeff Johnston <jjohnstn@redhat.com>
2001-08-01 amodra * read.c: Standardize error/warning messages - don...
2001-06-13 nickcFix typo in comment
2001-05-25 amodraRevert last patch.
2001-05-25 amodra * expr.c (expr): Set return value to absolute_section for
2001-05-22 amodra * symbols.c (resolve_symbol_value): Remove "finalize...
2001-04-12 aoliva* expr.c (operand): Pass &c to md_parse_name().
2001-03-30 amodraPass finalize_syms on calls to resolve_symbol_value.
2001-03-08 nickcFix copyright notices
2001-02-13 amodraUpdate copyright date.
2001-02-13 amodraFix parsing of multi-char operators.
2000-11-28 amodraCorrect {STANDARD,MRI}_MUL_PRECEDENCE value.
2000-10-30 kazu2000-10-30 Kazu Hirata <kazu@hxi.com>
2000-10-17 kazu2000-10-17 Kazu Hirata <kazu@hxi.com>
2000-09-05 amodraMiscellaneous tiny fixes.
2000-09-03 nickcfix formatting
2000-08-11 kazu2000-08-11 Kazu Hirata <kazu@hxi.com>
2000-08-10 kazu2000-08-10 Kazu Hirata <kazu@hxi.com>
2000-07-17 fche* new parsing option
2000-06-23 fche* $literal support
2000-06-23 amodra(operand): Do not as_bad() if RELAX_PAREN_GROUPING is
2000-06-19 nickcApplied Stephane Carrez <Stephane.Carrez@worldnet.fr...
2000-06-02 amodrais_end_of_line fixes.
2000-04-21 wilsonIA-64 ELF support.
2000-03-13 hp * expr.c (operand) [case 'f']: When testing if '0f...
2000-02-24 amodraRemove dead code when not TC_M68K.
2000-02-08 twallNUMBERS_WITH_SUFFIX *doesn't* want to handle 'x', since...
2000-02-08 twallRemove redundant code for checking numbers with suffixe...
2000-02-08 twallAdd handling for numbers with suffixed radix.
1999-11-05 meissnerAdd more md operators
1999-10-18 meissnerAdd md expression support; Cleanup alpha warnings
1999-09-12 ian1999-09-11 Donn Terry <donn@interix.com>
1999-09-11 ian1999-09-11 Donn Terry <donn@interix.com>
1999-06-05 rth * dwarf2dbg.c (*): Convert to K&R + prototypes.
1999-06-03 rth * expr.c (operand): Don't use [ for parens...
1999-06-03 ian Add support for storing local symbols in a small struc...
1999-05-17 amodra/
1999-05-03 rthInitial revision