all: rename win32/arm back to wince/arm
This commit is contained in:
+11
-11
@@ -64,8 +64,8 @@ STUBS += amd64-linux.shlib-init.h
|
||||
STUBS += amd64-win64.pe.h
|
||||
STUBS += arm.v4a-linux.elf-entry.h
|
||||
STUBS += arm.v4a-linux.elf-fold.h
|
||||
STUBS += arm.v4a-win32.pe.h
|
||||
STUBS += arm.v4t-win32.pe.h
|
||||
STUBS += arm.v4a-wince.pe.h
|
||||
STUBS += arm.v4t-wince.pe.h
|
||||
STUBS += arm.v5a-darwin.macho-entry.h
|
||||
STUBS += arm.v5a-darwin.macho-fold.h
|
||||
STUBS += arm.v5a-linux.elf-entry.h
|
||||
@@ -764,23 +764,23 @@ armeb.v5a-linux.kernel.vmlinux-head.h : $(srcdir)/src/$$T.S
|
||||
|
||||
|
||||
# /***********************************************************************
|
||||
# // arm.v4a-win32.pe (arm.v4a)
|
||||
# // arm.v4t-win32.pe (arm.v4t)
|
||||
# // arm.v4a-wince.pe (arm.v4a)
|
||||
# // arm.v4t-wince.pe (arm.v4t)
|
||||
# ************************************************************************/
|
||||
|
||||
# info: we use the tc settings from arm.v4a-linux.elf
|
||||
arm.v4a-win32.pe.h : tc_list = arm.v4a-linux.elf default
|
||||
arm.v4t-win32.pe.h : tc_list = arm.v4a-linux.elf default
|
||||
arm.v4a-win32.pe.h : tc_bfdname = elf32-littlearm
|
||||
arm.v4t-win32.pe.h : tc_bfdname = elf32-littlearm
|
||||
arm.v4t-win32.pe.h : tc_objdump_disasm_options = -M force-thumb
|
||||
arm.v4a-wince.pe.h : tc_list = arm.v4a-linux.elf default
|
||||
arm.v4t-wince.pe.h : tc_list = arm.v4a-linux.elf default
|
||||
arm.v4a-wince.pe.h : tc_bfdname = elf32-littlearm
|
||||
arm.v4t-wince.pe.h : tc_bfdname = elf32-littlearm
|
||||
arm.v4t-wince.pe.h : tc_objdump_disasm_options = -M force-thumb
|
||||
|
||||
arm.v4a-win32.pe.h : $(srcdir)/src/$$T.S
|
||||
arm.v4a-wince.pe.h : $(srcdir)/src/$$T.S
|
||||
$(call tc,gcc) -march=armv4 -c $< -o tmp/$T.bin
|
||||
$(call tc,f-embed_objinfo,tmp/$T.bin)
|
||||
$(call tc,bin2h-c) tmp/$T.bin $@
|
||||
|
||||
arm.v4t-win32.pe.h : $(srcdir)/src/$$T.S
|
||||
arm.v4t-wince.pe.h : $(srcdir)/src/$$T.S
|
||||
$(call tc,gcc) -march=armv4t -c $< -o tmp/$T.bin
|
||||
$(call tc,f-embed_objinfo,tmp/$T.bin)
|
||||
$(call tc,bin2h-c) tmp/$T.bin $@
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* arm.v4a-win32.pe.h
|
||||
created from arm.v4a-win32.pe.bin, 14676 (0x3954) bytes
|
||||
/* arm.v4a-wince.pe.h
|
||||
created from arm.v4a-wince.pe.bin, 14676 (0x3954) bytes
|
||||
|
||||
This file is part of the UPX executable compressor.
|
||||
|
||||
@@ -31,11 +31,11 @@
|
||||
*/
|
||||
|
||||
|
||||
#define STUB_ARM_V4A_WIN32_PE_SIZE 14676
|
||||
#define STUB_ARM_V4A_WIN32_PE_ADLER32 0x3e1886fc
|
||||
#define STUB_ARM_V4A_WIN32_PE_CRC32 0x3d92a84f
|
||||
#define STUB_ARM_V4A_WINCE_PE_SIZE 14676
|
||||
#define STUB_ARM_V4A_WINCE_PE_ADLER32 0x3e1886fc
|
||||
#define STUB_ARM_V4A_WINCE_PE_CRC32 0x3d92a84f
|
||||
|
||||
unsigned char stub_arm_v4a_win32_pe[14676] = {
|
||||
unsigned char stub_arm_v4a_wince_pe[14676] = {
|
||||
/* 0x0000 */ 127, 69, 76, 70, 1, 1, 1, 97, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0010 */ 1, 0, 40, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0020 */ 156, 15, 0, 0, 0, 0, 0, 0, 52, 0, 0, 0, 0, 0, 40, 0,
|
||||
@@ -1,5 +1,5 @@
|
||||
/* arm.v4t-win32.pe.h
|
||||
created from arm.v4t-win32.pe.bin, 6742 (0x1a56) bytes
|
||||
/* arm.v4t-wince.pe.h
|
||||
created from arm.v4t-wince.pe.bin, 6742 (0x1a56) bytes
|
||||
|
||||
This file is part of the UPX executable compressor.
|
||||
|
||||
@@ -31,11 +31,11 @@
|
||||
*/
|
||||
|
||||
|
||||
#define STUB_ARM_V4T_WIN32_PE_SIZE 6742
|
||||
#define STUB_ARM_V4T_WIN32_PE_ADLER32 0xd74653e1
|
||||
#define STUB_ARM_V4T_WIN32_PE_CRC32 0xbafe943f
|
||||
#define STUB_ARM_V4T_WINCE_PE_SIZE 6742
|
||||
#define STUB_ARM_V4T_WINCE_PE_ADLER32 0xd74653e1
|
||||
#define STUB_ARM_V4T_WINCE_PE_CRC32 0xbafe943f
|
||||
|
||||
unsigned char stub_arm_v4t_win32_pe[6742] = {
|
||||
unsigned char stub_arm_v4t_wince_pe[6742] = {
|
||||
/* 0x0000 */ 127, 69, 76, 70, 1, 1, 1, 97, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0010 */ 1, 0, 40, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
/* 0x0020 */ 132, 11, 0, 0, 0, 0, 0, 0, 52, 0, 0, 0, 0, 0, 40, 0,
|
||||
@@ -1,4 +1,4 @@
|
||||
/* arm.v4a-win32.pe.S -- ARM/PE decompressor assembly startup (arm mode)
|
||||
/* arm.v4a-wince.pe.S -- ARM/PE decompressor assembly startup (arm mode)
|
||||
|
||||
This file is part of the UPX executable compressor.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* arm.v4t-win32.pe.S -- ARM/PE decompressor assembly startup (thumb mode)
|
||||
/* arm.v4t-wince.pe.S -- ARM/PE decompressor assembly startup (thumb mode)
|
||||
|
||||
This file is part of the UPX executable compressor.
|
||||
|
||||
Reference in New Issue
Block a user