This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA] Fix c++/debug test suite suite breakage on darwin


On 09/08/2009 12:59 PM, Jakub Jelinek wrote:
(when using .debug_str and the name (or other string) is long enough, the
section contains just reference to .debug_str string and comment contains
the actual string for better readability.  When not using .debug_str for the
string, the string is in the section itself and isn't duplicated in the asm
comment (would be redundant).

Ah. The patch is OK, then.


Jason


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]