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

Unified Diff: src/trusted/validator_x86/ncdis_decode_tables.c

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
« no previous file with comments | « src/trusted/validator_x86/ncdis_decode_tables.h ('k') | src/trusted/validator_x86/ncdis_segments.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/validator_x86/ncdis_decode_tables.c
diff --git a/src/trusted/validator_x86/ncdis_decode_tables.c b/src/trusted/validator_x86/ncdis_decode_tables.c
deleted file mode 100644
index 9b9784d720ab85ddefe76d86c1b7ba3b89c19533..0000000000000000000000000000000000000000
--- a/src/trusted/validator_x86/ncdis_decode_tables.c
+++ /dev/null
@@ -1,27 +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.
- */
-
-#include "native_client/src/trusted/validator_x86/ncdis_decode_tables.h"
-
-#include "native_client/src/trusted/validator/x86/decoder/nc_decode_tables.h"
-#include "native_client/src/trusted/validator/x86/decoder/ncopcode_desc.h"
-#if NACL_TARGET_SUBARCH == 64
-# include "native_client/src/trusted/validator_x86/gen/nc_opcode_table_64.h"
-#else
-# include "native_client/src/trusted/validator_x86/gen/nc_opcode_table_32.h"
-#endif
-
-static const NaClDecodeTables kDecoderTables = {
- g_Operands,
- g_Opcodes + 0,
- g_LookupTable + 0,
- g_PrefixOpcode + 0,
- g_Opcodes + 0,
- kNaClPrefixTable,
- g_OpcodeSeq
-};
-
-const struct NaClDecodeTables* kNaClDecoderTables = &kDecoderTables;
« no previous file with comments | « src/trusted/validator_x86/ncdis_decode_tables.h ('k') | src/trusted/validator_x86/ncdis_segments.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698