Use getters/setters to access ARM branch type
[deliverable/binutils-gdb.git] / gas / config / tc-xgate.h
index 7f414e5831c826d35b6531dbd883a2b3a8f9ac66..cce73aec7b6c4cc1090513634c468ba01725ab88 100644 (file)
@@ -1,5 +1,5 @@
 /* tc-xgate.h -- Header file for tc-xgate.c.
-   Copyright 2010, 2011, 2012 Free Software Foundation, Inc.
+   Copyright (C) 2010-2016 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -105,6 +105,10 @@ extern int tc_xgate_fix_adjustable (struct fix *);
 #define elf_tc_final_processing        xgate_elf_final_processing
 extern void xgate_elf_final_processing (void);
 
+/* Mark the symbol as being from XGATE.  */
+#define tc_frob_symbol(sym, punt) punt = xgate_frob_symbol (sym)
+extern int xgate_frob_symbol (symbolS *);
+
 #if 0
 #define tc_print_statistics(FILE) xgate_print_statistics (FILE)
 extern void xgate_print_statistics (FILE *);
This page took 0.025869 seconds and 4 git commands to generate.