X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gas%2Ftc.h;h=8be65fdc181351e8e04d4c6218c477e0840a978d;hb=3734bec8336f6f33927ab99460cb681035c2ca4f;hp=35c88386ad24de8d4a113375933e4718060b8980;hpb=b90efa5b79ac1524ec260f8eb89d1be37e0219a7;p=binutils-gdb.git diff --git a/gas/tc.h b/gas/tc.h index 35c88386ad2..8be65fdc181 100644 --- a/gas/tc.h +++ b/gas/tc.h @@ -1,6 +1,6 @@ /* tc.h - target cpu dependent - Copyright (C) 1987-2015 Free Software Foundation, Inc. + Copyright (C) 1987-2020 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -24,8 +24,8 @@ extern const pseudo_typeS md_pseudo_table[]; -char * md_atof (int, char *, int *); -int md_parse_option (int, char *); +const char * md_atof (int, char *, int *); +int md_parse_option (int, const char *); void md_show_usage (FILE *); void md_assemble (char *); void md_begin (void); @@ -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[];