X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gas%2Ftc.h;h=8be65fdc181351e8e04d4c6218c477e0840a978d;hb=b630c145c07e1995ea5442025f15e57a617b2560;hp=51ff4997edba0de24a4195c707a8db9135343378;hpb=6d4af3c269e64b0093b23bd63d302bd9f90de6a9;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/tc.h b/gas/tc.h index 51ff4997ed..8be65fdc18 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. @@ -75,3 +75,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[];