Skip to content

Commit 2ba681d

Browse files
author
sewardj
committed
Update w/ recent arm64 insn emulation fixes.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15909 a5019735-40e9-0310-863c-91ae7b9d1cf9
1 parent 93e9866 commit 2ba681d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ where XXXXXX is the bug number as listed below.
8686
== 363497
8787
== 364497
8888
356817 valgrind.h triggers compiler errors on MSVC when defining NVALGRIND
89+
357338 Unhandled instruction for SHA instructions libcrypto Boring SSL
8990
357833 Setting RLIMIT_DATA to zero breaks with linux 4.5+
9091
357871 pthread_spin_destroy not properly wrapped
9192
357887 Calls to VG_(fclose) do not close the file descriptor
@@ -102,11 +103,13 @@ where XXXXXX is the bug number as listed below.
102103
359767 Valgrind does not support the IBM POWER ISA 3.0 instructions
103104
359829 Power PC test suite none/tests/ppc64/test_isa_2_07.c uses
104105
uninitialized data
106+
359838 arm64: Unhandled instruction 0xD5033F5F (clrex)
105107
359871 Incorrect mask handling in ppoll
106108
360008 Contents of Power vr registers contents is not printed correctly when
107109
the --vgdb-shadow-registers=yes option is used
108110
360035 POWER PC instruction bcdadd and bcdsubtract generate result with
109111
non-zero shadow bits
112+
360378 arm64: Unhandled instruction 0x5E280844 (sha1h s4, s2)
110113
360425 arm64 unsupported instruction ldpsw
111114
== 364435
112115
360519 none/tests/arm64/memory.vgtest might fail with newer gcc

docs/internals/3_11_BUGSTATUS.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ of 3.11.0 go in here. Bugs that didn't get fixed in 3.11.0 remain in
88
351491 Unrecognised instruction in library compiled with -mavx -ffast-math -O3
99
351726 vex amd64->IR: 0xC5 0xF3 0xC2 0x15 0xEB 0x7C 0x2 0x0
1010
[JRS: potentially serious, miscalculated next %RIP]
11+
[can't repro]
1112
352549 Valgrind (whether with memchek or callgrind) crashes with
1213
"unhandled instruction bytes"
1314
[Probably invalid]
@@ -43,10 +44,6 @@ n-i-bz Remove limit on strd's negative immediates
4344

4445
=== VEX/arm64 ==========================================================
4546

46-
357338 Unhandled instruction for SHA instructions libcrypto Boring SSL
47-
359838 arm64: Unhandled instruction 0xD5033F5F (clrex)
48-
360378 arm64: Unhandled instruction 0x5E280844 (sha1h s4, s2)
49-
5047
=== VEX/x86 ============================================================
5148

5249
355231 Unhandled Instruction Bytes (SSE4, vmovdqu, "0xC5 0xFA 0x6F 0x2")

0 commit comments

Comments
 (0)