From owner-cvs-src@FreeBSD.ORG Thu Jun 10 22:18:51 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FE6416A4D0; Thu, 10 Jun 2004 22:18:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3895843D39; Thu, 10 Jun 2004 22:18:51 +0000 (GMT) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5AMIX1M014397; Thu, 10 Jun 2004 22:18:33 GMT (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5AMIXoZ014396; Thu, 10 Jun 2004 22:18:33 GMT (envelope-from peter) Message-Id: <200406102218.i5AMIXoZ014396@repoman.freebsd.org> From: Peter Wemm Date: Thu, 10 Jun 2004 22:18:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/cc/cc_tools Makefile freebsd64-fix.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jun 2004 22:18:51 -0000 peter 2004-06-10 22:18:33 UTC FreeBSD src repository Modified files: gnu/usr.bin/cc/cc_tools Makefile Added files: gnu/usr.bin/cc/cc_tools freebsd64-fix.h Log: The gcc/config/i386/freebsd64.h file neglects to override the default (bogus, application name space) mcount function name on amd64. Override it here instead. I've done it this way to avoid touching gcc source while 3.4 is in progress, and this is the smallest, lowest impact I could come up with. Adding a patch touches about 10-14 lines of Makefile, this touches only 1. This will likely go away with the 3.4 import. I spoke with Alexander about this a few days ago, but waited until after sorting out some of the other bugs in the userland profiling. Revision Changes Path 1.76 +1 -0 src/gnu/usr.bin/cc/cc_tools/Makefile 1.1 +9 -0 src/gnu/usr.bin/cc/cc_tools/freebsd64-fix.h (new)