mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Import a virgin (but trimed) Binutils 2.10 release.
This commit is contained in:
parent
1c58bf46ba
commit
bf9a5db426
1 changed files with 4 additions and 3 deletions
|
|
@ -1,5 +1,6 @@
|
|||
/* atof_vax.c - turn a Flonum into a VAX floating point number
|
||||
Copyright (C) 1987, 1992, 93, 95, 1997 Free Software Foundation, Inc.
|
||||
Copyright (C) 1987, 1992, 93, 95, 97, 98, 1999
|
||||
Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GAS, the GNU Assembler.
|
||||
|
||||
|
|
@ -260,7 +261,7 @@ atof_vax (str, what_kind, words)
|
|||
|
||||
int /* 0: OK. */
|
||||
flonum_gen2vax (format_letter, f, words)
|
||||
char format_letter; /* One of 'd' 'f' 'g' 'h'. */
|
||||
int format_letter; /* One of 'd' 'f' 'g' 'h'. */
|
||||
FLONUM_TYPE *f;
|
||||
LITTLENUM_TYPE *words; /* Deliver answer here. */
|
||||
{
|
||||
|
|
@ -511,7 +512,7 @@ md_atof (what_statement_type, literalP, sizeP)
|
|||
};
|
||||
|
||||
*sizeP = number_of_chars;
|
||||
return kind_of_float ? 0 : "Bad call to md_atof()";
|
||||
return kind_of_float ? NULL : _("Bad call to md_atof()");
|
||||
}
|
||||
|
||||
/* end of atof-vax.c */
|
||||
|
|
|
|||
Loading…
Reference in a new issue