------- Comment #2 from mf dot danger at gmail dot com  2006-04-21 20:08 -------
I guess I didn't make it clear that this is a bug against the gcc _driver_ not
the compiler.  I am using gcc _driver_ to invoke gas to assemble an assembler
*source* file.  'gcc -mthumb -c foo.S' should cause gas to assemble foo.S as
thumb code, rather than arm code, but it does not because when gcc _driver_
invokes gas, it doesn't pass the '-mthumb' option on to it.

(Why use gcc to invoke the assembler? because that's what the default make rule
does, and this is in a make file...)


-- 

mf dot danger at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|INVALID                     |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27237

Reply via email to