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: [Patch, darwin] do not generate branch islands when the linker can do it.


On 07/15/2010 11:27 AM, IainS wrote:
> +#ifndef TARGET_MACHO_BRANCH_ISLANDS
> +#  define TARGET_MACHO_BRANCH_ISLANDS 0
> +#endif

This could go next to the TARGET_MACHO definition in i386.h, for consistency.

>From a i386 maintainer perspective, I think this is ok.  I'll defer
for ppc and darwin knowledge.


r~


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