From: <st...@PA...> - 2021-11-26 19:40:57
|
Release 3.3.25 of Portable Object Compiler is now at http://objc.sourceforge.net The configure script 'postlink' test is now updated to support gcc 10 https://gcc.gnu.org/gcc-10/porting_to.html GCC 10 seems to have changed the default common storage model from previous versions of GCC. This is in itself not a big problem as Portable Object Compiler has always, since 1996 or so, supported both automatic and postlink runtime initialisation. It does imply that older version of GCC (pre 10) would usually (not always) use automatic runtime initialisation, and now most GCC 10 versions use the postlink initialisation. The postlink initialisation is the model that is used for example for the Watcom C compiler as well. Regards, David Stes |