improve comments

Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
This commit is contained in:
Stephan 2020-11-02 23:18:32 +01:00 committed by GitHub
parent 7d2441134b
commit 96db99a145
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,6 @@
// Bare MIPS32r2, little endian, softfloat
// can be used for MIPS M4K core (e.g. on PIC32MX devices)
//! Bare MIPS32r2, little endian, softfloat
//!
//! Can be used for MIPS M4K core (e.g. on PIC32MX devices)
use crate::spec::abi::Abi;
use crate::spec::{LinkerFlavor, LldFlavor, RelocModel};