]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix two outdated comments in VEX.
authorFlorian Krohm <flo2030@eich-krohm.de>
Wed, 5 Mar 2025 23:12:17 +0000 (23:12 +0000)
committerFlorian Krohm <flo2030@eich-krohm.de>
Wed, 5 Mar 2025 23:12:17 +0000 (23:12 +0000)
main_util.c: The symbol vg_message no longer exists.

host_s390_defs.c: In b2cc7ea009ae4f0eaa1197ee6f5c07e0ee873b3a the definition
of s390_host_hwcaps was moved to main_main.c

VEX/priv/host_s390_defs.h
VEX/priv/main_util.c

index 9d844beeedfdbeecb8a4bdf6ce36bd7f3cb990ea..957585c396d4145b17f4c3eeb45a9f4732faa23c 100644 (file)
@@ -907,7 +907,7 @@ VexInvalRange patchProfInc_S390(VexEndness endness_host,
                                 void  *code_to_patch,
                                 const ULong *location_of_counter);
 
-/* KLUDGE: See detailled comment in host_s390_defs.c. */
+/* KLUDGE: See detailled comment in main_main.c. */
 extern UInt s390_host_hwcaps;
 
 /* Convenience macros to test installed facilities */
index 670de8b040887a0d5066011e99f564f5cf8ef7f7..fffe4b4263b2f79a82efe6d1aa5afaf1a3540f55 100644 (file)
@@ -543,8 +543,7 @@ UInt vprintf_wrk ( void(*sink)(HChar),
 
 
 /* A general replacement for printf().  Note that only low-level 
-   debugging info should be sent via here.  The official route is to
-   to use vg_message().  This interface is deprecated.
+   debugging info should be sent via here.
 */
 static HChar myprintf_buf[1000];
 static Int   n_myprintf_buf;