diff options
author | Sam Clegg <sbc@chromium.org> | 2021-05-13 16:01:41 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-13 23:01:41 +0000 |
commit | 63c350984f7dbe76f5963f4df819bfc375ea0217 (patch) | |
tree | b68f5d87916de5c1127f135eeb6fe39488936dd0 /test/dump/relocations-section-target.txt | |
parent | 4432d426f984cf255915e7bc6f2cf3d64a054ddd (diff) | |
download | wabt-63c350984f7dbe76f5963f4df819bfc375ea0217.tar.gz wabt-63c350984f7dbe76f5963f4df819bfc375ea0217.tar.bz2 wabt-63c350984f7dbe76f5963f4df819bfc375ea0217.zip |
objdump: add support for segments flags in the linking section (#1669)
Diffstat (limited to 'test/dump/relocations-section-target.txt')
-rw-r--r-- | test/dump/relocations-section-target.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/dump/relocations-section-target.txt b/test/dump/relocations-section-target.txt index d41e9617..0c235b54 100644 --- a/test/dump/relocations-section-target.txt +++ b/test/dump/relocations-section-target.txt @@ -26,8 +26,8 @@ Code[1]: Custom: - name: "linking" - symbol table [count=2] - - 0: F <env.b> func=0 undefined binding=global vis=default - - 1: F <a> func=1 exported no_strip binding=global vis=hidden + - 0: F <env.b> func=0 [ undefined binding=global vis=default ] + - 1: F <a> func=1 [ exported no_strip binding=global vis=hidden ] Custom: - name: "reloc.Code" - relocations for section: 4 (Code) [1] |