freebsd-dev/sys/boot/efi/libefi/arch/ia64
Peter Wemm a6d81d83a2 Fix self hosted loader building. When you use a self configured gcc, it
detects and uses the gas section merge support.  As a result, a whole bunch
of new sections arrive, including .rodata.str1.8, which was not included
in our custom ldscript.ia64.  The result was a loader binary that EFI
rejected.

While here, collect the loader shell commands linker set and include it
in the data area rather than having its own section.

/boot/loader.efi was the last holdout for having a 100% self built ia64
system.
2002-04-06 03:39:22 +00:00
..
ldscript.ia64 Fix self hosted loader building. When you use a self configured gcc, it 2002-04-06 03:39:22 +00:00
start.S o Don't include sys/cdefs.h 2002-03-28 07:07:45 +00:00