diff options
Diffstat (limited to 'gas/config/tc-epiphany.c')
-rw-r--r-- | gas/config/tc-epiphany.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-epiphany.c b/gas/config/tc-epiphany.c index 132a78ff565..f35198e4e8b 100644 --- a/gas/config/tc-epiphany.c +++ b/gas/config/tc-epiphany.c @@ -1012,7 +1012,7 @@ md_cgen_lookup_reloc (const CGEN_INSN *insn ATTRIBUTE_UNUSED, /* Equal to MAX_PRECISION in atof-ieee.c. */ #define MAX_LITTLENUMS 6 -char * +const char * md_atof (int type, char *litP, int *sizeP) { return ieee_md_atof (type, litP, sizeP, FALSE); |