Small cleanups.

committer: mfx <mfx> 1143474969 +0000
This commit is contained in:
Markus F.X.J. Oberhumer 2006-03-27 15:56:09 +00:00
parent 8142d3474d
commit 3e38e7d52c
2 changed files with 2 additions and 2 deletions

View File

@ -554,7 +554,7 @@ upxd: l_lx_sep.o l_lx_sep86.asm
$(STRIPELF_LINUX_I386) $@
$(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 -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

View File

@ -35,7 +35,7 @@ int thumb_nrv2e_d8(const unsigned char * src, unsigned src_len,
void *LoadLibraryW(const unsigned short *);
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,
unsigned iat_offset)