From: Julian Seward Date: Thu, 10 Mar 2005 19:40:41 +0000 (+0000) Subject: rm QEMU references; the derivation is now so distant its barely X-Git-Tag: svn/VALGRIND_3_0_1^2~315 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70ba85347a72b2753e0eb80fa38e2842a0743e23;p=thirdparty%2Fvalgrind.git rm QEMU references; the derivation is now so distant its barely relevant. git-svn-id: svn://svn.valgrind.org/vex/trunk@1019 --- diff --git a/VEX/priv/guest-x86/gdefs.h b/VEX/priv/guest-x86/gdefs.h index c698353283..cb320ccc2b 100644 --- a/VEX/priv/guest-x86/gdefs.h +++ b/VEX/priv/guest-x86/gdefs.h @@ -35,9 +35,6 @@ /* Only to be used within the guest-x86 directory. */ -/* Some of this stuff is taken from QEMU, which is Copyright (c) 2003 - Fabrice Bellard, and licensed under the LGPL. */ - #ifndef __LIBVEX_GUEST_X86_DEFS_H #define __LIBVEX_GUEST_X86_DEFS_H @@ -60,7 +57,7 @@ extern IRExpr* guest_x86_spechelper ( HChar* function_name, IRExpr** args ); -/* Describes to the optimser which part of the guest state require +/* Describes to the optimiser which part of the guest state require precise memory exceptions. This is logically part of the guest state description. */ extern diff --git a/VEX/priv/guest-x86/ghelpers.c b/VEX/priv/guest-x86/ghelpers.c index d4c3d96192..2b4e5d11f4 100644 --- a/VEX/priv/guest-x86/ghelpers.c +++ b/VEX/priv/guest-x86/ghelpers.c @@ -60,10 +60,6 @@ that prefix is not called from generated code. Note that some LibVEX_* functions can however be called by VEX's client, but that is not the same as calling them from VEX-generated code. - - Some of this code/logic is derived from QEMU, which is copyright - Fabrice Bellard, licensed under the LGPL. It is used with - permission. */