diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/binary/linking-section.txt | 5 | ||||
-rwxr-xr-x | test/gen-wasm.py | 2 |
2 files changed, 0 insertions, 7 deletions
diff --git a/test/binary/linking-section.txt b/test/binary/linking-section.txt index 7821aab1..415aa3cb 100644 --- a/test/binary/linking-section.txt +++ b/test/binary/linking-section.txt @@ -5,10 +5,6 @@ version section("linking") { metadata_version[1] - section(LINKING_STACK_POINTER) { - stack_global[3] - } - section(LINKING_SEGMENT_INFO) { count[2] str("data1") @@ -60,7 +56,6 @@ Section Details: Custom: - name: "linking" - - stack pointer global: 3 - segment info [count=2] - 0: data1 align=4 flags=0 - 1: data2 align=8 flags=0 diff --git a/test/gen-wasm.py b/test/gen-wasm.py index 4ecc5a5c..d0b6da74 100755 --- a/test/gen-wasm.py +++ b/test/gen-wasm.py @@ -69,8 +69,6 @@ NAMED_VALUES = { 'NAME_LOCALS': 2, # linking subsection codes - 'LINKING_STACK_POINTER': 1, - 'LINKING_DATA_SIZE': 3, 'LINKING_SEGMENT_INFO': 5, 'LINKING_INIT_FUNCTIONS': 6, 'LINKING_SYMBOL_TABLE': 8, |