This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
.eh_frame section
- From: "sfora dim" <sfora dot dim at gmail dot com>
- To: gcc at gcc dot gnu dot org
- Date: Wed, 30 May 2007 00:29:41 +0300
- Subject: .eh_frame section
Hello,
I read that the eh_frame is for exceptions support,
for languages like C++ for instance.
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 ?
After all there is no use for the eh section when we don't support
exceptions, no ?
thank you
sfora