From: Joel Brobecker Date: Tue, 16 Sep 2003 18:32:36 +0000 (+0000) Subject: * dwarf2asm.c (dw2_asm_output_nstring): Add comment. X-Git-Tag: releases/gcc-3.4.0~3709 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1e290ba1e60470f5d087eed303d25e77cc4fa6af;p=thirdparty%2Fgcc.git * dwarf2asm.c (dw2_asm_output_nstring): Add comment. From-SVN: r71442 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 679fcfd8a2be..6003a6304922 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-09-16 Joel Brobecker + + * dwarf2asm.c (dw2_asm_output_nstring): Add comment. + 2003-09-16 Roger Sayle PR bootstrap/12269 diff --git a/gcc/dwarf2asm.c b/gcc/dwarf2asm.c index 84b878f8d9e3..5b5056cc9eb6 100644 --- a/gcc/dwarf2asm.c +++ b/gcc/dwarf2asm.c @@ -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, ...)