summaryrefslogtreecommitdiff
path: root/test/dump/relocations-section-target.txt
Commit message (Collapse)AuthorAgeFilesLines
* Enable bulk memory by default (#1728)Sam Clegg2021-10-131-1/+1
| | | | | | | | | | | This features was finished earlier this year: https://github.com/WebAssembly/proposals/blob/master/finished-proposals.md One thing to note is that the version of the spec tests we currently have in third_party/testsuite doesn't have bulk memory merged yet so this change disables bulk memory when running some of those tests. This will be removed in a followup when we update the testsuite. Fixes: #1717
* objdump: add support for segments flags in the linking section (#1669)Sam Clegg2021-05-131-2/+2
|
* Update testsuite to 646b43e (#1555)Wouter van Oortmerssen2020-09-301-1/+0
| | | (this is HEAD~1 as of this writing, HEAD containing the Memory64 tests which I want to land separately)
* Fix up reloc-related tests after #1537 (#1545)Andy Wingo2020-09-171-0/+43
* Fix up reloc-related tests after #1537 PRs #1527 and #1539 needed their test expectations updated after #1537 was merged; this patch does that. It also renames a test for consistency. * Adapt test to renaming