~ubuntu-branches/debian/squeeze/binutils/squeeze

« back to all changes in this revision

Viewing changes to gas/expr.c

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-09-10 17:05:30 UTC
  • mfrom: (1.4.5 upstream) (6.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090910170530-wa6gpju9pq5c56on
Tags: 2.19.91.20090910-1
* Snapshot, taken from the 2.20 release branch 20090910, corresponding
  to the 2.19.90 upstream snapshot.
* Fix Thumb-2 shared libraries (Daniel Jacobowitz), patch taken
  from the trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* expr.c -operands, expressions-
2
2
   Copyright 1987, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
3
 
   1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
 
3
   1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009
4
4
   Free Software Foundation, Inc.
5
5
 
6
6
   This file is part of GAS, the GNU Assembler.
1486
1486
   7    * / % << >>
1487
1487
   8    unary - unary ~
1488
1488
*/
1489
 
static operator_rankT op_rank[] = {
 
1489
static operator_rankT op_rank[O_max] = {
1490
1490
  0,    /* O_illegal */
1491
1491
  0,    /* O_absent */
1492
1492
  0,    /* O_constant */
1517
1517
  3,    /* O_logical_and */
1518
1518
  2,    /* O_logical_or */
1519
1519
  1,    /* O_index */
1520
 
  0,    /* O_md1 */
1521
 
  0,    /* O_md2 */
1522
 
  0,    /* O_md3 */
1523
 
  0,    /* O_md4 */
1524
 
  0,    /* O_md5 */
1525
 
  0,    /* O_md6 */
1526
 
  0,    /* O_md7 */
1527
 
  0,    /* O_md8 */
1528
 
  0,    /* O_md9 */
1529
 
  0,    /* O_md10 */
1530
 
  0,    /* O_md11 */
1531
 
  0,    /* O_md12 */
1532
 
  0,    /* O_md13 */
1533
 
  0,    /* O_md14 */
1534
 
  0,    /* O_md15 */
1535
 
  0,    /* O_md16 */
1536
1520
};
1537
1521
 
1538
1522
/* Unfortunately, in MRI mode for the m68k, multiplication and