X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Ftc.h;h=da1738d67a811dd10c9a8ed761ab4d5a498fe2a3;hb=2951f6c068f961a2ea1de892fc82cf0229af67da;hp=51ff4997edba0de24a4195c707a8db9135343378;hpb=6d4af3c269e64b0093b23bd63d302bd9f90de6a9;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/tc.h b/gas/tc.h index 51ff4997ed..da1738d67a 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-2020 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 @@ -75,3 +78,6 @@ extern arelent *tc_gen_reloc (asection *, fixS *); #else extern arelent **tc_gen_reloc (asection *, fixS *); #endif + +extern const char FLT_CHARS[]; +extern const char EXP_CHARS[];