summaryrefslogtreecommitdiff
path: root/gas/expr.c
Commit message (Expand)AuthorAgeFilesLines
...
* * write.h (struct fix): Add fx_dot_value.Alan Modra2002-09-191-0/+4
* * dwarf2dbg.c: Always include dwarf2dbg.h.Alan Modra2002-08-271-4/+2
* * app.c: Fix formatting.Kazu Hirata2002-05-181-1/+1
* * app.c: Fix comment typos.Kazu Hirata2001-10-111-3/+3
* Locale changes from Bruno Haible <haible@clisp.cons.org>.H.J. Lu2001-09-191-10/+5
* * expr.c (expr): Move code setting "retval" to the end of the loop,Alan Modra2001-09-091-18/+24
* 2001-08-14 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2001-08-141-0/+3
* * read.c: Standardize error/warning messages - don't capitalise, noAlan Modra2001-08-011-10/+11
* Fix typo in commentNick Clifton2001-06-131-1/+1
* Revert last patch.Alan Modra2001-05-251-13/+0
* * expr.c (expr): Set return value to absolute_section forAlan Modra2001-05-251-0/+13
* * symbols.c (resolve_symbol_value): Remove "finalize" param,Alan Modra2001-05-221-1/+1
* * expr.c (operand): Pass &c to md_parse_name().Alexandre Oliva2001-04-121-1/+1
* Pass finalize_syms on calls to resolve_symbol_value.Alan Modra2001-03-301-1/+1
* Fix copyright noticesNick Clifton2001-03-081-1/+2
* Update copyright date.Alan Modra2001-02-131-1/+1
* Fix parsing of multi-char operators.Alan Modra2001-02-131-14/+17
* Correct {STANDARD,MRI}_MUL_PRECEDENCE value.Alan Modra2000-11-281-3/+3
* 2000-10-30 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-10-301-3/+2
* 2000-10-17 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-10-171-6/+4
* Miscellaneous tiny fixes.Alan Modra2000-09-051-1/+1
* fix formattingNick Clifton2000-09-031-9/+9
* 2000-08-11 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-08-111-8/+8
* 2000-08-10 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-08-101-245/+221
* * new parsing optionFrank Ch. Eigler2000-07-171-0/+6
* * $literal supportFrank Ch. Eigler2000-06-231-0/+6
* (operand): Do not as_bad() if RELAX_PAREN_GROUPING isAlan Modra2000-06-231-4/+8
* Applied Stephane Carrez <Stephane.Carrez@worldnet.fr> patches to add supportNick Clifton2000-06-191-3/+3
* is_end_of_line fixes.Alan Modra2000-06-021-4/+7
* IA-64 ELF support.Jim Wilson2000-04-211-0/+7
* * expr.c (operand) [case 'f']: When testing if '0f' can start aHans-Peter Nilsson2000-03-131-1/+2
* Remove dead code when not TC_M68K.Alan Modra2000-02-241-1/+11
* NUMBERS_WITH_SUFFIX *doesn't* want to handle 'x', since that is validTimothy Wall2000-02-081-1/+1
* Remove redundant code for checking numbers with suffixes. AddTimothy Wall2000-02-081-24/+7
* Add handling for numbers with suffixed radix.Timothy Wall2000-02-081-8/+30
* Add more md operatorsMichael Meissner1999-11-051-0/+8
* Add md expression support; Cleanup alpha warningsMichael Meissner1999-10-181-0/+8
* 1999-09-11 Donn Terry <donn@interix.com>Ian Lance Taylor1999-09-121-2/+3
* 1999-09-11 Donn Terry <donn@interix.com>Ian Lance Taylor1999-09-111-1/+1
* * dwarf2dbg.c (*): Convert to K&R + prototypes.Richard Henderson1999-06-051-3/+7
* * expr.c (operand): Don't use [ for parens if we want an index op.Richard Henderson1999-06-031-23/+43
* Add support for storing local symbols in a small structure to saveIan Lance Taylor1999-06-031-8/+8
* /Alan Modra1999-05-171-0/+4
* Initial revisionRichard Henderson1999-05-031-0/+1859