Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jun 2004 22:18:33 +0000 (UTC)
From:      Peter Wemm <peter@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/gnu/usr.bin/cc/cc_tools Makefile freebsd64-fix.h
Message-ID:  <200406102218.i5AMIXoZ014396@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406102218.i5AMIXoZ014396>