This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Progress on GCC plugins ?
Alexandre Oliva <aoliva@redhat.com> writes:
> On Nov 26, 2007, Tom Tromey <tromey@redhat.com> wrote:
>
> > I do wonder if there is a platform out there that acts as if -rdynamic
> > were the default.
>
> I'm pretty sure I was surprised when I first ran into the need for
> -rdynamic on GNU/Linux, because other platforms I'd used didn't need
> that. I'd guess that would have been SunOS4.1.3 or maybe Solaris2.1,
> back then.
-rdynamic was the default on SunOS and on SVR4. It was not the
default on Solaris. It is not the default for the GNU linker because
I was copying the Solaris linker.
Ian