diff options
Diffstat (limited to 'vendor/object-0.31.1/src/read/xcoff/mod.rs')
-rw-r--r-- | vendor/object-0.31.1/src/read/xcoff/mod.rs | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/vendor/object-0.31.1/src/read/xcoff/mod.rs b/vendor/object-0.31.1/src/read/xcoff/mod.rs deleted file mode 100644 index 136e31073..000000000 --- a/vendor/object-0.31.1/src/read/xcoff/mod.rs +++ /dev/null @@ -1,21 +0,0 @@ -//! Support for reading AIX XCOFF files. -//! -//! Provides `XcoffFile` and related types which implement the `Object` trait. - -mod file; -pub use file::*; - -mod section; -pub use section::*; - -mod symbol; -pub use symbol::*; - -mod relocation; -pub use relocation::*; - -mod comdat; -pub use comdat::*; - -mod segment; -pub use segment::*; |