Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for mips/mipsel #99

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open

Support for mips/mipsel #99

wants to merge 2 commits into from

Commits on May 28, 2014

  1. Fixed endianness related issues.

    Fixed swap_data function (sam.c): Four bytes that hold
    the value of number of elements in an auxiliary data array
    have to be swapped at different times for reading/writing.
    
    In cram/os.h system endianness wasn't being properly detected.
    
    In cram/cram_encode.c (function cram_encode_aux) 'count'
    variable bytes have to be swapped on big endian machines.
    
    In test/sam.c reference byte array for checking has to be
    in big-endian format on big-endian machines.
    azlicic committed May 28, 2014
    Configuration menu
    Copy the full SHA
    5cb8d55 View commit details
    Browse the repository at this point in the history
  2. Fixed alignment issues.

    Avoid unaligned memory access on architectures
    that don't support it.
    azlicic committed May 28, 2014
    Configuration menu
    Copy the full SHA
    5f346da View commit details
    Browse the repository at this point in the history