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

Side by Side Diff: binutils/gas/symbols.h

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/po/gas.pot ('k') | binutils/gas/symbols.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* symbols.h - 1 /* symbols.h -
2 Copyright 1987, 1990, 1992, 1993, 1994, 1995, 1997, 1999, 2000, 2001, 2 Copyright 1987, 1990, 1992, 1993, 1994, 1995, 1997, 1999, 2000, 2001,
3 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 3 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
4 4
5 This file is part of GAS, the GNU Assembler. 5 This file is part of GAS, the GNU Assembler.
6 6
7 GAS is free software; you can redistribute it and/or modify 7 GAS is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by 8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation; either version 3, or (at your option) 9 the Free Software Foundation; either version 3, or (at your option)
10 any later version. 10 any later version.
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 extern int symbol_written_p (symbolS *); 191 extern int symbol_written_p (symbolS *);
192 extern void symbol_mark_resolved (symbolS *); 192 extern void symbol_mark_resolved (symbolS *);
193 extern int symbol_resolved_p (symbolS *); 193 extern int symbol_resolved_p (symbolS *);
194 extern int symbol_section_p (symbolS *); 194 extern int symbol_section_p (symbolS *);
195 extern int symbol_equated_p (symbolS *); 195 extern int symbol_equated_p (symbolS *);
196 extern int symbol_equated_reloc_p (symbolS *); 196 extern int symbol_equated_reloc_p (symbolS *);
197 extern int symbol_constant_p (symbolS *); 197 extern int symbol_constant_p (symbolS *);
198 extern int symbol_shadow_p (symbolS *); 198 extern int symbol_shadow_p (symbolS *);
199 extern asymbol *symbol_get_bfdsym (symbolS *); 199 extern asymbol *symbol_get_bfdsym (symbolS *);
200 extern void symbol_set_bfdsym (symbolS *, asymbol *); 200 extern void symbol_set_bfdsym (symbolS *, asymbol *);
201 extern int symbol_same_p (symbolS *, symbolS *);
201 202
202 #ifdef OBJ_SYMFIELD_TYPE 203 #ifdef OBJ_SYMFIELD_TYPE
203 OBJ_SYMFIELD_TYPE *symbol_get_obj (symbolS *); 204 OBJ_SYMFIELD_TYPE *symbol_get_obj (symbolS *);
204 void symbol_set_obj (symbolS *, OBJ_SYMFIELD_TYPE *); 205 void symbol_set_obj (symbolS *, OBJ_SYMFIELD_TYPE *);
205 #endif 206 #endif
206 207
207 #ifdef TC_SYMFIELD_TYPE 208 #ifdef TC_SYMFIELD_TYPE
208 TC_SYMFIELD_TYPE *symbol_get_tc (symbolS *); 209 TC_SYMFIELD_TYPE *symbol_get_tc (symbolS *);
209 void symbol_set_tc (symbolS *, TC_SYMFIELD_TYPE *); 210 void symbol_set_tc (symbolS *, TC_SYMFIELD_TYPE *);
210 #endif 211 #endif
OLDNEW
« no previous file with comments | « binutils/gas/po/gas.pot ('k') | binutils/gas/symbols.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698