[RTEMS Project] #2416: Beaglebone: bsp.h missing clobber in inline assembly.
RTEMS trac
trac at rtems.org
Thu Sep 10 18:22:45 UTC 2015
#2416: Beaglebone: bsp.h missing clobber in inline assembly.
-------------------------+------------------------------------------
Reporter: marcos.diaz | Owner: Marcos Diaz <marcos.diaz@…>
Type: defect | Status: closed
Priority: normal | Milestone: 4.11.1
Component: General | Version: 4.11
Severity: normal | Resolution: fixed
Keywords: |
-------------------------+------------------------------------------
Changes (by Marcos Diaz <marcos.diaz@…>):
* owner: => Marcos Diaz <marcos.diaz@…>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"bebfc4209b4e6a8fc9eab55e592cdaf18ee7df8d/rtems"]:
{{{
#!CommitTicketReference repository="rtems"
revision="bebfc4209b4e6a8fc9eab55e592cdaf18ee7df8d"
Beaglebone: fix missing clobber in inline assembly.
flush_data_cache uses R0 directly but doesn't list it as a clobbered
register. Compiling with -O3 made this code break, since the function
that calls flush_data_cache already uses r0.
closes #2416.
}}}
--
Ticket URL: <http://devel.rtems.org/ticket/2416#comment:2>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list