CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2009/09/24 13:51:32
Modified files: sys/arch/alpha/conf: Makefile.alpha Added files: sys/arch/alpha/conf: ld.script Log message: Link alpha kernels with an ld.script to discard unwanted sections; this allows us to no longer need to compile with -finhibit-size-directive, which in turns allows the (future) use of !samegp relocations by as(1). ok kettenis@