X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Fconfig%2Fatof-vax.c;h=8ca80b0ef8f6fff843174580b0b679f0153cae7f;hb=c1f61bd2b0644fc710dcfbb378a63f0b34be8903;hp=9075b975dcfdc8d60c8cfdec1d36bfcd1f14eb18;hpb=4b95cf5c0c75d6efc1b2f96af72317aecca079f1;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/config/atof-vax.c b/gas/config/atof-vax.c index 9075b975dc..8ca80b0ef8 100644 --- a/gas/config/atof-vax.c +++ b/gas/config/atof-vax.c @@ -1,5 +1,5 @@ /* atof_vax.c - turn a Flonum into a VAX floating point number - Copyright (C) 1987-2014 Free Software Foundation, Inc. + Copyright (C) 1987-2016 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -379,7 +379,7 @@ flonum_gen2vax (int format_letter, /* One of 'd' 'f' 'g' 'h'. */ Address of where to build floating point literal. Assumed to be 'big enough'. Address of where to return size of literal (in chars). - + Out: Input_line_pointer->of next char after floating number. Error message, or 0. Floating point literal. @@ -387,7 +387,7 @@ flonum_gen2vax (int format_letter, /* One of 'd' 'f' 'g' 'h'. */ #define MAXIMUM_NUMBER_OF_LITTLENUMS 8 /* For .hfloats. */ -char * +const char * vax_md_atof (int what_statement_type, char *literalP, int *sizeP)