diff options
-rw-r--r-- | share/man/man1/gcc-local.1 | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/share/man/man1/gcc-local.1 b/share/man/man1/gcc-local.1 index 226f875d2e7..265fd384fa4 100644 --- a/share/man/man1/gcc-local.1 +++ b/share/man/man1/gcc-local.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gcc-local.1,v 1.36 2013/02/08 07:37:43 jmc Exp $ +.\" $OpenBSD: gcc-local.1,v 1.37 2013/07/12 10:44:14 jmc Exp $ .\" .\" Copyright (c) 2002 Marc Espie .\" Copyright (c) 2003 Anil Madhavapeddy @@ -25,7 +25,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: February 8 2013 $ +.Dd $Mdocdate: July 12 2013 $ .Dt GCC-LOCAL 1 .Os .Sh NAME @@ -135,17 +135,6 @@ style exceptions, and so needs extra fixes beyond the pure 2.95.3 release. exceptions are also used on aviion, luna88k and mvme88k .Pc .It -On a.out platforms (i.e. vax), -.Nm gcc -uses a linker wrapper to write stubs that call global constructors and -destructors. -Those platforms use -.Nm gcc 2.95.3 , -and those calls can be traced using -.Fl Wl,-trace-ctors-dtors , -using -.Xr syslog_r 3 . -.It On alpha, .Fl mieee is enabled by default to enable full compliance with |