avr-libc-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-libc-dev] [RFC] per-device crt/libs; autoconf/automake update


From: Theodore A. Roth
Subject: Re: [avr-libc-dev] [RFC] per-device crt/libs; autoconf/automake update
Date: Tue, 4 May 2004 08:57:11 -0700 (PDT)

On Sun, 2 May 2004, Joerg Wunsch wrote:

> As E. Weddington wrote:
>
> > Since everything is going into the blender, what about the idea of
> > merging libc and libm?
>
> I'm all for it.  Preferrably, I'd like to see it happen without moving
> the sources around in CVS though, i. e. all compiles into a single large
> library.

This should be trivial now. I think the attached patch is all that is
needed.

After building:

  $ nm libc.a | grep sqrt
           U sqrt
  sqrt.o:
  0000000c t _sqrt_00
  0000003e t _sqrt_10
  00000084 t _sqrt_100
  00000088 t _sqrt_ZERO
  00000000 T sqrt

  $ nm libm.a | grep sqrt
           U sqrt
  sqrt.o:
  0000000c t _sqrt_00
  0000003e t _sqrt_10
  00000084 t _sqrt_100
  00000088 t _sqrt_ZERO
  00000000 T sqrt

---
Ted Roth
PGP Key ID: 0x18F846E9
Jabber ID: address@hidden

Attachment: avr-libc-ac-fp-comb.diff
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]