Re: [PATCH] Allow dlopen self test to work with gcc's -fvisibility=hidden.

2009-09-08 Thread Peter O'Gorman
Ralf Wildenhues wrote: > * Peter O'Gorman wrote on Mon, Sep 07, 2009 at 11:16:05PM CEST: >> Ralf Wildenhues wrote: >> >>> No, it must have been earlier. gcc-3.3 (Debian 3.3.6-15) accepts it, >>> gcc-2.95.4 rejects it. >> Ah, ok - this is it? >> >> 2002-11-26 Richard Henderson >> >> * c-

Re: [PATCH] Allow dlopen self test to work with gcc's -fvisibility=hidden.

2009-09-07 Thread Ralf Wildenhues
* Peter O'Gorman wrote on Mon, Sep 07, 2009 at 11:16:05PM CEST: > Ralf Wildenhues wrote: > > > No, it must have been earlier. gcc-3.3 (Debian 3.3.6-15) accepts it, > > gcc-2.95.4 rejects it. > > Ah, ok - this is it? > > 2002-11-26 Richard Henderson > > * c-common.c (handle_visibilit

Re: [PATCH] Allow dlopen self test to work with gcc's -fvisibility=hidden.

2009-09-07 Thread Peter O'Gorman
Ralf Wildenhues wrote: > No, it must have been earlier. gcc-3.3 (Debian 3.3.6-15) accepts it, > gcc-2.95.4 rejects it. Ah, ok - this is it? 2002-11-26 Richard Henderson * c-common.c (handle_visibility_attribute): Accept "default".

Re: [PATCH] Allow dlopen self test to work with gcc's -fvisibility=hidden.

2009-09-07 Thread Ralf Wildenhues
* Peter O'Gorman wrote on Mon, Sep 07, 2009 at 10:29:01PM CEST: > Ralf Wildenhues wrote: > > ) so the 3.0 border is merely a > > guess. Does anybody know better? > > Pretty sure it was in 4.2 or so. No, it must have been earlier. gcc-3.3 (Debian 3.3.6-15

Re: [PATCH] Allow dlopen self test to work with gcc's -fvisibility=hidden.

2009-09-07 Thread Peter O'Gorman
Ralf Wildenhues wrote: > ) so the 3.0 border is merely a > guess. Does anybody know better? Pretty sure it was in 4.2 or so. http://gcc.gnu.org/gcc-4.2/changes.html mentions the introduction of -fvisibility, and the docs for 4.2.x are the first to mention