Small cleanups.
committer: mfx <mfx> 1143474969 +0000
This commit is contained in:
+1
-1
@@ -554,7 +554,7 @@ upxd: l_lx_sep.o l_lx_sep86.asm
|
|||||||
$(STRIPELF_LINUX_I386) $@
|
$(STRIPELF_LINUX_I386) $@
|
||||||
$(BRANDELF) $@
|
$(BRANDELF) $@
|
||||||
|
|
||||||
l_armpe.h: l_armpe.asx l_armpe_s.S l_armpe_c.c arm_nrv2e_d8.S
|
l_armpe.h: l_armpe.asx l_armpe_s.S l_armpe_c.c arm_nrv2e_d8.S $(MAKEFILE_LIST)
|
||||||
$(GCC_ARM) -mthumb-interwork -c l_armpe_s.S arm_nrv2e_d8.S
|
$(GCC_ARM) -mthumb-interwork -c l_armpe_s.S arm_nrv2e_d8.S
|
||||||
$(GCC_ARM) -mthumb -mthumb-interwork -Os -c l_armpe_c.c
|
$(GCC_ARM) -mthumb -mthumb-interwork -Os -c l_armpe_c.c
|
||||||
$(LD_ARM) -o l_armpe_.out l_armpe_s.o l_armpe_c.o arm_nrv2e_d8.o
|
$(LD_ARM) -o l_armpe_.out l_armpe_s.o l_armpe_c.o arm_nrv2e_d8.o
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ int thumb_nrv2e_d8(const unsigned char * src, unsigned src_len,
|
|||||||
|
|
||||||
void *LoadLibraryW(const unsigned short *);
|
void *LoadLibraryW(const unsigned short *);
|
||||||
void *GetProcAddressA(const void *, const void *);
|
void *GetProcAddressA(const void *, const void *);
|
||||||
void *get_le32(const unsigned char *p);
|
void *get_le32(const void *);
|
||||||
|
|
||||||
static void handle_imports(const unsigned char *imp, unsigned name_offset,
|
static void handle_imports(const unsigned char *imp, unsigned name_offset,
|
||||||
unsigned iat_offset)
|
unsigned iat_offset)
|
||||||
|
|||||||
Reference in New Issue
Block a user