Skip to content

Commit 0ef1363

Browse files
authored
chore(upstream): merge upstream changes into main (#132)
2 parents dd1bb56 + fdbb029 commit 0ef1363

23 files changed

+2190
-996
lines changed

NEWS

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,14 @@ are not entered into bugzilla tend to get forgotten about or ignored.
5555
even though it's generated by --gen-suppressions=yes
5656
498422 s390x: Fix VLRL and VSTRL insns
5757
498492 none/tests/amd64/lzcnt64 crashes on FreeBSD compiled with clang
58+
498942 s390x: Rework s390_disasm interface
5859
499183 FreeBSD: differences in avx-vmovq output
5960
499212 mmap() with MAP_ALIGNED() returns unaligned pointer
6061
501119 memcheck/tests/pointer-trace fails when run on NFS filesystem
6162
501194 Fix ML_(check_macho_and_get_rw_loads) so that it is correct for any number of segment commands
62-
501348 glibc built with -march=x86-64-v3 does not work due to ld.so memcmp
63+
501348 glibc built with -march=x86-64-v3 does not work due to ld.so memcmp
64+
501479 Illumos DRD pthread_mutex_init wrapper errors
65+
501365 syscall userfaultfd not wrapped
6366

6467

6568
To see details of a given bug, visit

VEX/priv/guest_s390_defs.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
#include "libvex_basictypes.h" // offsetof
3535
#include "guest_generic_bb_to_IR.h" // DisResult
3636
#include "libvex_guest_s390x.h" // VexGuestS390XState
37+
#include "main_util.h" // STATIC_ASSERT
3738

3839

3940
/* Convert one s390 insn to IR. See the type DisOneInstrFn in

0 commit comments

Comments
 (0)