Remove x86.tab from r2 master (moved to extras)

This commit is contained in:
pancake 2016-07-25 03:47:47 +02:00
parent 845bfebc9e
commit 6c549b424a
6 changed files with 0 additions and 1394 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,11 +0,0 @@
OBJ_X86_TAB=asm_x86_tab.o
STATIC_OBJ+=${OBJ_X86_TAB}
TARGET_X86_TAB=asm_x86_tab.${EXT_SO}
ifeq ($(WITHPIC),1)
ALL_TARGETS+=${TARGET_X86_TAB}
${TARGET_X86_TAB}: ${OBJ_X86_TAB}
${CC} $(call libname,asm_x86_tab) ${LDFLAGS} ${CFLAGS} -o ${TARGET_X86_TAB} ${OBJ_X86_TAB}
endif

View File

@ -179,7 +179,6 @@ extern RAsmPlugin r_asm_plugin_mips_cs;
extern RAsmPlugin r_asm_plugin_x86_udis;
extern RAsmPlugin r_asm_plugin_x86_as;
extern RAsmPlugin r_asm_plugin_x86_nz;
extern RAsmPlugin r_asm_plugin_x86_tab;
extern RAsmPlugin r_asm_plugin_x86_olly;
extern RAsmPlugin r_asm_plugin_x86_nasm;
extern RAsmPlugin r_asm_plugin_x86_cs;

View File

@ -91,7 +91,6 @@ asm.xap
asm.arm_as
asm.x86_as
asm.x86_cs
asm.x86_tab
asm.x86_nz
asm.x86_olly
asm.x86_udis

View File

@ -8,7 +8,6 @@ asm.mips
asm.x86
asm.x86_olly
asm.x86_nz
asm.x86_tab
anal.x86_udis
anal.arm
anal.mips

View File

@ -14,7 +14,6 @@ asm.arm_cs
asm.dalvik
asm.mips_cs
asm.x86_nz
asm.x86_tab
asm.x86_cs
asm.gb
anal.null