Move our ".mcount" bits around a little.
This commit is contained in:
parent
84826bfaa8
commit
ec9c19165c
@ -56,3 +56,6 @@ Boston, MA 02111-1307, USA. */
|
||||
%{!dynamic-linker:-dynamic-linker %(fbsd_dynamic_linker) }} \
|
||||
%{static:-Bstatic}} \
|
||||
%{symbolic:-Bsymbolic}"
|
||||
|
||||
#undef MCOUNT_NAME
|
||||
#define MCOUNT_NAME ".mcount"
|
||||
|
@ -247,7 +247,6 @@ TARGET_INC+= ${GCC_CPU}/freebsd.h
|
||||
.if ${TARGET_ARCH} == "amd64"
|
||||
TARGET_INC+= ${GCC_CPU}/x86-64.h
|
||||
TARGET_INC+= ${GCC_CPU}/freebsd64.h
|
||||
TARGET_INC+= freebsd64-fix.h
|
||||
.endif
|
||||
.if ${TARGET_ARCH} == "powepc"
|
||||
TARGET_INC+= altivec-defs.h
|
||||
|
@ -1,9 +0,0 @@
|
||||
/*
|
||||
* config/i386/freebsd64.h neglects to override the default bogus mcount
|
||||
* function name. In order to avoid touching vendor source while gcc3.4
|
||||
* is in progress, try a minimal workaround.
|
||||
*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
#undef MCOUNT_NAME
|
||||
#define MCOUNT_NAME ".mcount"
|
Loading…
x
Reference in New Issue
Block a user