aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/alpha/common/ldscript
Commit message (Collapse)AuthorAgeFilesLines
* First pass at removing Alpha kernel support.John Baldwin2006-05-111-201/+0
| | | | Notes: svn path=/head/; revision=158458
* Part 1 of fixing the boot code: binutils 2.15 fixes.Marcel Moolenaar2004-08-221-0/+201
The binutils 2.15 assembler now automaticly and non-optionally adds the .eh_frame section for unwind information. This section appears to wreck havoc to the final boot code. Fix this by using a special linker script that discards the .eh_frame sections, but is otherwise identical to the linker internal script used for -N. Compiler used: gcc 3.3.5 Verified with: binutils 2.14 & binutils 2.15 (stock and in-tree) Tested with: /boot/loader & /boot/netboot Notes: svn path=/head/; revision=134140