gimli-rs / object

A unified interface for reading and writing object file formats
https://docs.rs/object/
Apache License 2.0
673 stars 156 forks source link

add m68k arch support #742

Closed knickish closed 2 weeks ago

knickish commented 2 weeks ago

The M68k values were already included, this PR adds the enum Architecture entry for M68k and fills out the relevant match statements

knickish commented 2 weeks ago

Thanks, had missed those functions. I believe I've gotten everything and matched the formatting.