This is the mail archive of the gcc-help@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]
Other format: [Raw text]

Re: Use +z or +Z to recompile...


In message <8229C4577A00D511ABC00090277A45A0012361B3@us0111-ch-ms1.sdi.xcdg.xer
ox.com>, "Venkatakrishnan, V" writes:
 >Ah I see, now that I am using it during linking as well it worked, thanks
 >Jeff :).
 >But how come it wasn't sufficient to use it during compile only, why
 >explicitly at link as well??
Because code is also generated at link time to handle static constructors
and destructors.

jeff


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