X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Fconfig%2Ftc-lm32.c;h=5f7d7032a81bbde393f59ab3ffb4f9269d3a1e89;hb=b19ea8d28b1c06c2973738c1cda076f895ac3ad0;hp=032175a5a49992a95ac2edbe9b03efb9d12d313d;hpb=8d3842cd156eb6cd6cd6c68c49c090b8f9452a2d;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/config/tc-lm32.c b/gas/config/tc-lm32.c index 032175a5a4..5f7d7032a8 100644 --- a/gas/config/tc-lm32.c +++ b/gas/config/tc-lm32.c @@ -1,5 +1,5 @@ /* tc-lm32.c - Lattice Mico32 assembler. - Copyright (C) 2008-2015 Free Software Foundation, Inc. + Copyright (C) 2008-2016 Free Software Foundation, Inc. Contributed by Jon Beniston This file is part of GAS, the GNU Assembler. @@ -132,7 +132,7 @@ md_show_usage (FILE * fp) /* Parse command line options. */ int -md_parse_option (int c, char * arg ATTRIBUTE_UNUSED) +md_parse_option (int c, const char * arg ATTRIBUTE_UNUSED) { switch (c) { @@ -214,7 +214,7 @@ md_number_to_chars (char * buf, valueT val, int n) of LITTLENUMS emitted is stored in *SIZEP. An error message is returned, or NULL on OK. */ -char * +const char * md_atof (int type, char *litP, int *sizeP) { int i;