From owner-freebsd-arm@FreeBSD.ORG Wed Oct 4 15:51:49 2006 Return-Path: X-Original-To: freebsd-arm@freebsd.org Delivered-To: freebsd-arm@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA44D16A415 for ; Wed, 4 Oct 2006 15:51:49 +0000 (UTC) (envelope-from joseph.koshy@gmail.com) Received: from qb-out-0506.google.com (qb-out-0506.google.com [72.14.204.238]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDA6A43D68 for ; Wed, 4 Oct 2006 15:51:47 +0000 (GMT) (envelope-from joseph.koshy@gmail.com) Received: by qb-out-0506.google.com with SMTP id a10so906717qbd for ; Wed, 04 Oct 2006 08:51:45 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=czD5Sig/4AoU9gjFI1LBf3h4fvjKGT0oZZDVyja5opc1hXJeVvEsnEw9y9B7WCvrwUZALhnBagjbI/RlsZ7GwoKn52Q0r0V8aKQmUfwnAo23Tm21or5xjp7lVcWIHKM+3RmF0BhKtLJG6yca0KhirxPpcsc0rqqTZDEEuIh21s4= Received: by 10.65.234.2 with SMTP id l2mr680573qbr; Wed, 04 Oct 2006 08:44:26 -0700 (PDT) Received: by 10.64.179.8 with HTTP; Wed, 4 Oct 2006 08:44:26 -0700 (PDT) Message-ID: <84dead720610040844o5dc873bt7185e164b20d699@mail.gmail.com> Date: Wed, 4 Oct 2006 21:14:26 +0530 From: "Joseph Koshy" To: "John Birrell" In-Reply-To: <20061004035533.GA76969@what-creek.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20061004035533.GA76969@what-creek.com> Cc: freebsd-arm@freebsd.org, freebsd-ppc@freebsd.org Subject: Re: Proposed elf header changes which affect PPC and ARM X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Oct 2006 15:51:49 -0000 > The patch: moves > all the relocation definitions for each arch from the machine/elf.h > header to sys/elf_common.h. What's the semantic difference between an 'Lword' and an 'Xword'? + typedef uint64_t Elf32_Lword; and... typedef int32_t Elf64_Sword; typedef int64_t Elf64_Sxword; typedef uint32_t Elf64_Word; + typedef uint64_t Elf64_Lword; typedef uint64_t Elf64_Xword; /* -- FreeBSD Volunteer, http://people.freebsd.org/~jkoshy