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]

Re: mips static constructor changes


:     ___ctors = .;
:     *crtbegin.o(.ctors);
:     *(.ctors.*); 
:     *(.ctors);
:     ___ctors_end = .;
:   }
: 
: My questions are:
: 
: 1.  Is this right? I know binutils is happy. :)

     Yes, this should work just fine.

: 2.  Where should crtend.o be mentioned?

     There should be no mention of crtend.o until you have a binutils
     that can support it.

    --catherine


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