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,15 +6,15 @@ Idx Name Size VMA LMA File off Algn
|
||||
1 NRV_HEAD 00000000 0000000000000000 0000000000000000 00000044 2**0 CONTENTS, READONLY
|
||||
2 NRV2E 00000168 0000000000000000 0000000000000000 00000044 2**0 CONTENTS, RELOC, READONLY
|
||||
3 NRV2D 00000144 0000000000000000 0000000000000000 000001ac 2**0 CONTENTS, RELOC, READONLY
|
||||
4 NRV2B 00000108 0000000000000000 0000000000000000 000002f0 2**0 CONTENTS, RELOC, READONLY
|
||||
5 LZMA_ELF00 0000008c 0000000000000000 0000000000000000 000003f8 2**0 CONTENTS, RELOC, READONLY
|
||||
6 LZMA_DEC10 0000099c 0000000000000000 0000000000000000 00000484 2**0 CONTENTS, READONLY
|
||||
7 LZMA_DEC20 0000099c 0000000000000000 0000000000000000 00000e20 2**0 CONTENTS, READONLY
|
||||
8 LZMA_DEC30 00000020 0000000000000000 0000000000000000 000017bc 2**0 CONTENTS, READONLY
|
||||
9 NRV_TAIL 0000001c 0000000000000000 0000000000000000 000017dc 2**0 CONTENTS, READONLY
|
||||
10 CFLUSH 00000024 0000000000000000 0000000000000000 000017f8 2**0 CONTENTS, READONLY
|
||||
11 ELFMAINY 00000022 0000000000000000 0000000000000000 0000181c 2**0 CONTENTS, RELOC, READONLY
|
||||
12 ELFMAINZ 00000108 0000000000000000 0000000000000000 0000183e 2**0 CONTENTS, RELOC, READONLY
|
||||
4 NRV2B 00000118 0000000000000000 0000000000000000 000002f0 2**0 CONTENTS, RELOC, READONLY
|
||||
5 LZMA_ELF00 0000008c 0000000000000000 0000000000000000 00000408 2**0 CONTENTS, RELOC, READONLY
|
||||
6 LZMA_DEC10 0000099c 0000000000000000 0000000000000000 00000494 2**0 CONTENTS, READONLY
|
||||
7 LZMA_DEC20 0000099c 0000000000000000 0000000000000000 00000e30 2**0 CONTENTS, READONLY
|
||||
8 LZMA_DEC30 00000020 0000000000000000 0000000000000000 000017cc 2**0 CONTENTS, READONLY
|
||||
9 NRV_TAIL 0000001c 0000000000000000 0000000000000000 000017ec 2**0 CONTENTS, READONLY
|
||||
10 CFLUSH 00000024 0000000000000000 0000000000000000 00001808 2**0 CONTENTS, READONLY
|
||||
11 ELFMAINY 00000022 0000000000000000 0000000000000000 0000182c 2**0 CONTENTS, RELOC, READONLY
|
||||
12 ELFMAINZ 00000108 0000000000000000 0000000000000000 0000184e 2**0 CONTENTS, RELOC, READONLY
|
||||
SYMBOL TABLE:
|
||||
0000000000000000 l d LZMA_DEC30 0000000000000000 LZMA_DEC30
|
||||
0000000000000000 l d NRV_TAIL 0000000000000000 NRV_TAIL
|
||||
@@ -45,7 +45,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 [LZMA_ELF00]:
|
||||
OFFSET TYPE VALUE
|
||||
|
||||
Reference in New Issue
Block a user