X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Ftc.h;h=60286e8e334c5d8f2cb0d51080b2d8765a49ab79;hb=362c0c4d9cc9f320d1e85755404879a13ebed91a;hp=ff1cf3618add135755e1064bda7cbb82e83a83b5;hpb=22ba0981786d9fc6ab459bc449735d51f437dbe8;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/tc.h b/gas/tc.h index ff1cf3618a..60286e8e33 100644 --- a/gas/tc.h +++ b/gas/tc.h @@ -1,8 +1,6 @@ /* tc.h - target cpu dependent - Copyright 1987, 1990, 1991, 1992, 1993, 1994, 1995, 2000, 2001, 2003, - 2004, 2005, 2006, 2007, 2008, 2009 - Free Software Foundation, Inc. + Copyright (C) 1987-2016 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -26,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); @@ -77,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[];