Propagate yesterday's fix to stub decoding on PowerPC
https://github.com/upx/upx/issues/813 modified: misc/testsuite/upx_testsuite_1-expected_sha256sums.sh modified: src/stub/src/arch/powerpc/32/nrv2d_d.S modified: src/stub/src/arch/powerpc/32/nrv2e_d.S modified: src/stub/src/arch/powerpc/64le/nrv2b_d.S modified: src/stub/src/arch/powerpc/64le/nrv2d_d.S modified: src/stub/powerpc-darwin.dylib-entry.h modified: src/stub/powerpc-darwin.macho-entry.h modified: src/stub/powerpc-linux.elf-entry.h modified: src/stub/powerpc-linux.kernel.vmlinux.h modified: src/stub/powerpc64-darwin.dylib-entry.h modified: src/stub/powerpc64-darwin.macho-entry.h modified: src/stub/powerpc64-linux.elf-entry.h modified: src/stub/powerpc64le-linux.elf-entry.h modified: src/stub/powerpc64le-linux.kernel.vmlinux.h modified: src/stub/tmp/powerpc-darwin.dylib-entry.bin.dump modified: src/stub/tmp/powerpc-darwin.macho-entry.bin.dump modified: src/stub/tmp/powerpc-linux.elf-entry.bin.dump modified: src/stub/tmp/powerpc-linux.kernel.vmlinux.bin.dump modified: src/stub/tmp/powerpc64-darwin.dylib-entry.bin.dump modified: src/stub/tmp/powerpc64-darwin.macho-entry.bin.dump modified: src/stub/tmp/powerpc64-linux.elf-entry.bin.dump modified: src/stub/tmp/powerpc64le-linux.elf-entry.bin.dump modified: src/stub/tmp/powerpc64le-linux.kernel.vmlinux.bin.dump
This commit is contained in:
+13
-13
@@ -6,17 +6,17 @@ Idx Name Size VMA LMA File off Algn Flags
|
||||
1 MACMAINX 04 0 0 09c 2**0 CONTENTS
|
||||
2 MACH_UNC 0 0 0 0a0 2**0 CONTENTS
|
||||
3 NRV_HEAD 0 0 0 0a0 2**0 CONTENTS
|
||||
4 NRV2E 0148 0 0 0a0 2**0 CONTENTS
|
||||
5 NRV2D 012c 0 0 01e8 2**0 CONTENTS
|
||||
6 NRV2B 0f4 0 0 0314 2**0 CONTENTS
|
||||
7 LZMA_ELF00 090 0 0 0408 2**0 CONTENTS
|
||||
8 LZMA_DEC10 099c 0 0 0498 2**0 CONTENTS
|
||||
9 LZMA_DEC20 099c 0 0 0e34 2**0 CONTENTS
|
||||
10 LZMA_DEC30 024 0 0 017d0 2**0 CONTENTS
|
||||
11 NRV_TAIL 01c 0 0 017f4 2**0 CONTENTS
|
||||
12 CFLUSH 020 0 0 01810 2**0 CONTENTS
|
||||
13 MACHMAINY 04 0 0 01830 2**0 CONTENTS
|
||||
14 MACHMAINZ 058 0 0 01834 2**0 CONTENTS
|
||||
4 NRV2E 014c 0 0 0a0 2**0 CONTENTS
|
||||
5 NRV2D 0130 0 0 01ec 2**0 CONTENTS
|
||||
6 NRV2B 0f4 0 0 031c 2**0 CONTENTS
|
||||
7 LZMA_ELF00 090 0 0 0410 2**0 CONTENTS
|
||||
8 LZMA_DEC10 099c 0 0 04a0 2**0 CONTENTS
|
||||
9 LZMA_DEC20 099c 0 0 0e3c 2**0 CONTENTS
|
||||
10 LZMA_DEC30 024 0 0 017d8 2**0 CONTENTS
|
||||
11 NRV_TAIL 01c 0 0 017fc 2**0 CONTENTS
|
||||
12 CFLUSH 020 0 0 01818 2**0 CONTENTS
|
||||
13 MACHMAINY 04 0 0 01838 2**0 CONTENTS
|
||||
14 MACHMAINZ 058 0 0 0183c 2**0 CONTENTS
|
||||
SYMBOL TABLE:
|
||||
00000000 l d LZMA_DEC30 0 LZMA_DEC30
|
||||
00000000 l d NRV_TAIL 0 NRV_TAIL
|
||||
@@ -41,11 +41,11 @@ OFFSET TYPE VALUE
|
||||
|
||||
RELOCATION RECORDS FOR [NRV2E]:
|
||||
OFFSET TYPE VALUE
|
||||
000000b4 R_PPC_REL14 NRV_TAIL
|
||||
000000b8 R_PPC_REL14 NRV_TAIL
|
||||
|
||||
RELOCATION RECORDS FOR [NRV2D]:
|
||||
OFFSET TYPE VALUE
|
||||
000000b4 R_PPC_REL14 NRV_TAIL
|
||||
000000b8 R_PPC_REL14 NRV_TAIL
|
||||
|
||||
RELOCATION RECORDS FOR [NRV2B]:
|
||||
OFFSET TYPE VALUE
|
||||
|
||||
Reference in New Issue
Block a user