mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Isaac Dunham <idunham@lavabit.com>
To: musl@lists.openwall.com
Subject: Re: Pending issues for release
Date: Thu, 18 Oct 2012 15:54:21 -0700	[thread overview]
Message-ID: <20121018155421.44e6e86a.idunham@lavabit.com> (raw)
In-Reply-To: <20121018182957.GA18080@brightrain.aerifal.cx>

On Thu, 18 Oct 2012 14:29:57 -0400
Rich Felker <dalias@aerifal.cx> wrote:

> Hi all,
> Once I confirm that there are no stupid bugs blocking threads from
> working on microblaze (so far I have been unable to test due to buggy
> qemu), I'd like to make a release. Pending issues I'd like to address
> before then include:
> 
> - dl_iterate_phdr patch (npx)
> - sigreturn(?) and other issues npx wanted for unwinding
> - integrating the configure patch for better pcc support

Are there any further comments on that?

My main thought is that using 
+test -z "$LIBCC" && tryldflag LIBCC `$CC -print-file-name=libpcc.a || true`
may be unnecessary; if -print-file-name=libpcc.a works, then there shouldn't be a need for more...
although pcc does have libpccsoftfloat.a as well.

> - inline syscalls for microblaze
> - explicit mips soft-float abi support (mainly for use with broken
>   openwrt kernels)
I'm guessing they disabled the FPU emulation for size: on a router, a few kb can change whether you can (for example) add dropbear instead of using Busybox telnetd; I happen to have one where they couldn't.

On a related note, would it be possible to add "size of a static busybox
binary with a minimal config" (or a static dropbear, or some other
program frequently used for embedded systems) to the libc comparison 
table?  I'm thinking that may be the most meaningful metric for people working on embedded systems.

> - make endian.h more robust for opposite-endian builds (mipsel, armeb)

Don't forget microblazeel (a/k/a microblazele, for the linker)
The linker uses -mbig-endian/-mlittle-endian to select, IUIC.

> And a few other things that might make it in, if I get around to them:
> 
> - subarchs in build system (e.g. mips-softfloat, arm-hardfloat, etc.)
Perhaps x86-sse eventually?
-- 
Isaac Dunham <idunham@lavabit.com>



  reply	other threads:[~2012-10-18 22:54 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-18 18:29 Rich Felker
2012-10-18 22:54 ` Isaac Dunham [this message]
2012-10-18 22:58   ` Rich Felker
2012-10-19  2:17 ` Rich Felker
2012-10-24 15:17   ` John Spencer
2012-10-24 17:58     ` Rich Felker
2012-10-24 20:06       ` John Spencer
2012-10-24 21:18         ` Rich Felker

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20121018155421.44e6e86a.idunham@lavabit.com \
    --to=idunham@lavabit.com \
    --cc=musl@lists.openwall.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).