OLD | NEW |
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 Loading... |
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 |
None
OLD | NEW |