http://sourceware.org/bugzilla/show_bug.cgi?id=14541

--- Comment #7 from Nick Clifton <nickc at redhat dot com> 2012-10-30 11:38:59 
UTC ---
Hi Eric,

> Yes but if you look at the config line, the processor has been specified when
> building so thumb code should be off

  Are you referring to this part of the output from gcc -v:

    --with-cpu=arm1176jzf-s

  The 1176 series does support Thumb instructions:

http://www.arm.com/products/processors/classic/arm11/arm1176.php?tab=Specifications

  So it seems to me that the compiler is not doing anything wrong.


  If you add "-marm" to your gcc command line when compiling your test program,
does that make any difference ?

Cheers
  Nick

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to