diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 2001-10-25 08:50:14 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 2001-10-25 08:50:14 +0000 |
| commit | 7d5af294dcd1f9792b685dd5e94585faaa0ad84d (patch) | |
| tree | 9661297e7381d047d47391520e754312ce896f9f /sys/boot/efi | |
| parent | c2ff9625d0b8fafa1fb717b7f3ba7e85c2b01346 (diff) | |
Notes
Diffstat (limited to 'sys/boot/efi')
| -rw-r--r-- | sys/boot/efi/libefi/arch/ia64/ldscript.ia64 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/efi/libefi/arch/ia64/ldscript.ia64 b/sys/boot/efi/libefi/arch/ia64/ldscript.ia64 index b9e80d9c54f2..3d2e4e596636 100644 --- a/sys/boot/efi/libefi/arch/ia64/ldscript.ia64 +++ b/sys/boot/efi/libefi/arch/ia64/ldscript.ia64 @@ -15,6 +15,7 @@ SECTIONS /* .gnu.warning sections are handled specially by elf32.em. */ *(.gnu.warning) *(.gnu.linkonce.t*) + *(.plt) } . = ALIGN(4096); .hash : { *(.hash) } @@ -41,6 +42,7 @@ SECTIONS { *(.got.plt) *(.got) + *(.IA_64.pltoff) *(.sdata) *(.sbss) *(.scommon) |
