This is the mail archive of the gcc-patches@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]

Re: use crtbegin/crtend for powerpc-eabi


> From: Michael Meissner <meissner@cygnus.com>
> Date: Fri, 14 Apr 2000 19:44:45 -0400
> Cc: gcc-patches@gcc.gnu.org

> Just to be sure -- did you compile and test code that was using constructors
> and destructors compiled with the old compiler works correctly?  I would
> imagine both eabi and ppc linux people would get annoyed if this broke.

It does (I just checked).  The actual constructor and destructor
handling (in the .ctor and .dtor sections) hasn't changed, only the
way the routine that runs them gets called, and that only on eabi.

-- 
- Geoffrey Keating <geoffk@cygnus.com>

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