Hi all, Is it possible to use the option -fsection-anchors on strings literal ? on the function name strings behind the __func__ predefined identifier ? If yes, what is the C syntax ? Note: on PowerPC architecture, each string literal eats a GOT entry (the string is recorded in the .rodata section, but access to this record is done via the GOT) ! Thanks a lot for any help, Yon