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

Add powerpc64 and powerpc64le support #30776

Merged
merged 3 commits into from
Jan 15, 2016

Commits on Jan 13, 2016

  1. Add powerpc64 and powerpc64le support

    This adds support for big endian and little endian PowerPC64.
    make check runs clean apart from one big endian backtrace issue.
    antonblanchard committed Jan 13, 2016
    Configuration menu
    Copy the full SHA
    b372910 View commit details
    Browse the repository at this point in the history
  2. Incorrect getrandom() system call for PowerPC Linux

    Michael Ellerman pointed out that the system call for getrandom()
    on PowerPC Linux is incorrect. This bug was in the powerpc32 port,
    and was carried over to the powerpc64 port too.
    antonblanchard committed Jan 13, 2016
    Configuration menu
    Copy the full SHA
    7ff64b2 View commit details
    Browse the repository at this point in the history
  3. Simplify some uses of cfg in test cases

    While adding PowerPC64 support it was noticed that some testcases should
    just use target_pointer_width, and others should select between
    x86 and !x86.
    antonblanchard committed Jan 13, 2016
    Configuration menu
    Copy the full SHA
    12aec07 View commit details
    Browse the repository at this point in the history