X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=h8LLiGBGzrIusLCnhKwrws2scOrP4anfP5yWVYHPWwQ=; b=uJtU2VtSTJTkZT3lOeZ9Jotcp50K1u0MF15fqGhkkg/WiIpjwQkL9IIfH6os1Cpg26 8xEYAI2Zc/zNBS6/tyPbxGNkt1xfCkypPBbnz7Cz7rSBOxG3j4DlYfSY5jZjzluK1X8D MoIrW9Yjt7AawLj57Unb1vd0YwVzflCGeA711pZqK+gf1Z5HaRev1Jmnw/n1SECHzK5t LsQJzI74RZwcO/9mOcS/BywsSygNXJKod2Ywg5+Uz+tp0BlRE6zyArNx5df+c0jawa7H rCcjveEin3rBjLfciSgD740Pwc+36hDqnna3LvX2V8AGFbtWH36862TLJzQ2DZxPnSv2 PIRw== MIME-Version: 1.0 X-Received: by 10.50.107.104 with SMTP id hb8mr4193749igb.1.1443206092792; Fri, 25 Sep 2015 11:34:52 -0700 (PDT) In-Reply-To: References: Date: Fri, 25 Sep 2015 21:34:52 +0300 Message-ID: Subject: Re: dlclose not removing dependency dxes From: "Ozkan Sezer (sezeroz AT gmail DOT com) [via djgpp AT delorie DOT com]" To: djgpp AT delorie DOT com Content-Type: text/plain; charset=UTF-8 Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 9/25/15, Louis Santillan (lpsantil AT gmail DOT com) [via djgpp AT delorie DOT com] wrote: > In your example, is a.dxe opening b.dxe? No. (If it were, it would be my fault.) > Is dlopen figuring that out > on its own then loading b.dxe? > Yes. (see djgpp/src/libc/dxe/dlopen.c)