X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Fconfig%2Ftc-xgate.h;h=cce73aec7b6c4cc1090513634c468ba01725ab88;hb=4512dafa508c4b148996f2d67222a82dd018cdd3;hp=7f414e5831c826d35b6531dbd883a2b3a8f9ac66;hpb=f6c1a2d592af15d02c7fc93390af3c803e74c4d9;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/config/tc-xgate.h b/gas/config/tc-xgate.h index 7f414e5831..cce73aec7b 100644 --- a/gas/config/tc-xgate.h +++ b/gas/config/tc-xgate.h @@ -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 *);