Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(602)

Unified Diff: src/trusted/validator/x86/ncval_reg_sfi/nc_jumps_detailed.h

Issue 625923004: Delete old x86 validator. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: rebase master Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/trusted/validator/x86/ncval_reg_sfi/nc_jumps_detailed.h
diff --git a/src/trusted/validator/x86/ncval_reg_sfi/nc_jumps_detailed.h b/src/trusted/validator/x86/ncval_reg_sfi/nc_jumps_detailed.h
deleted file mode 100644
index 96716ce49602e6834d75a7d24b077b6d7717f2f7..0000000000000000000000000000000000000000
--- a/src/trusted/validator/x86/ncval_reg_sfi/nc_jumps_detailed.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
- * Copyright (c) 2012 The Native Client Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-#ifndef NATIVE_CLIENT_SRC_TRUSTED_VALIDATOR_X86_NCVAL_REG_SFI_NC_JUMPS_DETAILED_H__
-#define NATIVE_CLIENT_SRC_TRUSTED_VALIDATOR_X86_NCVAL_REG_SFI_NC_JUMPS_DETAILED_H__
-
-/*
- * nc_jumps_detailed.h - Uses the jump sets collected by nc_jumps.h, and
- * walks the instructions a second time. Reports jump instructions that do
- * not validate and why.
- */
-
-struct NaClValidatorState;
-struct NaClInstIter;
-struct NaClJumpSets;
-
-/* Compares the collected actual jumps and the set of possible jump points,
- * and reports any descrepancies that don't follow NACL rules. Does this
- * by rewalking the instructions and finding instructions that don't follow NACL
- * rules.
- * Note: Replaces the post validator NaClJumpValidatorSummarize in nc_jumps.h,
- */
-void NaClJumpValidatorSummarizeDetailed(struct NaClValidatorState* state);
-
-#endif /* NATIVE_CLIENT_SRC_TRUSTED_VALIDATOR_X86_NCVAL_REG_SFI_NC_JUMPS_DETAILED_H__ */
« no previous file with comments | « src/trusted/validator/x86/ncval_reg_sfi/nc_jumps.c ('k') | src/trusted/validator/x86/ncval_reg_sfi/nc_jumps_detailed.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698