]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Bug 453044 - gbserver_tests failures in aarch64
authorJesus Checa <jcheca@redhat.com>
Sat, 25 May 2024 10:40:30 +0000 (12:40 +0200)
committerMark Wielaard <mark@klomp.org>
Mon, 10 Jun 2024 11:55:38 +0000 (13:55 +0200)
(cherry picked from commit 790abdf7d3f3df0c968605b68ca765310689b7ce)

NEWS
gdbserver_tests/filter_gdb.in

diff --git a/NEWS b/NEWS
index adb52169dd87cfccbc8d066c2980407eb5c9cbab..c2ad6a207d96148bf3cabc630df243b8d9d5e56b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,7 @@ Branch 3.23
 
 The following bugs have been fixed or resolved on this branch.
 
+453044  gbserver_tests failures in aarch64
 486180  [MIPS] 'VexGuestArchState' has no member named 'guest_IP_AT_SYSCALL'
 486293  memccpy false positives
 486569  linux inotify_init syscall wrapper missing POST entry in syscall_table
index 4118063f6bc6c14f0bcd3b20abe9bc799920e143..497171732b25729cdf36afc5ed2d0df62ecf6496 100755 (executable)
@@ -152,6 +152,7 @@ s/in _select ()/in syscall .../
 /sysv\/linux\/generic\/select.c/d
 /return SYSCALL_CANCEL /d
 /r = SYSCALL_CANCEL /d
+/result = SYSCALL_CANCEL /d
 
 #       a more specialised system call select stack trace part
 #             (on 32 bits, we have an int_80, on 64 bits, directly select)