Override elf_nacl.xr linker script so that libc_pic.os links correctlymaster
commit9eb52e51dff703062afc369fecb10e7966d7719a
authorMark Seaborn <mrs@mythic-beasts.com>
Thu, 28 Jan 2010 22:08:46 +0000 (28 22:08 +0000)
committerMark Seaborn <mrs@mythic-beasts.com>
Thu, 28 Jan 2010 22:08:46 +0000 (28 22:08 +0000)
treede282dab0dbf178a95eae2031169f4d335b34a79
parent914487dafeb63420263d94ed22af2cc0f4fdf023
Override elf_nacl.xr linker script so that libc_pic.os links correctly

Add linker script for the "ld --relocatable" case.

Ensures that .text.compat is padded correctly with NOPs instead of zeroes.

This replaces a binutils hack to default to padding with 0x90.
ld/ldscripts/elf_nacl.xr [new file with mode: 0644]
link-libcso.sh