X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gas%2Ftc.h;h=4a740f9bdd9ede6c274ea94b3f763d2cddeaf919;hb=811f61d4c453934b765c73bde78fc29ea22c0c7d;hp=60286e8e334c5d8f2cb0d51080b2d8765a49ab79;hpb=ae2689b09ff821b285159db064705068bb4cfa02;p=binutils-gdb.git diff --git a/gas/tc.h b/gas/tc.h index 60286e8e334..4a740f9bdd9 100644 --- a/gas/tc.h +++ b/gas/tc.h @@ -1,6 +1,6 @@ /* tc.h - target cpu dependent - Copyright (C) 1987-2016 Free Software Foundation, Inc. + Copyright (C) 1987-2022 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -54,6 +54,9 @@ void md_create_short_jump (char *, addressT, addressT, fragS *, symbolS *); #ifndef md_pcrel_from long md_pcrel_from (fixS *); #endif +#ifndef md_pcrel_from_section +long md_pcrel_from_section (fixS *, segT); +#endif #ifndef md_operand void md_operand (expressionS *); #endif