From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16317 invoked by alias); 30 Apr 2004 22:03:47 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 16310 invoked from network); 30 Apr 2004 22:03:46 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 30 Apr 2004 22:03:46 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i3UM3kKG008004 for ; Fri, 30 Apr 2004 18:03:46 -0400 Received: from post-office.corp.redhat.com (post-office.corp.redhat.com [172.16.52.227]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i3UM3jv16868; Fri, 30 Apr 2004 18:03:45 -0400 Received: from greed.delorie.com (dj.cipe.redhat.com [10.0.0.222]) by post-office.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i3UM3cH30813; Fri, 30 Apr 2004 18:03:38 -0400 Received: from greed.delorie.com (localhost [127.0.0.1]) by greed.delorie.com (8.12.10/8.12.10) with ESMTP id i3UM2P2g031190; Fri, 30 Apr 2004 18:02:25 -0400 Received: (from dj@localhost) by greed.delorie.com (8.12.10/8.12.10/Submit) id i3UM2PbC031186; Fri, 30 Apr 2004 18:02:25 -0400 Date: Fri, 30 Apr 2004 22:12:00 -0000 Message-Id: <200404302202.i3UM2PbC031186@greed.delorie.com> From: DJ Delorie To: cagney@gnu.org CC: binutils@sources.redhat.com In-reply-to: <4092CA10.6090205@gnu.org> (message from Andrew Cagney on Fri, 30 Apr 2004 17:50:08 -0400) Subject: Re: [rfa] Add bfd-in-memory io vector References: <4092CA10.6090205@gnu.org> X-SW-Source: 2004-04/txt/msg00807.txt.bz2 > I've tested this on i386 GNU/Linux with no regressions. However, given > my experience with the previous IOVEC change, I'm not sure how > significant that result is :-/ A significant user of the BIM code is Cygwin's DLL stuff, both creating DLLs (with ld -shared) and linking against them (directly, not with import libraries).