cvs commit: src/gnu/usr.bin/cc/cc_tools Makefile freebsd64-fix.h
Peter Wemm
peter at FreeBSD.org
Thu Jun 10 22:18:51 GMT 2004
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)
More information about the cvs-src
mailing list