Fwd: QUERY : ARM inline code in Thumb file?

2008-09-01 Thread Alexandre Pereira Nunes
2008/8/27 Aaron P. D'Souza <[EMAIL PROTECTED]> > > hello: > > one small question regarding use of ARM inline assembly code in a > C file that has been compiled for Thumb mode. > > is it possible to use ARM assembly code from within a C file that > has been compiled for Thumb and Thumb interworking?

Re: QUERY : ARM inline code in Thumb file?

2008-08-29 Thread Michael Meissner
On Wed, Aug 27, 2008 at 10:31:24PM +0530, Aaron P. D'Souza wrote: > hello: > > one small question regarding use of ARM inline assembly code in a > C file that has been compiled for Thumb mode. > > is it possible to use ARM assembly code from within a C file that > has been compiled for Thumb and Th

Re: QUERY : ARM inline code in Thumb file?

2008-08-27 Thread Daniel Jacobowitz
On Wed, Aug 27, 2008 at 10:31:24PM +0530, Aaron P. D'Souza wrote: > i have a C file that has been compiled for Thumb mode. in it, i am > using ARM inline assembly code. apparently, GCC issues no error > message but forcibly converts the ARM code into Thumb code. It's just being disassembled wrong;

QUERY : ARM inline code in Thumb file?

2008-08-27 Thread Aaron P. D'Souza
hello: one small question regarding use of ARM inline assembly code in a C file that has been compiled for Thumb mode. is it possible to use ARM assembly code from within a C file that has been compiled for Thumb and Thumb interworking? how this is done is described on this page: http://www.dev