X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com RazorGate-KAS: Status: not_detected RazorGate-KAS: Rate: 0 RazorGate-KAS: Envelope from: RazorGate-KAS: Version: 5.5.3 RazorGate-KAS: LuaCore: 80 2014-11-10_18-01-23 260f8afb9361da3c7edfd3a8e3a4ca908191ad29 RazorGate-KAS: Lua profiles 69136 [Nov 12 2014] RazorGate-KAS: Method: none Subject: Re: memalign To: djgpp AT delorie DOT com References: <83d1zg1ep0 DOT fsf AT gnu DOT org> From: "Andris Pavenis (andris DOT pavenis AT iki DOT fi) [via djgpp AT delorie DOT com]" Message-ID: <55B6745B.3060409@iki.fi> Date: Mon, 27 Jul 2015 21:11:39 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <83d1zg1ep0.fsf@gnu.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit 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 07/25/2015 05:42 PM, Eli Zaretskii (eliz AT gnu DOT org) [via djgpp AT delorie DOT com] wrote: >> Date: Sat, 25 Jul 2015 17:26:23 +0300 >> From: "Ozkan Sezer (sezeroz AT gmail DOT com) [via djgpp AT delorie DOT com]" >> >> On 7/15/15, Ozkan Sezer wrote: >>> The new src/ansi/stdlib/nmalloc.c provides memalign(), so does the >>> old src/compat/stdlib/memalign.c. Should we not comment out the >>> memalign.c source in src/compat/stdlib/makefile? >>> >> PING? > I'd rather we split memalign from nmalloc.c, so as to avoid polluting > the namespace when the user didn't ask for that. > No problems removing (or disabling) src/libc/compat/stdlib/memallign.c About splitting nmalloc.c: Originally nmalloc.c got nmallign.c using #include (see nmalloc copy inside DJGPP GCC packages in directory gcc/config/i386/nmalloc). I merged these files when put nmalloc into DJGPP libc source tree (nmallign.c was earlier not intended to be used in another way rather than included from nmalloc.c I would like to postpone separating nmallign() into a separate file after real release of DJGPP v2.05. Andris