X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Fconfig%2Ftc-metag.h;h=27ed1678302de2ffc7ee09dbfeb50938df62bdc7;hb=53fc67f8b2663261810353ae8e4f9920ae7a1c56;hp=aa77835b04b22fb365ac54509755aa82eb03da91;hpb=219d1afa89d0d53ca93a684cac341f16470f3ca0;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/config/tc-metag.h b/gas/config/tc-metag.h index aa77835b04..27ed167830 100644 --- a/gas/config/tc-metag.h +++ b/gas/config/tc-metag.h @@ -1,5 +1,5 @@ /* tc-metag.h -- Header file for tc-metag.c. - Copyright (C) 2013-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2020 Free Software Foundation, Inc. Contributed by Imagination Technologies Ltd. This file is part of GAS, the GNU Assembler. @@ -51,7 +51,6 @@ extern int metag_force_relocation (struct fix *); /* Call md_pcrel_from_section(), not md_pcrel_from(). */ #define MD_PCREL_FROM_SECTION(FIX, SEC) md_pcrel_from_section (FIX, SEC) -extern long md_pcrel_from_section (struct fix *, segT); #define HANDLE_ALIGN(fragp) metag_handle_align (fragp) extern void metag_handle_align (struct frag *);