stub: arm renaming.

This commit is contained in:
Markus F.X.J. Oberhumer 2016-09-22 11:15:49 +02:00
parent e251a1ca19
commit e36e8e3b33
6 changed files with 23 additions and 23 deletions

View File

@ -71,8 +71,8 @@ STUBS += arm.v4a-wince.pe.h
STUBS += arm.v4t-wince.pe.h
STUBS += armeb-linux.elf-entry.h
STUBS += armeb-linux.elf-fold.h
STUBS += armeb-linux.kernel.vmlinux-head.h
STUBS += armeb-linux.kernel.vmlinux.h
STUBS += armeb.v5a-linux.kernel.vmlinux-head.h
STUBS += armeb.v5a-linux.kernel.vmlinux.h
STUBS += armel-eabi-linux.elf-entry.h
STUBS += armel-eabi-linux.elf-fold.h
STUBS += armel-eabi-linux.shlib-init.h
@ -597,21 +597,21 @@ tmp/armeb-linux.elf-main.o : $(srcdir)/src/$$T.c $(srcdir)/src/i386-linux.elf-ma
# /***********************************************************************
# // armeb-linux.kernel.vmlinux (arm.v5a)
# // armeb-linux.kernel.vmlinux-head (arm.v5a)
# // armeb.v5a-linux.kernel.vmlinux (arm.v5a)
# // armeb.v5a-linux.kernel.vmlinux-head (arm.v5a)
# ************************************************************************/
armeb-linux.kernel.vmlinu%.h : tc_list = armeb-linux.kernel default
armeb-linux.kernel.vmlinu%.h : tc_bfdname = elf32-bigarm
armeb.v5a-linux.kernel.vmlinu%.h : tc_list = armeb.v5a-linux.kernel default
armeb.v5a-linux.kernel.vmlinu%.h : tc_bfdname = elf32-bigarm
tc.armeb-linux.kernel.gcc = $(tc.arm-linux.elf.gcc) -mbig-endian -march=armv5
tc.armeb.v5a-linux.kernel.gcc = $(tc.arm-linux.elf.gcc) -mbig-endian -march=armv5
armeb-linux.kernel.vmlinu%.h : $(srcdir)/src/$$T.S
armeb.v5a-linux.kernel.vmlinu%.h : $(srcdir)/src/$$T.S
$(call tc,gcc) -c -x assembler-with-cpp $< -o tmp/$T.bin
$(call tc,f-embed_objinfo,tmp/$T.bin)
$(call tc,bin2h-c) tmp/$T.bin $@
armeb-linux.kernel.vmlinux-head.h : $(srcdir)/src/$$T.S
armeb.v5a-linux.kernel.vmlinux-head.h : $(srcdir)/src/$$T.S
$(call tc,gcc) -c -x assembler-with-cpp $< -o tmp/$T.o
$(call tc,objcopy) --output-target binary --only-section .text tmp/$T.o tmp/$T.bin
$(call tc,bin2h) tmp/$T.bin $@

View File

@ -1,5 +1,5 @@
/* armeb-linux.kernel.vmlinux-head.h
created from armeb-linux.kernel.vmlinux-head.bin, 8 (0x8) bytes
/* armeb.v5a-linux.kernel.vmlinux-head.h
created from armeb.v5a-linux.kernel.vmlinux-head.bin, 8 (0x8) bytes
This file is part of the UPX executable compressor.
@ -31,10 +31,10 @@
*/
#define STUB_ARMEB_LINUX_KERNEL_VMLINUX_HEAD_SIZE 8
#define STUB_ARMEB_LINUX_KERNEL_VMLINUX_HEAD_ADLER32 0x19db0637
#define STUB_ARMEB_LINUX_KERNEL_VMLINUX_HEAD_CRC32 0xb5ec5990
#define STUB_ARMEB_V5A_LINUX_KERNEL_VMLINUX_HEAD_SIZE 8
#define STUB_ARMEB_V5A_LINUX_KERNEL_VMLINUX_HEAD_ADLER32 0x19db0637
#define STUB_ARMEB_V5A_LINUX_KERNEL_VMLINUX_HEAD_CRC32 0xb5ec5990
unsigned char stub_armeb_linux_kernel_vmlinux_head[8] = {
unsigned char stub_armeb_v5a_linux_kernel_vmlinux_head[8] = {
/* 0x0000 */ 225,160,192, 14,235,255,255,254
};

View File

@ -1,5 +1,5 @@
/* armeb-linux.kernel.vmlinux.h
created from armeb-linux.kernel.vmlinux.bin, 15160 (0x3b38) bytes
/* armeb.v5a-linux.kernel.vmlinux.h
created from armeb.v5a-linux.kernel.vmlinux.bin, 15160 (0x3b38) bytes
This file is part of the UPX executable compressor.
@ -31,11 +31,11 @@
*/
#define STUB_ARMEB_LINUX_KERNEL_VMLINUX_SIZE 15160
#define STUB_ARMEB_LINUX_KERNEL_VMLINUX_ADLER32 0x785730ee
#define STUB_ARMEB_LINUX_KERNEL_VMLINUX_CRC32 0x7efd8186
#define STUB_ARMEB_V5A_LINUX_KERNEL_VMLINUX_SIZE 15160
#define STUB_ARMEB_V5A_LINUX_KERNEL_VMLINUX_ADLER32 0x785730ee
#define STUB_ARMEB_V5A_LINUX_KERNEL_VMLINUX_CRC32 0x7efd8186
unsigned char stub_armeb_linux_kernel_vmlinux[15160] = {
unsigned char stub_armeb_v5a_linux_kernel_vmlinux[15160] = {
/* 0x0000 */ 127, 69, 76, 70, 1, 2, 1, 97, 0, 0, 0, 0, 0, 0, 0, 0,
/* 0x0010 */ 0, 1, 0, 40, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0,
/* 0x0020 */ 0, 0, 18,244, 0, 0, 0, 0, 0, 52, 0, 0, 0, 0, 0, 40,

View File

@ -1,5 +1,5 @@
/*
; armeb-linux.kernel.vmlinux-head.S -- set up stack for vmlinux/armeb format
; armeb.v5a-linux.kernel.vmlinux-head.S -- set up stack for vmlinux/armeb format
;
; This file is part of the UPX executable compressor.
;

View File

@ -1,5 +1,5 @@
/*
; armeb-linux.kernel.vmlinux.S -- loader & decompressor for the vmlinux/armeb format
; armeb.v5a-linux.kernel.vmlinux.S -- loader & decompressor for the vmlinux/armeb format
;
; This file is part of the UPX executable compressor.
;