From 1ef829c6614f90c70798ec896e807972f04d4bbb Mon Sep 17 00:00:00 2001 From: iant Date: Wed, 19 Sep 2007 20:44:15 +0000 Subject: [PATCH] Note that a Stringpool keeps a copy of a string. --- gold/stringpool.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gold/stringpool.h b/gold/stringpool.h index b49abd1f2a..cdd36e7b9d 100644 --- a/gold/stringpool.h +++ b/gold/stringpool.h @@ -27,6 +27,9 @@ class Output_file; // string pointer so that repeated runs of the linker will generate // precisely the same output. +// When you add a string to a Stringpool, Stringpool will make a copy +// of it. Thus there is no need to keep a copy elsewhere. + // A Stringpool can be turned into a string table, a sequential series // of null terminated strings. The first string may optionally be a // single zero byte, as required for SHT_STRTAB sections. This -- 2.11.0