This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

EH_FRAME_SECTION_ASM_OP


Hello,

I am building gcc-2.95.2 in an unsupported (ix86) platform
(SVR4 really). Sometimes using "-o" I am getting undefined
symbols , during the creation of executable.
They refer to the symbols

__deregister_frame_info
__register_frame_info

that are in the file gcc/crtstuff.c.

All these are guarded by #ifdef EH_FRAME_SECTION_ASM_OP.
What is this defintion? I never define something like
that in my configuration files so it must be defined
automatically somewhere in the source. But I am not
sure what is its functionality...
Should I define clearly

#undef EH_FRAME_SECTION_ASM_OP

in my configuration files? What

__deregister_frame_info
__register_frame_info

do for gcc?

Regards,







______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]