This is the mail archive of the bfd@sourceware.cygnus.com mailing list for the bfd project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Date: Tue, 02 Mar 1999 17:09:03 +0530 From: "Koundinya.K" <kk@ddeorg.soft.net> I am looking for the sources of startup files (crt1, crti , crtn etc) for MIPS based Systems running SVR4.2 . Where can I get them. ? I tried the newlib sources, but could not see any... These files are normally highly system specific, and in particular are tied to the details of your libc. They are provided by glibc. If you are not using glibc, then you probably must use the files provided by your system, and you would have to ask your vendor for sources (or you could just disassemble the files--they're normally small). Ian