From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FROM,UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 29422 invoked from network); 5 Dec 2021 01:15:17 -0000 Received: from 4ess.inri.net (216.126.196.42) by inbox.vuxu.org with ESMTPUTF8; 5 Dec 2021 01:15:17 -0000 Received: from mail-wr1-f46.google.com ([209.85.221.46]) by 4ess; Sat Dec 4 19:48:47 -0500 2021 Received: by mail-wr1-f46.google.com with SMTP id v11so14083040wrw.10 for <9front@9front.org>; Sat, 04 Dec 2021 16:48:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=J+sglfxz43x83MPO2T/MkdemFwYW0pTVLpdJiGHL9hE=; b=MhFQGj3sEQMeXw1bH5dH164trgMUkAvv2X21b8drd8KbKsdRBdpfptjlqS2JDgmlN0 ++/mkaJkeWlxogFAp0IiYZBxiAZiHwN9JNtMW3PIsjWUXbG4j02sorYCXL9hpFkFHXkI pN7zphWqFL2gLzbSJ416bfXysXLew9Y4eYo7ImuKWVOuITpYFTzvXOF50SOXov+O/8tP 7vXzM1scR9XRNqcdHh9g2xQeEh2LICldlD0JcW6OhMEKrI3EARXBVBGiQldLcIrMmB04 gxQz9l+hM5UpExzorkmKLEL5cqznA7/5cQpa39UpMQlN22iVifnM949FTZskuH3JpwtL laWA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:subject:message-id:mail-followup-to :references:mime-version:content-disposition :content-transfer-encoding:in-reply-to; bh=J+sglfxz43x83MPO2T/MkdemFwYW0pTVLpdJiGHL9hE=; b=ZPm8GgobuwlTwriBTzGOcywmroau8IdFBHfuSA1riJBwP2rXA2XTDgA5Qu3DKf4Bw2 etSyYYkcy6xeIpT4sdyXZUDD/Ewx6JYa2x3eTR521BuUWlUGFRUFRAcaElFu9w2gb7Ts UEXy193QzbnmowO2+3i6B8H9Qw7YnFfFZJK3blxoOJpmIX1qLC1Yjp3tWs7cRC0rOxu0 47T3AKkOEYAEwNLI8cyE0q7Tfshti8LhEdZ2cubHr9bejv8cBK/BNHZxty+ihzJMQ6Ca +UgLGc22MyO/lOjp+gkOnksT1rmmaNXqeRSIaMvIlOrY97LrwVP0aGdQq0y0hROEeRtZ q7iQ== X-Gm-Message-State: AOAM532xINursmAebM37dMrdwS7pkYVPKcPesJ8IkHsStH1V6xNE0LbZ yDm93Ac9JuxdsqU2tmCLSlmmBB+GgnA= X-Google-Smtp-Source: ABdhPJz4bmzsjuMzbEn2qLb0CI/dgGy2hf+YnW+V4BLK2W/0E3ebjj3ck6Vvl00VojoyI1SetAyZSA== X-Received: by 2002:adf:fb09:: with SMTP id c9mr31637472wrr.223.1638665322098; Sat, 04 Dec 2021 16:48:42 -0800 (PST) Return-Path: Received: from beryllium.local (dyndsl-095-033-230-048.ewe-ip-backbone.de. [95.33.230.48]) by smtp.gmail.com with ESMTPSA id x1sm6810083wru.40.2021.12.04.16.48.41 for <9front@9front.org> (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 04 Dec 2021 16:48:41 -0800 (PST) Received: from localhost (beryllium.local [local]) by beryllium.local (OpenSMTPD) with ESMTPA id 5f1d78d8 for <9front@9front.org>; Sun, 5 Dec 2021 01:48:38 +0100 (CET) Date: Sun, 5 Dec 2021 00:48:38 +0000 From: Humm To: 9front@9front.org Message-ID: Mail-Followup-To: 9front@9front.org References: <1FE68963-E2C1-4F14-A24E-899E30D12059@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1FE68963-E2C1-4F14-A24E-899E30D12059@gmail.com> List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: optimized plugin XML over ORM shader-oriented pipelining-aware framework Subject: Re: [9front] [PATCH] a.out(6): document dynamically loadable modules Reply-To: 9front@9front.org Precedence: bulk Quoth Sigrid Solveig Haflínudóttir: >I propose we remove it altogether instead. I have no problem with that. Afaik, that would require deep dives only into the compilers and loaders. Those, I don’t really wanna do. The loaders are an unreadable mess to me. Though, I did look into it a little when finding out how all that stuff works and modifying libdynld to work on amd64. If that stuff stays with us for the time being, though, I’m in favor of at least having it documented. -- Humm