X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Ftc.h;h=3683466b32c0e84fe1c4099df839b44fcb079ee4;hb=f89a23cfc9abf44c8ad820548ea77d8d7b0c35b9;hp=35c88386ad24de8d4a113375933e4718060b8980;hpb=b90efa5b79ac1524ec260f8eb89d1be37e0219a7;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/tc.h b/gas/tc.h index 35c88386ad..3683466b32 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. @@ -25,7 +25,7 @@ extern const pseudo_typeS md_pseudo_table[]; char * md_atof (int, char *, int *); -int md_parse_option (int, char *); +int md_parse_option (int, const char *); void md_show_usage (FILE *); void md_assemble (char *); void md_begin (void);