* dwarf2asm.c (dw2_asm_output_nstring): Add comment.
authorJoel Brobecker <brobecker@gnat.com>
Tue, 16 Sep 2003 18:32:36 +0000 (18:32 +0000)
committerJoel Brobecker <brobecke@gcc.gnu.org>
Tue, 16 Sep 2003 18:32:36 +0000 (18:32 +0000)
From-SVN: r71442

gcc/ChangeLog
gcc/dwarf2asm.c

index 679fcfd8a2bee1c1cebcec709711dc94fdc0c78c..6003a6304922e4e37d3744e4d092f8cc786d7a4d 100644 (file)
@@ -1,3 +1,7 @@
+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
index 84b878f8d9e31d119f12a14206be541402d7f999..5b5056cc9eb6304f9311afa1c8638dca6b3e89e3 100644 (file)
@@ -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, ...)