Skip to content

Commit

Permalink
Rename rz_analysis_plugin_tricore to rz_analysis_plugin_tricore_cs
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
imbillow committed Apr 20, 2023
1 parent 6a44426 commit 076dda9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 117 deletions.
4 changes: 2 additions & 2 deletions librz/analysis/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ analysis_plugins_list = [
]
if capstone_dep.version().split('.')[0].to_int() > 4
analysis_plugins_list += 'riscv_cs'
analysis_plugins_list += 'tricore_cs'
endif

if get_option('use_gpl')
Expand All @@ -57,6 +56,7 @@ if get_option('use_gpl')
'riscv',
'sh',
'sparc_gnu',
'tricore',
'vax',
'xtensa',
'z80',
Expand Down Expand Up @@ -234,7 +234,6 @@ rz_analysis_sources = [

if capstone_dep.version().split('.')[0].to_int() > 4
rz_analysis_sources += 'p/analysis_riscv_cs.c'
rz_analysis_sources += 'p/analysis_tricore_cs.c'
endif

if get_option('use_gpl')
Expand All @@ -246,6 +245,7 @@ if get_option('use_gpl')
'p/analysis_riscv.c',
'p/analysis_sh.c',
'p/analysis_sparc_gnu.c',
'p/analysis_tricore.c',
'p/analysis_vax.c',
'p/analysis_xtensa.c',
'p/analysis_z80.c',
Expand Down
114 changes: 0 additions & 114 deletions librz/analysis/p/analysis_tricore_cs.c

This file was deleted.

2 changes: 1 addition & 1 deletion librz/include/rz_analysis.h
Original file line number Diff line number Diff line change
Expand Up @@ -2243,7 +2243,7 @@ extern RzAnalysisPlugin rz_analysis_plugin_spc700;
extern RzAnalysisPlugin rz_analysis_plugin_sysz;
extern RzAnalysisPlugin rz_analysis_plugin_tms320;
extern RzAnalysisPlugin rz_analysis_plugin_tms320c64x;
extern RzAnalysisPlugin rz_analysis_plugin_tricore_cs;
extern RzAnalysisPlugin rz_analysis_plugin_tricore;
extern RzAnalysisPlugin rz_analysis_plugin_v810;
extern RzAnalysisPlugin rz_analysis_plugin_v850;
extern RzAnalysisPlugin rz_analysis_plugin_vax;
Expand Down

0 comments on commit 076dda9

Please sign in to comment.