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

Unified Diff: src/trusted/validator/x86/testing/enuminsts/text2hex.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/testing/enuminsts/text2hex.h
diff --git a/src/trusted/validator/x86/testing/enuminsts/text2hex.h b/src/trusted/validator/x86/testing/enuminsts/text2hex.h
deleted file mode 100644
index 64c8845ffe5c857301eb90e3baeab7e1909ef843..0000000000000000000000000000000000000000
--- a/src/trusted/validator/x86/testing/enuminsts/text2hex.h
+++ /dev/null
@@ -1,33 +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.
- */
-
-/*
- * Hexidecimal text to bytes conversion tools.
- */
-
-#ifndef NATIVE_CLIENT_SRC_TRUSTED_VALIDATOR_X86_TESTING_ENUMINSTS_TEXT2BYTES_H_
-#define NATIVE_CLIENT_SRC_TRUSTED_VALIDATOR_X86_TESTING_ENUMINSTS_TEXT2BYTES_H_
-
-#include "native_client/src/trusted/validator/x86/testing/enuminsts/enuminsts.h"
-
-/* Reads a line of text defining the sequence of bytes that defines
- * an instruction, and converts that to the corresponding sequence of
- * opcode bytes. Returns the number of bytes found. Returning zero implies
- * that no instruction opcode was found in the given text.
- * Arguments are:
- * ibytes - The found sequence of opcode bytes.
- * itext - The sequence of bytes to convert.
- * context - String describing the context (i.e. filename or
- * command line argument description).
- * line - The line number associated with the context (if negative,
- * it assumes that the line number shouldn't be reported).
- */
-extern int Text2Bytes(InstByteArray ibytes,
- const char* itext,
- const char* context,
- const int line);
-
-#endif /* NATIVE_CLIENT_SRC_TRUSTED_VALIDATOR_X86_TESTING_ENUMINSTS_INPUT_TESTER_H_ */
« no previous file with comments | « src/trusted/validator/x86/testing/enuminsts/str_utils.c ('k') | src/trusted/validator/x86/testing/enuminsts/text2hex.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698