• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: i386 inline assembly
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: i386 inline assembly


  • Subject: Re: i386 inline assembly
  • From: Steve Checkoway <email@hidden>
  • Date: Sun, 15 Jan 2006 22:51:51 -0800

Well, that makes 5 bug reports for me today.

On Jan 15, 2006, at 10:08 PM, Eric Albert wrote:

On Jan 15, 2006, at 9:04 PM, Steve Checkoway wrote:

0. .balign isn't recognized. (This is 0 because I just checked and it looks like .balign n should be replaced with .align log(n), so .balign 8 with .align 3.

Yep. That's technically an assembler limitation, not an inline asm limitation. :) Please file a bug report.

radar://4409433


1. Macros don't seem to be working.

Our assembler doesn't support macros, so please file another bug report asking for that. :) However, this is inline asm so it might be getting handled by the compiler. I'd suggest filing another bug report about macros in inline asm.

radar://4409434 radar://4409435


2. I'm getting "error: can't find a register in class 'BREG' while reloading 'asm'" I got an error similar to that before but it was GENERAL_REGS instead of BREG. Passing -fomit-frame-pointer freed up the needed register. However, that doesn't seem to be working here.

Whenever you get a message like that, file a bug report which includes a preprocessed version of your source code plus the command line used to invoke the compiler. That'll give the compiler team enough information to figure out where they need to dig up an extra register. Make sure you're using Xcode 2.2.1 before you write this one up, since this might've been fixed there.

radar://4409436


Three items and possibly four bug reports. Not bad. :)

Even better, they're all consecutive.

- Steve

Attachment: smime.p7s
Description: S/MIME cryptographic signature

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >i386 inline assembly (From: Steve Checkoway <email@hidden>)
 >Re: i386 inline assembly (From: Eric Albert <email@hidden>)

  • Prev by Date: Re: i386 inline assembly
  • Next by Date: Re: i386 inline assembly
  • Previous by thread: Re: i386 inline assembly
  • Next by thread: Re: i386 inline assembly
  • Index(es):
    • Date
    • Thread