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

Use new inline assembly syntax for the 0.9 series #204

Merged
merged 5 commits into from
Jan 9, 2022

Commits on Nov 24, 2021

  1. Use new inline assembly syntax

    bjorn3 committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    64e26c9 View commit details
    Browse the repository at this point in the history
  2. Properly mark mmap_ent as global

    It currently happens to work fine using cg_llvm as the global_asm!()
    ends up in the same cgu as the use of this global. There is no guarantee
    that this will always be the case and in fact in case of cg_clif this
    happens to not be the case, thus causing a linker error.
    bjorn3 committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    4057db1 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2022

  1. Use intel syntax again

    bjorn3 committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    4331e0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bdb49cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da73392 View commit details
    Browse the repository at this point in the history