X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Ftc.h;h=60286e8e334c5d8f2cb0d51080b2d8765a49ab79;hb=8b8c7c9f49992750f66f81b4601d593a3858d98c;hp=51ff4997edba0de24a4195c707a8db9135343378;hpb=6d4af3c269e64b0093b23bd63d302bd9f90de6a9;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/tc.h b/gas/tc.h index 51ff4997ed..60286e8e33 100644 --- a/gas/tc.h +++ b/gas/tc.h @@ -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[];