rustwasm / twiggy

Twiggy🌱 is a code size profiler
https://rustwasm.github.io/twiggy
Apache License 2.0
1.29k stars 69 forks source link

Bump object from 0.17.0 to 0.31.1 #704

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps object from 0.17.0 to 0.31.1.

Changelog

Sourced from object's changelog.

0.31.1

Released 2023/05/09.

Changed

  • Fixed address for global symbols in read::wasm. #539

  • Fixed writing of alignment for empty ELF sections. #540

Added

  • Added more elf::GNU_PROPERTY_* definitions. Added read::elf::note::gnu_properties, write::StandardSection::GnuProperty, and write::Object::add_elf_gnu_property_u32. #537 #541

  • Added Mach-O support for Architecture::Aarch64_Ilp32. #542 #545

  • Added Architecture::Wasm64. #543


0.31.0

Released 2023/04/14.

Breaking changes

  • Added a type parameter on existing COFF types to support reading COFF /bigobj files. #502

  • Changed PE symbols to support COFF /bigobj. Changed pe::IMAGE_SYM_* to i32. Changed pe::ImageSymbolEx::section_number to I32Bytes. Deleted a number of methods from pe::ImageSymbol. Use the read::pe::ImageSymbol trait instead. #502

  • Changed pe::Guid to a single array, and added methods to read the individual fields. #502

  • Added Symbol type parameter to SymbolFlags to support SymbolFlags::Xcoff. #527

... (truncated)

Commits
  • ffe0cee Release 0.31.1 (#546)
  • 60a75e5 read/macho: support Aarch64_Ilp32 (#545)
  • b3436f0 write/macho: support Aarch64_Ilp32 as used by arm64_32-apple-watchos (#542)
  • 25e2930 Test that empty ELF sections have the correct file offset (#544)
  • d58fa35 write/elf: Fix writing of aligned empty sections (#540)
  • 3e7654c read/wasm: add support for wasm64 (#543)
  • 214eecb read/wasm: try to guess global symbol address (#539)
  • 69962ee read/elf: GNU properties do not use section alignment
  • 494fc10 write/elf: .note.gnu.properties should have SHF_ALLOC
  • bb91f08 write/elf: add Object::add_elf_gnu_property_u32
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
dependabot[bot] commented 1 year ago

Superseded by #725.