diff options
author | Sam Clegg <sbc@chromium.org> | 2020-10-29 11:44:20 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-29 11:44:20 -0700 |
commit | 76f5b362bfc2665196048f8d811f259614db0072 (patch) | |
tree | 79f25c01419f8dc613f8c9ca6ebcc75b1838238a /test/lld/main_module_table_4.wat.out | |
parent | 8cd3ad23543b1e6d0c8e5f8a1563ca5f87960645 (diff) | |
download | binaryen-76f5b362bfc2665196048f8d811f259614db0072.tar.gz binaryen-76f5b362bfc2665196048f8d811f259614db0072.tar.bz2 binaryen-76f5b362bfc2665196048f8d811f259614db0072.zip |
Remove support for emscripten legacy PIC ABI (#3299)
Diffstat (limited to 'test/lld/main_module_table_4.wat.out')
-rw-r--r-- | test/lld/main_module_table_4.wat.out | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/test/lld/main_module_table_4.wat.out b/test/lld/main_module_table_4.wat.out index 35f5e2ea1..e3ba217b2 100644 --- a/test/lld/main_module_table_4.wat.out +++ b/test/lld/main_module_table_4.wat.out @@ -1,42 +1,30 @@ (module (type $none_=>_none (func)) - (type $none_=>_i32 (func (result i32))) (import "env" "table" (table $timport$9 1 funcref)) (import "env" "__stack_pointer" (global $sp (mut i32))) + (import "GOT.func" "__stdio_write" (global $gimport$9 (mut i32))) (import "env" "__table_base" (global $tb i32)) - (import "env" "fp$__stdio_write$v" (func $fp$__stdio_write$v (result i32))) - (global $gimport$9 (mut i32) (i32.const 0)) (global $global i32 (i32.const 42)) (export "__stdio_write" (func $__stdio_write)) (export "__data_end" (global $global)) - (export "__assign_got_enties" (func $__assign_got_enties)) (func $__stdio_write (nop) ) - (func $__assign_got_enties - (global.set $gimport$9 - (call $fp$__stdio_write$v) - ) - ) ) (; --BEGIN METADATA -- { "staticBump": 4294966770, "tableSize": 1, - "initializers": [ - "__assign_got_enties" - ], "declares": [ - "fp$__stdio_write$v" ], "externs": [ "___stack_pointer", + "___stdio_write", "___table_base" ], "exports": [ - "__stdio_write", - "__assign_got_enties" + "__stdio_write" ], "namedGlobals": { "__data_end" : "42" |