[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CVS: cvs.openbsd.org: src
- To: source-changes_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org
- Subject: CVS: cvs.openbsd.org: src
- From: Miod Vallat <miod_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org>
- Date: Wed, 18 Oct 2006 12:36:55 -0600 (MDT)
CVSROOT: /cvs
Module name: src
Changes by: miod_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_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.
Visit your host, monkey.org