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]

[Issue 1000525] Nios II CYGARC_HAL_SAVE_GP bug?


http://bugzilla.ecoscentric.com/show_bug.cgi?id=1000525


Bart Veer <bartv@ecoscentric.com> changed:

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




--- Comment #2 from Bart Veer <bartv@ecoscentric.com>  2008-07-02 16:13:59 ---
I have had some difficulty reproducing it, but there is indeed a problem in
this area. The better solution is to make CYGARC_HAL_SAVE_GP() and
CYGARC_HAL_RESTORE_GP() no-ops when
building a stand-alone application, i.e. when
CYGSEM_HAL_COMMON_INTERRUPTS_FIXED_GP is enabled. There is no point in these
macros manipulating the GP register at all if it is never going to change.
Patch to follow.

Bart


-- 
Configure issuemail: http://bugzilla.ecoscentric.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the issue.


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