* mips16-opc.c (mips16_opcodes): Add the following MIPS16e
[deliverable/binutils-gdb.git] / gas / symbols.h
index 89bbdb130df11c43a5145ceeaac8cfb77b434301..ebad4408390215ff3f27d456067f8201d228c11b 100644 (file)
@@ -16,8 +16,8 @@
 
    You should have received a copy of the GNU General Public License
    along with GAS; see the file COPYING.  If not, write to the Free
-   Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA.  */
+   Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
+   02110-1301, USA.  */
 
 #ifdef BFD_ASSEMBLER
 /* The BFD code wants to walk the list in both directions.  */
@@ -50,15 +50,12 @@ extern int symbols_case_sensitive;
 char *decode_local_label_name (char *s);
 symbolS *symbol_find (const char *name);
 symbolS *symbol_find_exact (const char *name);
-symbolS *symbol_find_base (const char *name, int strip_underscore);
 symbolS *symbol_find_or_make (const char *name);
 symbolS *symbol_make (const char *name);
 symbolS *symbol_new (const char *name, segT segment, valueT value,
                     fragS * frag);
 symbolS *symbol_create (const char *name, segT segment, valueT value,
                        fragS * frag);
-struct local_symbol *local_symbol_make (const char *name, segT section,
-                                       valueT value, fragS * frag);
 symbolS *symbol_temp_new (segT, valueT, fragS *);
 symbolS *symbol_temp_new_now (void);
 symbolS *symbol_temp_make (void);
@@ -99,7 +96,6 @@ extern int S_IS_DEFINED (symbolS *);
 extern int S_FORCE_RELOC (symbolS *, int);
 extern int S_IS_DEBUG (symbolS *);
 extern int S_IS_LOCAL (symbolS *);
-extern int S_IS_EXTERN (symbolS *);
 extern int S_IS_STABD (symbolS *);
 extern const char *S_GET_NAME (symbolS *);
 extern segT S_GET_SEGMENT (symbolS *);
@@ -166,7 +162,6 @@ extern symbolS *symbol_previous (symbolS *);
 #endif /* SYMBOLS_NEED_BACKPOINTERS */
 
 void verify_symbol_chain (symbolS * rootP, symbolS * lastP);
-void verify_symbol_chain_2 (symbolS * symP);
 
 void symbol_append (symbolS * addme, symbolS * target,
                    symbolS ** rootP, symbolS ** lastP);
This page took 0.024687 seconds and 4 git commands to generate.