History log of /openbsd-current/gnu/usr.bin/gcc/gcc/configure
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.7 15-Jan-2013 miod

Bring back symbol visibility support. This had been done, then backed out,
a long time ago, because I had not realized symbol visibility required a
lot of shared library major bumps to avoid mixed binaries.
However, at the moment, none of the platforms using gcc 3 supports shared
libraries (this is being worked on), and the remaining gcc 2 platforms won't
support gcc 3 until switching from a.out to ELF, which makes the risk of mixing
visibility-unaware binaries with visibility-aware binaries moot.

Reminded by brad@.


# 1.6 28-Nov-2012 miod

merge conflicts


Revision tags: OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE
# 1.5 01-Aug-2009 miod

Revert previous change which enabled symbol visibility support; appears to
break some applications in ports in at least amd64 and sparc64.
Tracked down by martynas@ and mgrimm@


# 1.4 22-Jul-2009 miod

Fix the configure test for symbol visibility support; the current test
tries to check for an old, known to be flawed, ld version, but the in-tree
ld causes a false positive.


Revision tags: OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE
# 1.3 25-Dec-2004 espie

solve remaining conflicts


Revision tags: OPENBSD_3_5_BASE OPENBSD_3_6_BASE
# 1.2 29-Nov-2003 espie

grab libiberty from other location


# 1.1 29-Nov-2003 espie

branches: 1.1.1;
Initial revision