X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Ftc.h;h=60286e8e334c5d8f2cb0d51080b2d8765a49ab79;hb=c273521c9aad56a596202dfaedc54182cf5543eb;hp=35c88386ad24de8d4a113375933e4718060b8980;hpb=b90efa5b79ac1524ec260f8eb89d1be37e0219a7;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/tc.h b/gas/tc.h index 35c88386ad..60286e8e33 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-2016 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[];