freebsd-nq/sys/boot/efi
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
..
include gcc-3.1 likes to have extra { } around the internal array initializers in 2002-03-19 10:50:09 +00:00
libefi Fix self hosted loader building. When you use a self configured gcc, it 2002-04-06 03:39:22 +00:00
loader Fix self hosted loader building. When you use a self configured gcc, it 2002-04-06 03:39:22 +00:00
Makefile
Makefile.inc Add -ffreestanding to avoid printf/puts/putchar conversions 2002-03-19 10:51:57 +00:00