X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Ftc.h;h=c9722307dea2025a57791f1c525860fbd4f1870d;hb=15091ded14ec08bd3f3a686d420c6009e1d2c518;hp=ab9c3ff6989d16cb4e38c5e827dc0c284cd1190e;hpb=2571583aed598dd3f9651b53434e5f177a0e3cf7;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/tc.h b/gas/tc.h index ab9c3ff698..c9722307de 100644 --- a/gas/tc.h +++ b/gas/tc.h @@ -1,6 +1,6 @@ /* tc.h - target cpu dependent - Copyright (C) 1987-2017 Free Software Foundation, Inc. + Copyright (C) 1987-2021 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