* Makefile.am (GAS_CFILES): Remove bignum-copy.c.
[deliverable/binutils-gdb.git] / gas / doc / internals.texi
index e21a7597c2b2f5eef6261838a92bc8c4cf7d963f..1770a445244a9824b1a44ef94c1be44f5a91ff2c 100644 (file)
@@ -1893,9 +1893,8 @@ after all input has been read, but messages about fixups should refer to the
 original filename and line number that they are applicable to.
 @end deftypefun
 
-@deftypefun @{@} void fprint_value (FILE *@var{file}, valueT @var{val})
-@deftypefunx @{@} void sprint_value (char *@var{buf}, valueT @var{val})
-These functions are helpful for converting a @code{valueT} value into printable
+@deftypefun @{@} void sprint_value (char *@var{buf}, valueT @var{val})
+This function is helpful for converting a @code{valueT} value into printable
 format, in case it's wider than modes that @code{*printf} can handle.  If the
 type is narrow enough, a decimal number will be produced; otherwise, it will be
 in hexadecimal.  The value itself is not examined to make this determination.
This page took 0.071836 seconds and 4 git commands to generate.