Skip to content

Commit

Permalink
Reword the anal and asm hexagon plugins into an arch one
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Sep 12, 2023
1 parent 0a7590f commit fd38718
Show file tree
Hide file tree
Showing 18 changed files with 381 additions and 286 deletions.
4 changes: 0 additions & 4 deletions libr/anal/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ rl78:
ba2:
cd p ; $(MAKE) anal_ba2.$(LIBEXT)

qdsp6 hexagon:
$(MAKE) -C p anal_hexagon.$(LIBEXT)

bea:
cd p ; $(MAKE) anal_x86_bea.$(LIBEXT)

Expand All @@ -32,6 +29,5 @@ clean:
rm -f p/anal_m68k_net.$(LIBEXT)
rm -f p/anal_atombios.{$(LIBEXT),o}
rm -f p/anal_nios.$(LIBEXT)
rm -f p/anal_hexagon.$(LIBEXT)

include ../../options.mk
244 changes: 0 additions & 244 deletions libr/anal/arch/hexagon/hexagon.c

This file was deleted.

1 change: 0 additions & 1 deletion libr/anal/p/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ ARCHS+=evm.mk
ARCHS+=atombios.mk
ARCHS+=rl78.mk
ARCHS+=nios.mk
ARCHS+=hexagon.mk

include ../../plugs.mk
15 changes: 0 additions & 15 deletions libr/anal/p/hexagon.mk

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#if 0
/* radare - LGPL - Copyright 2018-2021 - xvilka, pancake */

#include <r_types.h>
Expand Down Expand Up @@ -112,3 +113,4 @@ R_API RLibStruct radare_plugin = {
.version = R2_VERSION
};
#endif
#endif
Loading

0 comments on commit fd38718

Please sign in to comment.