From tim@kientzle.com  Mon Dec 30 12:55:48 2002
Return-Path: <tim@kientzle.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6CA1937B401
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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
Subject: elf.5 update
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         46638
>Category:       docs
>Synopsis:       Add descriptions of new sections
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 30 13:00:19 PST 2002
>Closed-Date:    Mon Jan 06 09:13:23 PST 2003
>Last-Modified:  Mon Jan 06 09:13:23 PST 2003
>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:
State-Changed-From-To: open->closed 
State-Changed-By: trhodes 
State-Changed-When: Mon Jan 6 09:13:01 PST 2003 
State-Changed-Why:  
I've just applied your patch to current!  Thanks for the submission! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=46638 
>Unformatted:
