This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: CFT: ppc opt support


	aix.h needs to undef TARGET_XL_COMPAT before redefining.

	Lots of missing sysv4.h macro definitions when building on AIX:

/u/dje/src/gnu/src/gcc/config/rs6000/rs6000.c:1582: error: `OPT_m64' undeclared (first use in this function)
/u/dje/src/gnu/src/gcc/config/rs6000/rs6000.c:1582: error: (Each undeclared identifier is reported only once
/u/dje/src/gnu/src/gcc/config/rs6000/rs6000.c:1582: error: for each function it appears in.)
/u/dje/src/gnu/src/gcc/config/rs6000/rs6000.c:1589: error: `OPT_m32' undeclared (first use in this function)
/u/dje/src/gnu/src/gcc/config/rs6000/rs6000.c:1622: error: invalid lvalue in unary `&'
/u/dje/src/gnu/src/gcc/config/rs6000/rs6000.c:1642: error: `OPT_mcall_' undeclared (first use in this function)
/u/dje/src/gnu/src/gcc/config/rs6000/rs6000.c:1643: error: `rs6000_abi_name' undeclared (first use in this function)
/u/dje/src/gnu/src/gcc/config/rs6000/rs6000.c:1646: error: `OPT_msdata_' undeclared (first use in this function)
/u/dje/src/gnu/src/gcc/config/rs6000/rs6000.c:1647: error: `rs6000_sdata_name' undeclared (first use in this function)
/u/dje/src/gnu/src/gcc/config/rs6000/rs6000.c:1650: error: `OPT_mtls_size_' undeclared (first use in this function)
/u/dje/src/gnu/src/gcc/config/rs6000/rs6000.c:1654: error: `OPT_mrelocatable' undeclared (first use in this function)
/u/dje/src/gnu/src/gcc/config/rs6000/rs6000.c:1659: error: `OPT_mrelocatable_lib' undeclared (first use in this function)
/u/dje/src/gnu/src/gcc/config/rs6000/rs6000.c:1661: error: `MASK_RELOCATABLE' undeclared (first use in this function)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]