On 29 May 2007 15:27:43 -0700, Ian Lance Taylor <[EMAIL PROTECTED]> wrote:
> I wonder why when I compile standard C programs using "gcc -v simple.c"
> I can see that the linker adds the "--eh-frame-hdr" parameter ?
That option is always used if the linker supports it.
> After all there is no us
"sfora dim" <[EMAIL PROTECTED]> writes:
> I read that the eh_frame is for exceptions support,
> for languages like C++ for instance.
Yes.
> I wonder why when I compile standard C programs using "gcc -v simple.c"
> I can see that the linker adds the "--eh-frame-hdr" parameter ?
That option is al