History log of /openbsd/gnu/usr.bin/gcc/gcc/varasm.c (Results 1 – 5 of 5)
Revision Date Author Comments
# 34c26535 06-Feb-2013 miod <miod@openbsd.org>

Apply the fix for gcc PR #9812, which fixes generation of XFmode (long double)
code on m68k. In pure gcc tradition, even though the issue has been
acknowledged as a bug introduced around gcc 2.5, it

Apply the fix for gcc PR #9812, which fixes generation of XFmode (long double)
code on m68k. In pure gcc tradition, even though the issue has been
acknowledged as a bug introduced around gcc 2.5, it was considered as
`not a regression' with subtle semantics tricks, and only fixed in 3.4.x
although the fix was available for a long time.

Although this changes an MI file, this chunk actually removes a no longer
used function which was only ever used on m68k.

show more ...


# 3497dfe1 11-Nov-2008 kurt <kurt@openbsd.org>

Add support for position independent executables. This adds compile flags
-fpie & -fPIE which are similar to -fpic & -fPIC except that the resulting
objects can not be used in shared libraries due to

Add support for position independent executables. This adds compile flags
-fpie & -fPIE which are similar to -fpic & -fPIC except that the resulting
objects can not be used in shared libraries due to an additional
optimization for pie. This also adds the -pie link flag which produces a
pie executable given pic or pie objects. Combining -pie with -static is
currently disabled. The only gcc3 arch that doesn't support pie at moment
is arm due to binutils relocation bugs.

ok kettenis@

show more ...


# e917c86a 06-Jan-2007 kettenis <kettenis@openbsd.org>

Make gcc(1) really ignore __attribute__((visibility)) if HAVE_GAS_HIDDEN isn't
defined.

ok miod@


# 4e43c760 24-Dec-2004 espie <espie@openbsd.org>

gcc 3.3.5


# c87b03e5 29-Nov-2003 espie <espie@openbsd.org>

Import gcc-3.3.2. Only the compiler. ada frontend removed for space
considerations.