Re: [PATCH] testsuite, JIT, Darwin: Adjust asm tests for Mach-O.

2021-08-18 Thread David Malcolm via Gcc-patches
On Wed, 2021-08-18 at 20:45 +0100, Iain Sandoe wrote: > Hi, > > This provides adjusted assembler fragments that are suitable > for x86_64 Mach-O. > > ** as an aside, I wonder if it would be possible to configure some >    conditional on __ELF__, __MACH__, and CPU arch to pull in some >    object-

[PATCH] testsuite, JIT, Darwin: Adjust asm tests for Mach-O.

2021-08-18 Thread Iain Sandoe
Hi, This provides adjusted assembler fragments that are suitable for x86_64 Mach-O. ** as an aside, I wonder if it would be possible to configure some conditional on __ELF__, __MACH__, and CPU arch to pull in some object-cpu.inc so that we can generalize this for all hosts. this version te