From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17722 invoked by alias); 11 Apr 2006 10:40:28 -0000 Received: (qmail 17707 invoked by uid 22791); 11 Apr 2006 10:40:27 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 11 Apr 2006 10:40:25 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k3BAeIwV032452; Tue, 11 Apr 2006 06:40:18 -0400 Received: from pobox.surrey.redhat.com (pobox.surrey.redhat.com [172.16.10.17]) by int-mx1.corp.redhat.com (8.12.11.20060308/8.11.6) with ESMTP id k3BAeDbq019186; Tue, 11 Apr 2006 06:40:13 -0400 Received: from [10.32.68.5] (vpn-68-5.surrey.redhat.com [10.32.68.5]) by pobox.surrey.redhat.com (8.12.8/8.12.8) with ESMTP id k3BAe8Ok017915; Tue, 11 Apr 2006 11:40:10 +0100 Message-ID: <443B869E.20705@redhat.com> Date: Tue, 11 Apr 2006 13:12:00 -0000 From: Nick Clifton User-Agent: Thunderbird 1.5 (X11/20051201) MIME-Version: 1.0 To: =?ISO-8859-1?Q?Diego_=27Flameeyes=27_Petten=F2?= CC: binutils@sourceware.org Subject: Re: Add support for ld-elf.so.hints on FreeBSD and DragonFly - Fourth try References: <200603212223.28315@enterprise.flameeyes.is-a-geek.org> In-Reply-To: <200603212223.28315@enterprise.flameeyes.is-a-geek.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2006-04/txt/msg00153.txt.bz2 Hi Diego, > Okay, new version of the patch, this time it includes an almost verbatim copy > of the elf-hints header file from FreeBSD as elf-hints-local.h, that is > included if the elf-hints.h file is not present in the system already, so > that it works when building non systems not using FreeBSD's or DragonFly's > libc,but still defaults to system's headers if they are present, so that if > they change the signature it works fine anyway. > This should solve the license issues, too. Thanks - I have checked your patch in together with this ChangeLog entry. Cheers Nick ld/ChangeLog 2006-04-11 Diego Petteno * emultempl/elf32.em: Add support for elf-hints.h on FreeBSD and Dragonfly targets. * configure.in (AC_CHECK_HEADERS): Add elf-hints.h. * Makefile.am (HFILES): Add elf-hints-local.h. * elf-hints-local.h: New file. * Makefile.in: Regenerate. * configure: Regenerate.