This is the mail archive of the ecos-bugs@sources.redhat.com 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 1000067] New: bug in arm/arch/hal_io.h for 16 bit accesses on big-endian


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

           Summary: bug in arm/arch/hal_io.h for 16 bit accesses on big-
                    endian
           Product: eCos
           Version: CVS
          Platform: All
        OS/Version: ARM
            Status: UNCONFIRMED
          Severity: normal
          Priority: normal
         Component: Patches and contributions
        AssignedTo: jifl@ecoscentric.com
        ReportedBy: jeffrey.daly@intel.com
         QAContact: ecos-bugs@sources.redhat.com


The UINT16 macros for big-endian systems were XORing the lower 2 bits (^3) 
instead of just bit 1 (^2).



------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


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