* valprint.c (val_print): Extend comment.
[deliverable/binutils-gdb.git] / gdb / f-valprint.c
index a15e777192ebe4c4b2ecb7b9e5a7e64b305f4f7c..3280ddcb5d98ff890be0f09184f1c1a370efd311 100644 (file)
@@ -242,12 +242,9 @@ Type node corrupt! F77 arrays cannot have %d subscripts (%d Max)"),
 }
 \f
 
-/* Print data of type TYPE located at VALADDR (within GDB), which came from
-   the inferior at address ADDRESS, onto stdio stream STREAM according to
-   OPTIONS.  The data at VALADDR is in target byte order.
-
-   If the data are a string pointer, returns the number of string characters
-   printed.  */
+/* See val_print for a description of the various parameters of this
+   function; they are identical.  The semantics of the return value is
+   also identical to val_print.  */
 
 int
 f_val_print (struct type *type, const gdb_byte *valaddr, int embedded_offset,
This page took 0.023519 seconds and 4 git commands to generate.