From owner-freebsd-doc Mon Dec 30 13: 0:22 2002 Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A38437B401 for ; Mon, 30 Dec 2002 13:00:20 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C8EC43EB2 for ; Mon, 30 Dec 2002 13:00:19 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBUL0JNS030341 for ; Mon, 30 Dec 2002 13:00:19 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBUL0JeJ030340; Mon, 30 Dec 2002 13:00:19 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CA1937B401 for ; Mon, 30 Dec 2002 12:55:48 -0800 (PST) Received: from clover.kientzle.com (user-112uh9a.biz.mindspring.com [66.47.69.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id C87BD43ED8 for ; Mon, 30 Dec 2002 12:55:47 -0800 (PST) (envelope-from tim@kientzle.com) Received: from ugly.x.kientzle.com (c43 [66.47.69.43]) by clover.kientzle.com (8.11.3/8.11.3) with ESMTP id gBUKtfE25196; Mon, 30 Dec 2002 12:55:41 -0800 (PST) (envelope-from tim@kientzle.com) Received: (from tim@localhost) by ugly.x.kientzle.com (8.11.3/8.11.3) id gBUKtec01091; Mon, 30 Dec 2002 12:55:40 -0800 (PST) (envelope-from tim) Message-Id: <200212302055.gBUKtec01091@ugly.x.kientzle.com> Date: Mon, 30 Dec 2002 12:55:40 -0800 (PST) From: tim@kientzle.com Reply-To: tim@kientzle.com To: FreeBSD-gnats-submit@FreeBSD.org Cc: tim@kientzle.com X-Send-Pr-Version: 3.113 Subject: docs/46638: elf.5 update Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 46638 >Category: docs >Synopsis: Add descriptions of new sections >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Dec 30 13:00:19 PST 2002 >Closed-Date: >Last-Modified: >Originator: Tim Kientzle >Release: FreeBSD-CURRENT i386 >Organization: >Environment: System: FreeBSD-CURRENT i386 >Description: The elf.5 man page does not document either the .jcr or .eh_frame sections, both of which are generated by default by the current GCC. >How-To-Repeat: >Fix: The following descriptions are terse, as I do not know the full descriptions. Better than what's currently there, though (which is nothing). Index: elf.5 =================================================================== RCS file: /mnt/cvs/src/share/man/man5/elf.5,v retrieving revision 1.21 diff -c -r1.21 elf.5 *** elf.5 1 Oct 2001 16:09:23 -0000 1.21 --- elf.5 11 Nov 2002 05:33:17 -0000 *************** *** 1080,1085 **** --- 1080,1090 ---- .Sy SHF_ALLOC and .Sy SHF_EXECINSTR . + .It .jcr + This section holds information about Java classes that must + be registered. + .It .eh_frame + This section holds information used for C++ exception-handling. .El .Pp String table sections hold null-terminated character sequences, commonly >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message