Re: [Patch Darwin] fix missing __USER_LABEL_PREFIX__ on extended identifiers.

2012-02-15 Thread Mike Stump
On Feb 15, 2012, at 2:21 AM, Iain Sandoe wrote: I noticed when working on GAS for darwin that we fail to prepend the user label prefix for extended identifiers. Does this match the native compiler on the platform? This is abi changing, and we can't do it, unless it mismatches the native

Re: [Patch Darwin] fix missing __USER_LABEL_PREFIX__ on extended identifiers.

2012-02-15 Thread Iain Sandoe
On 15 Feb 2012, at 17:16, Mike Stump wrote: On Feb 15, 2012, at 2:21 AM, Iain Sandoe wrote: I noticed when working on GAS for darwin that we fail to prepend the user label prefix for extended identifiers. Does this match the native compiler on the platform? This is abi changing, and we

Re: [Patch Darwin] fix missing __USER_LABEL_PREFIX__ on extended identifiers.

2012-02-15 Thread Mike Stump
On Feb 15, 2012, at 9:38 AM, Iain Sandoe wrote: So, this just brings us into line with the current system compiler. Ah, the patch is ok. Perfect, thanks.