This is the mail archive of the gcc-help@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: Inline asm - only clobber list case sensitive?


On 11/15/2013 09:26 AM, Michael Weise wrote:
> * Register names being upper case are not recognized - but only in the
> clobber list.

The clobber list is parsed by GCC, the instructions by the assembler.
I don't think GCC even looks at the register names in the assembly
code -- it just passes them through as strings.

Andrew.


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