PERFORCE change 168610 for review

Stanislav Sedov stas at FreeBSD.org
Thu Sep 17 13:55:28 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=168610

Change 168610 by stas at stas_deglitch on 2009/09/17 13:55:08

	- Drop some gratuitous whitespace changes.

Affected files ...

.. //depot/projects/valgrind/Makefile.tool.am#7 edit
.. //depot/projects/valgrind/VEX/pub/libvex_guest_amd64.h#5 edit
.. //depot/projects/valgrind/configure.in#13 edit

Differences ...

==== //depot/projects/valgrind/Makefile.tool.am#7 (text+ko) ====

@@ -25,6 +25,7 @@
 	$(TOOL_DEPENDENCIES_ at VGCONF_PLATFORM_SEC_CAPS@) $(TOOL_LDADD_COMMON)
 endif
 
+
 TOOL_LDFLAGS_COMMON_LINUX = -static \
 	-Wl,-defsym,valt_load_address=@VALT_LOAD_ADDRESS@ \
 	-nodefaultlibs -nostartfiles -u _start

==== //depot/projects/valgrind/VEX/pub/libvex_guest_amd64.h#5 (text+ko) ====

@@ -191,7 +191,6 @@
 extern 
 ULong LibVEX_GuestAMD64_get_rflags ( /*IN*/VexGuestAMD64State* vex_state );
 
-
 /* Set the carry flag in the given state to 'new_carry_flag', which
    should be zero or one. */
 extern
@@ -199,6 +198,7 @@
 LibVEX_GuestAMD64_put_rflag_c ( ULong new_carry_flag,
                                 /*MOD*/VexGuestAMD64State* vex_state );
 
+
 #if 0
 /* Convert a saved x87 FPU image (as created by fsave) and write it
    into the supplied VexGuestX86State structure.  The non-FP parts of
@@ -214,6 +214,15 @@
 void LibVEX_GuestX86_get_x87 ( /*IN*/VexGuestX86State* vex_state, 
                                /*OUT*/UChar* x87_state );
 
+
+/* Given a 32-bit word containing native x86 %eflags values, set the
+   eflag-related fields in the supplied VexGuestX86State accordingly.
+   All other fields are left unchanged.  */
+
+extern
+void LibVEX_GuestX86_put_eflags ( UInt eflags_native,
+                                  /*OUT*/VexGuestX86State* vex_state );
+
 #endif /* 0 */
 
 #endif /* ndef __LIBVEX_PUB_GUEST_AMD64_H */

==== //depot/projects/valgrind/configure.in#13 (text+ko) ====

@@ -73,6 +73,7 @@
 AC_SUBST(ASFLAGS)
 ])
 
+
 # Check if 'diff' supports -u (universal diffs) and use it if possible.
 
 AC_MSG_CHECKING([for diff -u])
@@ -91,6 +92,7 @@
 fi
 rm $tmpfile
 
+
 # We don't want gcc < 3.0
 AC_MSG_CHECKING([for a supported version of gcc])
 


More information about the p4-projects mailing list