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: Miod Vallat (miodcvs.openbsd.org)
Date: Wed Oct 18 2006 - 13:36:55 CDT


CVSROOT: /cvs
Module name: src
Changes by: miodcvs.openbsd.org 2006/10/18 12:36:55

Modified files:
        gnu/usr.bin/gcc/gcc/config/alpha: alpha.c

Log message:
Under OpenBSD, do not force -msmall-data if -fpic and -mlarge-data if -fPIC.
Instead, have both -fpic and -fPIC only select pic code generation, and
use whatever memory mode is specified (with -mlarge-data being the implicit
default).

This means that -fpic and -fPIC will be equivalent by default under OpenBSD
again, as was the case with gcc 2.x; this will help porter's lives.

No consensus but a majority of developers in favour of this change (including
martin, pvalchev, deraadt and I), so in it goes.