Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- [[#224](https://github.com/rust-vmm/linux-loader/pull/224)] Fixed docs.rs build.

## Changed
- [[#237]((https://github.com/rust-vmm/linux-loader/pull/237))] Replace bindgen files with manual translations.
- [[#237](https://github.com/rust-vmm/linux-loader/pull/237)] Replace bindgen files with manual translations.
As a consequence, `elf64_phdr` is renamed to `Elf64_Phdr`, `elf64_hdr` to `Elf64_Ehdr`, and `elf64_note` to
`Elf64_Nhdr`. In the definition of the fixed size array `e_ident` we now use `u8` instead of `raw_char`.

Expand Down