This is the mail archive of the ecos-bugs@sourceware.org mailing list for the eCos 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]

[Bug 1000701] Error building vectors.S for Thumb on AT91 targets


http://bugs.ecos.sourceware.org/show_bug.cgi?id=1000701





--- Comment #2 from John Dallaway <john@dallaway.org.uk>  2009-03-23 13:09:27 ---
In fact, only the AT91EB4x platforms appear to be affected. I have very little
experience of ARM assembler but it would appear that we can simply replace (for
example):

   mov r1,#0x000F0000

with:

   ldr r1,=0x000F0000

which should work for both ARM and Thumb builds. Correct?


-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


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