Commit 1e290ba1 by Joel Brobecker Committed by Joel Brobecker

* dwarf2asm.c (dw2_asm_output_nstring): Add comment.

From-SVN: r71442
parent a080d12b
2003-09-16 Joel Brobecker <brobecker@gnat.com>
* dwarf2asm.c (dw2_asm_output_nstring): Add comment.
2003-09-16 Roger Sayle <roger@eyesopen.com>
PR bootstrap/12269
......
......@@ -224,6 +224,13 @@ dw2_asm_output_addr_rtx (int size, rtx addr,
va_end (ap);
}
/* Output the first ORIG_LEN characters of STR as a string.
If ORIG_LEN is equal to -1, ignore this parameter and output
the entire STR instead.
If COMMENT is not NULL and comments in the debug information
have been requested by the user, append the given COMMENT
to the generated output. */
void
dw2_asm_output_nstring (const char *str, size_t orig_len,
const char *comment, ...)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment