diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-03-22 12:19:50 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-03-22 12:19:50 +0000 |
commit | c3dd8e5f1327a2d54703968bcdec2e14deb7dc83 (patch) | |
tree | 1b761a51539a2103c3816e235c9555b7ea9f98d7 /share/man/man3/intro.3 | |
parent | 9ab20fc3f96c1cf3e4464d484eae9d60e96f79e7 (diff) |
- document libgcc
- document libsupc++
- libmmalloc no more (checked w/ kettenis)
- note that users do not normally need to link w/ the following libs:
libgcc/libpthread/libstc++/libsupc++
most of the text from espie@
Diffstat (limited to 'share/man/man3/intro.3')
-rw-r--r-- | share/man/man3/intro.3 | 29 |
1 files changed, 17 insertions, 12 deletions
diff --git a/share/man/man3/intro.3 b/share/man/man3/intro.3 index 02fa00435c0..7132b156963 100644 --- a/share/man/man3/intro.3 +++ b/share/man/man3/intro.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.3,v 1.28 2005/03/16 15:23:34 jmc Exp $ +.\" $OpenBSD: intro.3,v 1.29 2005/03/22 12:19:49 jmc Exp $ .\" $NetBSD: intro.3,v 1.5 1995/05/10 22:46:24 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -179,6 +179,12 @@ with other languages on ELF platforms. See .Xr g77 1 . .Pp +.It libgcc Pq Fl lgcc +GCC runtime support, +including long arithmetic, propolice, +and language independent exception support. +Note: users do not normally have to explicitly link with this library. +.Pp .It libgssapi Pq Fl lgssapi The Generic Security Service Application Program Interface .Pq GSS-API @@ -276,16 +282,6 @@ mail filter API. See the documentation in .Pa /usr/share/doc/html/milter/ . .Pp -.It libmmalloc Pq Fl lmmalloc -GNU memory-mapped malloc package. -In this implementation, -.Xr mmap 2 -is used to obtain memory from the system, -rather than -.Xr sbrk 2 . -See -.Sq info mmalloc . -.Pp .It libobjc Pq Fl lobjc Library for Objective C, an object-oriented superset of ANSI C. Use this to compile Objective C programs. @@ -350,6 +346,7 @@ not .Fl lpthread . See .Xr pthreads 3 . +Note: users do not normally have to explicitly link with this library. .Pp .It libreadline Pq Fl lreadline Command line editing interface. @@ -396,6 +393,13 @@ See GCC subroutine library for C++. See .Xr c++ 1 . +Note: users do not normally have to explicitly link with this library. +.Pp +.It libsupc++ Pq Fl lsupc++ +(GCC 3.3.x systems only) +C++ core language support +(exceptions, new, typeinfo). +Note: users do not normally have to explicitly link with this library. .Pp .It libusbhid Pq Fl lusbhid Routines to extract data from USB Human Interface Devices @@ -613,6 +617,7 @@ for more details. .It Pa /usr/lib/libform.a .It Pa /usr/lib/libfrtbegin.a .It Pa /usr/lib/libg2c.a +.It Pa /usr/lib/gcc-lib/${ARCH}-unknown-openbsd${OSREV}/${GCCREV}/fpic/libgcc.a .It Pa /usr/lib/libgssapi.a .It Pa /usr/lib/libhdb.a .It Pa /usr/lib/libiberty.a @@ -626,7 +631,6 @@ for more details. .It Pa /usr/lib/libm.a .It Pa /usr/lib/libmenu.a .It Pa /usr/lib/libmilter.a -.It Pa /usr/lib/libmmalloc.a .It Pa /usr/lib/libncurses.a .It Pa /usr/lib/libobjc.a .It Pa /usr/lib/libocurses.a @@ -644,6 +648,7 @@ for more details. .It Pa /usr/lib/libskey.a .It Pa /usr/lib/libssl.a .It Pa /usr/lib/libstdc++.a +.It Pa /usr/lib/libsupc++.a .It Pa /usr/lib/libtermcap.a .It Pa /usr/lib/libtermlib.a .It Pa /usr/lib/libusbhid.a |