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

Unified Diff: src/trusted/validator/x86/ncval_reg_sfi/ncval_decode_tables.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/ncval_decode_tables.h
diff --git a/src/trusted/validator/x86/ncval_reg_sfi/ncval_decode_tables.h b/src/trusted/validator/x86/ncval_reg_sfi/ncval_decode_tables.h
deleted file mode 100644
index 4a9346c322be57ddd5a20fb946601c0a2c23d886..0000000000000000000000000000000000000000
--- a/src/trusted/validator/x86/ncval_reg_sfi/ncval_decode_tables.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
- * Copyright (c) 2011 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.
- */
-
-/*
- * API for set of decoder tables to be used by the validator.
- */
-
-#ifndef NATIVE_CLIENT_SRC_TRUSTED_VALIDATOR_X86_NCVAL_DECODE_TABLES_H__
-#define NATIVE_CLIENT_SRC_TRUSTED_VALIDATOR_X86_NCVAL_DECODE_TABLES_H__
-
-#include "native_client/src/include/portability.h"
-
-EXTERN_C_BEGIN
-
-struct NaClDecodeTables;
-
-/* Defines decoding tables used by ncdis to decode instructions using
- * simplified instructions based on expectations of the (x86-64)
- * ncval_reg_sfi validator.
- */
-extern const struct NaClDecodeTables* kNaClValDecoderTables;
-
-EXTERN_C_END
-
-#endif /* NATIVE_CLIENT_SRC_TRUSTED_VALIDATOR_X86_NCVAL_DECODE_TABLES_H__ */

Powered by Google App Engine
This is Rietveld 408576698