OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Per Fogelstrom (pefocvs.openbsd.org)
Date: Fri Sep 10 2004 - 04:14:51 CDT


CVSROOT: /cvs
Module name: src
Changes by: pefocvs.openbsd.org 2004/09/10 03:14:51

Modified files:
        sys/arch/sgi/conf: ld.script

Log message:
This is the script used to link the kernel. A flaw in ld makes
setting the load address using 0xffffffff80100000 impossible
so a workaround using -0x7.... is used.
Hopefully this file will go away and using -N and -Ttext= will
work once binutils is fixed.