Hello, All!
Executing strip command on executable without any options, like "strip
executable", which was compiled with custom stack size via "qcc -N XXX",
restores stack size to its default value.
With best regards, Mike Gorchak. E-mail: mike@malva.ua
qcc -N XXX versus strip
Re: qcc -N XXX versus strip
That's understandable - strip removes any sections that are not marked ALLOC,
which includes the .note section that contains the stacksize notes.
Regards,
Colin
Mike Gorchak wrote:
cburgess@qnx.com
which includes the .note section that contains the stacksize notes.
Regards,
Colin
Mike Gorchak wrote:
--Hello, All!
Executing strip command on executable without any options, like "strip
executable", which was compiled with custom stack size via "qcc -N XXX",
restores stack size to its default value.
With best regards, Mike Gorchak. E-mail: mike@malva.ua
cburgess@qnx.com