mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-20 20:58:01 +01:00
The value defined for ld must be the same, since otherwise one gets effects like we had for generated PPC objects: The BFD page size was 0x10000, the ld page size 0x1000. Thus the data segment alignment forced in the linker script didn't allow BFD to really start a new segment (unless by accident a 0x10000 boundary was crossed as well). Hence our libraries and executables only had one loadable segment (containing both text and data), which neither of the three Haiku ELF loaders (in boot loader, kernel, and userland) likes at all. As a fix we force 0x1000 page size for target Haiku in a similar way it is done for QNX. git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@15705 a95241bf-73f2-0310-859d-f6bbb57e9c96
Description
No description provided
Languages
C
38.1%
C++
21.3%
Makefile
9.1%
Ada
7.7%
D
4.3%
Other
18.8%