------- Comment #7 from hjl dot tools at gmail dot com 2008-11-03 23:38 ------- With gcc 4.4 on Linux/ia32, you can use -mincoming-stack-boundary=2 to compile your library to support library users compiled with -mpreferred-stack-boundary=2. Compile will align stack properly and efficiently when needed.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38001