aboutsummaryrefslogtreecommitdiff
path: root/gas/expr.c
AgeCommit message (Expand)AuthorFilesLines
1998-03-29Fix gcc -Wall warnings. See ChangeLog for details.Ian Lance Taylor1-5/+9
1998-03-25 * expr.h (expr_build_uconstant): Add prototype.Doug Evans1-15/+164
1997-12-17 * expr.c (integer_constant 32bit bignum): Mask off bits outsideJeff Law1-4/+29
1997-02-27 * expr.c (operand): Simplify 0b handling. Don't treat 0b as aIan Lance Taylor1-94/+235
1995-09-21 * subsegs.c (subseg_set): Permit SEG_ABSOLUTE in know expression.Ian Lance Taylor1-15/+42
1995-09-07 * expr.c (operand): Handle 08 and 09 in MRI mode.Ian Lance Taylor1-3/+58
1995-08-01 Initial support for MRI style labels and expressions.Ian Lance Taylor1-243/+535
1995-01-12Use new hex-value code in libiberty:Ken Raeburn1-13/+11
1994-09-14 * expr.c (expr): Don't reduce the difference of two symbols in theJeff Law1-1/+3
1994-09-13* expr.c (make_expr_symbol): If operator is O_symbol and X_add_number is zero,Ken Raeburn1-27/+113
1994-01-28whitespace/formatting changesKen Raeburn1-8/+9
1994-01-20* expr.c (operand): For floating point operand with unusual fp char fromKen Raeburn1-24/+19
1993-11-02 * struc-symbol.h: Add new "sy_used" field to the symbol structure.Jeff Law1-0/+8
1993-10-31 * expr.c (make_expr_symbol): Delete DOT_LABEL_PREFIX codeJeff Law1-22/+29
1993-09-10gcc lint. See ChangeLog for details. Also:Ian Lance Taylor1-25/+46
1993-07-21 * Extensive changes to permit symbols to contain any expressionIan Lance Taylor1-430/+264
1993-07-19 * expr.c (clean_up_expression): Don't cancel the subtraction ofIan Lance Taylor1-0/+1
1993-07-07(integer_constant, floating_constant): Now return void.Ken Raeburn1-58/+58
1993-05-27read.c (s_align_bytes): Properly record alignment.Ken Raeburn1-18/+34
1993-03-12 * expr.c, write.c: Ultrix native 4.2 cc requires assert conditionIan Lance Taylor1-122/+113
1993-01-05expr.c (operand): handle logical end-of-line characters line newlineKen Raeburn1-1/+4
1993-01-04comment reformattingKen Raeburn1-26/+11
1992-12-30Wed Dec 30 10:18:57 1992 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1-5/+9
1992-12-28handle local label number zero -- 0f, 0b, 0$ -- correctlyKen Raeburn1-610/+655
1992-06-04Thu Jun 4 11:59:13 1992 Steve Chamberlain (sac@thepub.cygnus.com)Steve Chamberlain1-177/+194
1992-02-26 * expr.c: If an expression is single comma, then return withSteve Chamberlain1-1/+2
1992-02-25 * as.h: include bfd.h if using many sectionsSteve Chamberlain1-4/+4
1992-02-22 * app.c: MRI compatibility - allow single quote to start a string.Steve Chamberlain1-555/+696
1992-02-13force all files to end in "/* end of filename"K. Richard Pixley1-1/+1
1992-02-13White space and comments only. The devo tree prior to this delta isK. Richard Pixley1-645/+635
1991-04-04Initial revisionK. Richard Pixley1-0/+966