Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(73)

Side by Side Diff: binutils/gas/expr.c

Issue 3018030: [binutils] Bump binutils to 2.20.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « binutils/gas/doc/as.texinfo ('k') | binutils/gas/listing.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
None
OLDNEW
1 /* expr.c -operands, expressions- 1 /* expr.c -operands, expressions-
2 Copyright 1987, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2 Copyright 1987, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
3 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009 3 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009
4 Free Software Foundation, Inc. 4 Free Software Foundation, Inc.
5 5
6 This file is part of GAS, the GNU Assembler. 6 This file is part of GAS, the GNU Assembler.
7 7
8 GAS is free software; you can redistribute it and/or modify 8 GAS is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by 9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation; either version 3, or (at your option) 10 the Free Software Foundation; either version 3, or (at your option)
(...skipping 1976 matching lines...) Expand 10 before | Expand all | Expand 10 after
1987 1987
1988 /* The PA port needs this information. */ 1988 /* The PA port needs this information. */
1989 if (resultP->X_add_symbol) 1989 if (resultP->X_add_symbol)
1990 symbol_mark_used (resultP->X_add_symbol); 1990 symbol_mark_used (resultP->X_add_symbol);
1991 1991
1992 if (rank == 0 && mode == expr_evaluate) 1992 if (rank == 0 && mode == expr_evaluate)
1993 resolve_expression (resultP); 1993 resolve_expression (resultP);
1994 1994
1995 return resultP->X_op == O_constant ? absolute_section : retval; 1995 return resultP->X_op == O_constant ? absolute_section : retval;
1996 } 1996 }

error: old chunk mismatch

OLDNEW
« no previous file with comments | « binutils/gas/doc/as.texinfo ('k') | binutils/gas/listing.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698