syscall.rs/CHANGELOG.md
Jorge Aparicio 1117f0019e mips: set .noat to appease asm! warnings
that pop out when compiling with optimizations
2017-01-21 12:24:18 -05:00

923 B

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

Unreleased

Fixed

  • Error when using MIPS' syscall5/syscall6 with optimizations enabled

v0.1.2 - 2017-01-21

Added

  • syscall5 and syscall6 for mips

v0.1.1 - 2017-01-14

Fixed

  • syscall2 for linux-aarch64. There was a type in the register constraints.

v0.1.0 - 2017-01-13

Initial release. Forked from syscall v0.2.1.

  • Support for ARM, Aarch64, MIPS, MIPS64, PowerPC, PowerPC64, SPARC64, x86 and x86_64 Linux

  • Support for x86_64 macOS

  • Support for x86_64 FreeBSD