Actions
| Post | |
| Subscribe | |
| Unsubscribe |
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [arm-gnu] How to make gas accept Thumb2 insns on armv6-m ?
- To: Daniel Jacobowitz <dan@xxxxxxxxxxxxxxxx>
- Subject: Re: [arm-gnu] How to make gas accept Thumb2 insns on armv6-m ?
- From: Christophe LYON <christophe.lyon@xxxxxx>
- Date: Mon, 08 Jun 2009 16:49:48 +0200
First of all, if you want to write Thumb-2, I believe you need ".syntax unified" to get consistent behavior. That will fix the "dest must overlap one source register" error for armv6t2.
Sorry for the dumb follow-up: could you tell me where I can find some doc on this unified syntax? I have grepped through your latest release doc directory, and could only find references to it (eg in getting-started).
In particular, just adding ".syntax unified" leads to other errors toto.s:3: Error: cannot honor width suffix -- `mul r3,r0,r3' toto.s:4: Error: cannot honor width suffix -- `mul ip,r2,r1' Thanks Christophe.
- Follow-Ups:
- Re: [arm-gnu] How to make gas accept Thumb2 insns on armv6-m ?
- From: Daniel Jacobowitz
- Re: [arm-gnu] How to make gas accept Thumb2 insns on armv6-m ?
- From: Paul Brook
- Re: [arm-gnu] How to make gas accept Thumb2 insns on armv6-m ?
- References:
- [arm-gnu] How to make gas accept Thumb2 insns on armv6-m ?
- From: Christophe LYON
- Re: [arm-gnu] How to make gas accept Thumb2 insns on armv6-m ?
- From: Daniel Jacobowitz
- [arm-gnu] How to make gas accept Thumb2 insns on armv6-m ?
- Prev by Date: Re: [arm-gnu] Instructions for Compiling ARM Linux Toolchain
- Next by Date: Re: [arm-gnu] How to make gas accept Thumb2 insns on armv6-m ?
- Previous by thread: Re: [arm-gnu] How to make gas accept Thumb2 insns on armv6-m ?
- Next by thread: Re: [arm-gnu] How to make gas accept Thumb2 insns on armv6-m ?
- Index(es):