aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/ldscript.alpha
Commit message (Collapse)AuthorAgeFilesLines
* First pass at removing Alpha kernel support.John Baldwin2006-05-111-133/+0
| | | | Notes: svn path=/head/; revision=158458
* Have the linker provide the btext symbol when referenced. This is neededMarcel Moolenaar2004-08-271-0/+1
| | | | | | | | for profiling kernels. Apparently, nobody has ever tried to build one on alpha... Notes: svn path=/head/; revision=134394
* Don't override the standard SYSTEM_LD setting from kern.pre.mk.Ruslan Ermilov2004-02-131-1/+1
| | | | | | | Instead, use the linker script to record the correct entry point. Notes: svn path=/head/; revision=125774
* Use the new freebsd output format from Binutils 2.13.1.David E. O'Brien2002-10-111-1/+1
| | | | Notes: svn path=/head/; revision=104930
* Use the kernbase symbol exported from locore.o instead of hardcoded magicPeter Wemm2001-09-201-2/+2
| | | | | | | numbers. Notes: svn path=/head/; revision=83716
* Add $FreeBSD$Peter Wemm2000-01-111-4/+4
| | | | | | | | Make the alpha linker script more like the i386 version - delete the /usr/local and egcs directories Notes: svn path=/head/; revision=55825
* Lots of changes, including:Doug Rabson1998-08-101-2/+1
| | | | | | | | | | | | | * Support for AlphaStation 200, 250, 255, 400 * Untested support for UDB, Multia, AXPpci33 (Noname) * Support for Personal Workstation 433a/433au, 500a/500au, 600a/600au (Miata) * Some minor fixes and improvements to interrupt handling. Submitted by: Andrew Gallatin <gallatin@cs.duke.edu> (AS200, Miata) Obtained from: NetBSD (some code for AS200, Miata, Noname) Notes: svn path=/head/; revision=38215
* Change load address to 0xfffffc0000300000 to help support AS200.Doug Rabson1998-07-301-1/+1
| | | | Notes: svn path=/head/; revision=37970
* Linker script for alpha kernel.Doug Rabson1998-07-151-0/+133
Notes: svn path=/head/; revision=37684