POWERPC: Allocate 4K / 64K pages depending on processor type.
Powerpc: ppc64le processor - Fix nrv2x-d.S compression routines xstrip - disallow assert at line 178 Signed-off-by: Thierry Fauck <tfauck@free.fr> modified: powerpc-darwin.dylib-entry.h modified: powerpc-darwin.macho-entry.h modified: powerpc-darwin.macho-fold.h modified: powerpc-linux.elf-entry.h modified: powerpc-linux.elf-fold.h modified: powerpc-linux.kernel.vmlinux.h modified: powerpc64le-darwin.dylib-entry.h modified: powerpc64le-darwin.macho-entry.h modified: powerpc64le-darwin.macho-fold.h modified: powerpc64le-linux.elf-entry.h modified: powerpc64le-linux.elf-fold.h modified: powerpc64le-linux.kernel.vmlinux.h modified: scripts/xstrip.py modified: src/arch/powerpc/64le/nrv2b_d.S modified: src/arch/powerpc/64le/nrv2d_d.S modified: src/arch/powerpc/64le/nrv2e_d.S modified: src/powerpc-linux.elf-entry.S modified: src/powerpc-linux.elf-fold.S modified: src/powerpc-linux.elf-main.c modified: tmp/powerpc-linux.elf-entry.bin.dump modified: tmp/powerpc64le-darwin.dylib-entry.bin.dump modified: tmp/powerpc64le-darwin.macho-entry.bin.dump modified: tmp/powerpc64le-linux.elf-entry.bin.dump modified: tmp/powerpc64le-linux.kernel.vmlinux.bin.dump
This commit is contained in:
@@ -6,17 +6,17 @@ Idx Name Size VMA LMA File off Algn
|
||||
1 LINUX010 00000008 0000000000000000 0000000000000000 00000048 2**0 CONTENTS, RELOC, READONLY
|
||||
2 LINUX020 00000064 0000000000000000 0000000000000000 00000050 2**0 CONTENTS, READONLY
|
||||
3 LINUX030 00000000 0000000000000000 0000000000000000 000000b4 2**0 CONTENTS, READONLY
|
||||
4 NRV2B 00000108 0000000000000000 0000000000000000 000000b4 2**0 CONTENTS, RELOC, READONLY
|
||||
5 NRV2D 00000144 0000000000000000 0000000000000000 000001bc 2**0 CONTENTS, RELOC, READONLY
|
||||
6 NRV2E 00000168 0000000000000000 0000000000000000 00000300 2**0 CONTENTS, RELOC, READONLY
|
||||
7 NRV_TAIL 0000001c 0000000000000000 0000000000000000 00000468 2**0 CONTENTS, READONLY
|
||||
8 CFLUSH 00000024 0000000000000000 0000000000000000 00000484 2**0 CONTENTS, READONLY
|
||||
9 LZMA 00000000 0000000000000000 0000000000000000 000004a8 2**0 CONTENTS, READONLY
|
||||
10 LZMA_ELF00 0000008c 0000000000000000 0000000000000000 000004a8 2**0 CONTENTS, RELOC, READONLY
|
||||
11 LZMA_DEC10 0000099c 0000000000000000 0000000000000000 00000534 2**0 CONTENTS, READONLY
|
||||
12 LZMA_DEC20 0000099c 0000000000000000 0000000000000000 00000ed0 2**0 CONTENTS, READONLY
|
||||
13 LZMA_DEC30 00000020 0000000000000000 0000000000000000 0000186c 2**0 CONTENTS, READONLY
|
||||
14 UPX1HEAD 00000020 0000000000000000 0000000000000000 0000188c 2**0 CONTENTS, READONLY
|
||||
4 NRV2B 00000118 0000000000000000 0000000000000000 000000b4 2**0 CONTENTS, RELOC, READONLY
|
||||
5 NRV2D 00000144 0000000000000000 0000000000000000 000001cc 2**0 CONTENTS, RELOC, READONLY
|
||||
6 NRV2E 00000168 0000000000000000 0000000000000000 00000310 2**0 CONTENTS, RELOC, READONLY
|
||||
7 NRV_TAIL 0000001c 0000000000000000 0000000000000000 00000478 2**0 CONTENTS, READONLY
|
||||
8 CFLUSH 00000024 0000000000000000 0000000000000000 00000494 2**0 CONTENTS, READONLY
|
||||
9 LZMA 00000000 0000000000000000 0000000000000000 000004b8 2**0 CONTENTS, READONLY
|
||||
10 LZMA_ELF00 0000008c 0000000000000000 0000000000000000 000004b8 2**0 CONTENTS, RELOC, READONLY
|
||||
11 LZMA_DEC10 0000099c 0000000000000000 0000000000000000 00000544 2**0 CONTENTS, READONLY
|
||||
12 LZMA_DEC20 0000099c 0000000000000000 0000000000000000 00000ee0 2**0 CONTENTS, READONLY
|
||||
13 LZMA_DEC30 00000020 0000000000000000 0000000000000000 0000187c 2**0 CONTENTS, READONLY
|
||||
14 UPX1HEAD 00000020 0000000000000000 0000000000000000 0000189c 2**0 CONTENTS, READONLY
|
||||
SYMBOL TABLE:
|
||||
0000000000000000 l d LINUX020 0000000000000000 LINUX020
|
||||
0000000000000000 l d LINUX030 0000000000000000 LINUX030
|
||||
@@ -48,7 +48,7 @@ OFFSET TYPE VALUE
|
||||
|
||||
RELOCATION RECORDS FOR [NRV2B]:
|
||||
OFFSET TYPE VALUE
|
||||
00000000000000a8 R_PPC64_REL14 NRV_TAIL
|
||||
00000000000000b8 R_PPC64_REL14 NRV_TAIL
|
||||
|
||||
RELOCATION RECORDS FOR [NRV2D]:
|
||||
OFFSET TYPE VALUE
|
||||
|
||||
Reference in New Issue
Block a user