diff options
author | Sam Clegg <sbc@chromium.org> | 2019-04-22 11:36:50 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-22 11:36:50 -0700 |
commit | f87de2ae0d430f8d4204df8fceb194c24e29b413 (patch) | |
tree | 45f601d00a65f3f0424cf3e9777d6b1afc270479 /CHANGELOG.md | |
parent | b2161e3148e40cec252abb0ef33538b797954579 (diff) | |
download | binaryen-f87de2ae0d430f8d4204df8fceb194c24e29b413.tar.gz binaryen-f87de2ae0d430f8d4204df8fceb194c24e29b413.tar.bz2 binaryen-f87de2ae0d430f8d4204df8fceb194c24e29b413.zip |
wasm-emscripten-finalize: Handle relocatable code in AsmConstWalker (#2035)
When replacing the first argument to an asm call, allow more complex
expressions for expressing the address.
This fixes the case where the first argument might be the result
of adding a constant to __memory_base.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 56672f8e9..a6885ed13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,11 @@ full changeset diff at the end of each section. Current Trunk ------------- +v81 +--- + +- Fix AsmConstWalker handling of string address in arg0 with -fPIC code + v80 --- |