Re: Is -fvisibility patch possible on GCC 3.3.x

2005-11-09 Thread Gabriel Dos Reis
"Gary M Mann" <[EMAIL PROTECTED]> writes: | Gaby, | | Are you referring to issues with operator new visibility, and RTTI/exception | handling? type infos and associates, yes. -- Gaby

RE: Is -fvisibility patch possible on GCC 3.3.x

2005-11-09 Thread Gary M Mann
25 To: Gary M Mann Cc: gcc@gcc.gnu.org Subject: Re: Is -fvisibility patch possible on GCC 3.3.x "Gary M Mann" <[EMAIL PROTECTED]> writes: | Hi, | | The -fvisibility feature in GCC 4.0 is a really useful way of hiding all | non-public symbols in a dynamic shared object. | | While

Re: Is -fvisibility patch possible on GCC 3.3.x

2005-11-06 Thread Gabriel Dos Reis
"Gary M Mann" <[EMAIL PROTECTED]> writes: | Hi, | | The -fvisibility feature in GCC 4.0 is a really useful way of hiding all | non-public symbols in a dynamic shared object. | | While I'm aware of a patch which backports this feature to GCC 3.4 (over at | nedprod.com), I was wondering whether th

Is -fvisibility patch possible on GCC 3.3.x

2005-11-05 Thread Gary M Mann
Hi, The -fvisibility feature in GCC 4.0 is a really useful way of hiding all non-public symbols in a dynamic shared object. While I'm aware of a patch which backports this feature to GCC 3.4 (over at nedprod.com), I was wondering whether there is a similar patch available for GCC 3.3. I'm aware t