mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
1587442d37
commit a27e437177
Author: Roland McGrath <roland@gnu.org>
Date: Thu Jul 28 22:35:15 2011 +0000
BFD vector for elf32-i386-nacl:
changed ELF_MAXPAGESIZE to 0x10000 for VxWorks. This patch fixes it
and updated testsuite/ld-i386/vxworks2.sd to add space for program
headers.
bfd/
PR ld/21425
* elf32-i386.c (ELF_MAXPAGESIZE): Set to 0x1000 for VxWorks.
ld/
PR ld/20815
* testsuite/ld-i386/vxworks2.sd: Add space for program headers.
14 lines
225 B
Plaintext
14 lines
225 B
Plaintext
#...
|
|
Elf file type is EXEC \(Executable file\)
|
|
Entry point 0x80400
|
|
#...
|
|
Program Headers:
|
|
Type .*
|
|
PHDR .*
|
|
#...
|
|
LOAD .* 0x0007f000 0x0007f000 .* R E 0x1000
|
|
LOAD .* 0x00081000 0x00081000 .* RW 0x1000
|
|
DYNAMIC .*
|
|
|
|
#...
|