From owner-freebsd-current Tue Sep 1 13:17:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA16826 for freebsd-current-outgoing; Tue, 1 Sep 1998 13:17:09 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from mail.kar.net (n187.cdialup.kar.net [195.178.130.187]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA16786 for ; Tue, 1 Sep 1998 13:16:33 -0700 (PDT) (envelope-from kushn@mail.kar.net) Received: from localhost (volodya@localhost) by mail.kar.net (8.9.1/8.8.8) with SMTP id XAA09921 for ; Tue, 1 Sep 1998 23:14:47 +0300 (EEST) (envelope-from kushn@mail.kar.net) Date: Tue, 1 Sep 1998 23:14:46 +0300 (EEST) From: Vladimir Kushnir X-Sender: volodya@kushnir.kiev.ua To: freebsd-current@FreeBSD.ORG Subject: Generating profiled binaries under ELF: where is gcrt1.o? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, First of, thanks for a great job with aout-elf switch. Now here's yet another problem Sorry if that's obvious, but does profiling work at all under FreeBSD-ELF? According to /usr/src/contrib/gcc/config/freebsd.h (line 547) linker looks for gcrt1.o: %{!maout: %{!shared: \ %{pg:gcrt1.o%s} %{!pg:%{p:gcrt1.o%s} %{!p:crt1.o%s}}} \ crti.o%s %{!shared:crtbegin.o%s} %{shared:crtbeginS.o%s}}" but there's no such a file and no mention of it in any Makefile. Besides, aout gcrt0.o is generated from crt0.c, but there doesn't seem to be any specific flags in i386-elf/crt*. Thanks in advance, Vladimir To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message