On 22.07.2009 19:26, Stefan Reinauer wrote:
On 7/22/09 5:52 PM, Carl-Daniel Hailfinger wrote:
Eliminate version string duplication.
Are you sure the string is ever duplicated? GCC should optimize this...
The string ends up in two different compilation units, so the linker would have to perform this analysis.
Acked-by: Stefan Reinauer stepan@coresystems.de
Thanks, r659.
Regards, Carl-Daniel