X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Fsymbols.h;h=2fee190d4c279cc60b636284a8d731a33abd0456;hb=144b71e2a88e02d0b54d4f09cc652f353b46e455;hp=7c9896feb90b38767594367d3b93c76a08f05e02;hpb=00ce9deb436f0546db143c24c05964f68e2fa7c1;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/symbols.h b/gas/symbols.h index 7c9896feb9..2fee190d4c 100644 --- a/gas/symbols.h +++ b/gas/symbols.h @@ -1,6 +1,5 @@ /* symbols.h - - Copyright 1987, 1990, 1992, 1993, 1994, 1995, 1997, 1999, 2000, 2001, - 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. + Copyright (C) 1987-2016 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -100,6 +99,7 @@ extern int S_FORCE_RELOC (symbolS *, int); extern int S_IS_DEBUG (symbolS *); extern int S_IS_LOCAL (symbolS *); extern int S_IS_STABD (symbolS *); +extern int S_CAN_BE_REDEFINED (const symbolS *); extern int S_IS_VOLATILE (const symbolS *); extern int S_IS_FORWARD_REF (const symbolS *); extern const char *S_GET_NAME (symbolS *);