From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ultra7.eskimo.com (ultra7.eskimo.com [204.122.16.70]) by ozlabs.org (Postfix) with ESMTP id 1033367BE8 for ; Wed, 9 Aug 2006 23:15:09 +1000 (EST) Received: from eskimo.com (johnnyb@eskimo.com [204.122.16.13]) by ultra7.eskimo.com (8.13.6/8.13.4) with ESMTP id k79DF45r003698 for ; Wed, 9 Aug 2006 06:15:05 -0700 Date: Wed, 9 Aug 2006 06:15:06 -0700 (PDT) From: Jonathan Bartlett To: linuxppc-dev@ozlabs.org Subject: .tc entries question In-Reply-To: <20060725140634.GH6872@bubble.grove.modra.org> Message-ID: References: <20060725021558.GG6872@bubble.grove.modra.org> <20060725140634.GH6872@bubble.grove.modra.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Another 64-bit Elf question, this one about the TOC. In many examples, for defining toc entries, there is some syntax like this: name_to_refer_to_this: .tc seemingly_unused_name[TC], data_here I haven't figured out what the purpose of the name immediately preceding [TC] is. In fact, it seems that in most cases it can simply be left out. Is this just a holdover from a previous binary format, or does "seemingly_unused_name" actually get used in some fashion? Thanks, Jon