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

Side by Side Diff: binutils/gas/symbols.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/symbols.h ('k') | binutils/gas/testsuite/ChangeLog » ('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 /* symbols.c -symbol table- 1 /* symbols.c -symbol table-
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, 2008, 2009 3 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 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 2364 matching lines...) Expand 10 before | Expand all | Expand 10 after
2375 { 2375 {
2376 if (LOCAL_SYMBOL_CHECK (s)) 2376 if (LOCAL_SYMBOL_CHECK (s))
2377 s = local_symbol_convert ((struct local_symbol *) s); 2377 s = local_symbol_convert ((struct local_symbol *) s);
2378 return &s->sy_value; 2378 return &s->sy_value;
2379 } 2379 }
2380 2380
2381 /* Set the value of a symbol to an expression. */ 2381 /* Set the value of a symbol to an expression. */
2382 2382
2383 void 2383 void
2384 symbol_set_value_expression (symbolS *s, const expressionS *exp) 2384 symbol_set_value_expression (symbolS *s, const expressionS *exp)

error: old chunk mismatch

OLDNEW
« no previous file with comments | « binutils/gas/symbols.h ('k') | binutils/gas/testsuite/ChangeLog » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698