From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.devel Subject: Re: emacs-dynamic-module in Emacs Git? Date: Tue, 02 Dec 2014 18:58:56 +0100 Organization: Probably a good idea Message-ID: References: <87wq6tu5m5.fsf@kima.orebokech.com> <85h9xwhpy9.fsf@stephe-leake.org> <87k32sh50f.fsf@lifelogs.com> <85tx1rg64e.fsf_-_@stephe-leake.org> <87siha7r3b.fsf@lifelogs.com> <87lhmz4mtj.fsf@lifelogs.com> <87sih575rc.fsf@lifelogs.com> <8361dyaqf1.fsf@gnu.org> <83zjb771px.fsf@gnu.org> <851tojm0z6.fsf@stephe-leake.org> <838uiq7m8b.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1417543170 22322 80.91.229.3 (2 Dec 2014 17:59:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 2 Dec 2014 17:59:30 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 02 18:59:23 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XvrjO-0007uC-N3 for ged-emacs-devel@m.gmane.org; Tue, 02 Dec 2014 18:59:22 +0100 Original-Received: from localhost ([::1]:38116 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XvrjO-0005Qi-EF for ged-emacs-devel@m.gmane.org; Tue, 02 Dec 2014 12:59:22 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59004) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XvrjG-0005Py-Jc for emacs-devel@gnu.org; Tue, 02 Dec 2014 12:59:20 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xvrj9-0007pU-0n for emacs-devel@gnu.org; Tue, 02 Dec 2014 12:59:14 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:39943) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xvrj8-0007pK-QP for emacs-devel@gnu.org; Tue, 02 Dec 2014 12:59:06 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Xvrj2-0007hs-7F for emacs-devel@gnu.org; Tue, 02 Dec 2014 18:59:00 +0100 Original-Received: from cm-84.208.248.210.getinternet.no ([84.208.248.210]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 02 Dec 2014 18:59:00 +0100 Original-Received: from sb by cm-84.208.248.210.getinternet.no with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 02 Dec 2014 18:59:00 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 12 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cm-84.208.248.210.getinternet.no Mail-Copies-To: never User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.3 (windows-nt) Cancel-Lock: sha1:rFdfYcClXmbvlAu/7at1mEQVgvs= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:178700 Archived-At: >>>>> Eli Zaretskii : > Or ask yourself why the latest GCC and Binutils default to not export > anything, contrary to what they did in older versions. Is this through for ELF as well? Back when I was messing around with dynamic linking, ELF didn't have a mechanism for hiding symbols (which could be a major pain if you had the same symbols provided by two separate DLLs... especially when the same symbols were different things, as eg. the expat XML parser compiled with UTF-8 API vs. expat compiled UTF-16 API).