From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1944) id 16D953853D6A; Wed, 23 Nov 2022 14:12:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 16D953853D6A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1669212747; bh=JhmFxLjizdSGsemGSe15dft+O9hieuUudnlXsipP6eA=; h=From:To:Subject:Date:From; b=N2f5GO5K2sb4l2WRhoe7X2dcJ85R7zSgmahmN6BRUJIqqZ/GDux/0uscprf+ifqYq xPM9NwMQ+wWZAqPsvXt7fjU1gw9MKeyp1oEy0NDrKexz7Kum5+WFa0P+bhqXXlxOaL bTrhlqvWsbvrEdksC6MtwroeR8/n7TAoO287MaJg= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Szabolcs Nagy To: glibc-cvs@sourceware.org Subject: [glibc/arm/morello/main] morello README: typo and wording fixes X-Act-Checkin: glibc X-Git-Author: Szabolcs Nagy X-Git-Refname: refs/heads/arm/morello/main X-Git-Oldrev: 15a1652f8bc80ff24f43f284c6d0b343208245b6 X-Git-Newrev: 02fee5ef63c1dd4ea4f51527717aada66caf94d3 Message-Id: <20221123141227.16D953853D6A@sourceware.org> Date: Wed, 23 Nov 2022 14:12:27 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=02fee5ef63c1dd4ea4f51527717aada66caf94d3 commit 02fee5ef63c1dd4ea4f51527717aada66caf94d3 Author: Szabolcs Nagy Date: Tue Nov 22 13:36:29 2022 +0000 morello README: typo and wording fixes Diff: --- manual/README.morello | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manual/README.morello b/manual/README.morello index 2db20724ba..cf30eeaee5 100644 --- a/manual/README.morello +++ b/manual/README.morello @@ -22,16 +22,16 @@ target specific changes: Limitations of the morello port: - Building requires --disable-werror. -- Profiling and --enable-profile are not supported (gperf, sprof, LD_PROFILE). -- LD_AUDIT is not supported (symbind, PLT hooks, would require API redesign). +- Profiling and --enable-profile are not supported (gprof, sprof, LD_PROFILE). +- LD_AUDIT is not supported (la_symbind, PLT hooks, require new API redesign). - VDSO is not supported (depends on Linux work). - static-pie is not supported (requires start code redesign). - POSIX message queue async notify does not work (pointers passed via an fd). -- Process shared robust mutexes don't work (pointers in shared memory). +- Process shared robust mutex does not work (pointers in shared memory). - Purecap pldd only supports purecap ABI processes (not lp64). - malloc bounds narrowing has large overhead (locks and hash table lookup). - malloc bounds narrowing can break code expecting page granularity protection. Use GLIBC_TUNABLES=glibc.mem.cap_narrowing=0 env var as a workaround. - string functions are not optimized. -- Executable stacks are not supported. +- Executable stack is not supported. - Internal pointer protection and pointer mangling are disabled.