This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] LatticeMico32 changes


Hi Jukka,

The newlib portions of your patch have been checked in. As previously mentioned, you have to submit the files in the top-level directory to other lists. See Ralf's response on this subject.

I fixed up your Makefile.am to be in sync with other machine directories and renamed your setjmp.s to setjmp.S so you will use the compiler with various target flags specified. I also generated the needed files.

Just so you know we are coming up to a snapshot release next week. If you want a libgloss implementation to be part of that snapshot, you need to hurry.

Regards,

-- Jeff J.

Jukka Pietarinen wrote:
Hi,

this patch adds support for the Lattice Mico32 soft CPU. I have been working on a Mico32 port for RTEMS. The patch is based on the Lattice tool sources by Jon Beniston.

2008-12-10 Jukka Pietarinen <jukka.pietarinen@mrf.fi>

    * config.sub: Add lm32
    * configure.ac: Add lm32
    * newlib/configure.host: Add lm32
    * newlib/libc/include/machine/ieeefp.h: Add __lm32__
    * newlib/libc/include/machine/setjmp.h: Add __lm32__
    * newlib/libc/machine/configure.in: Add lm32
    * newlib/libc/machine/lm32/configure.in: New file
    * newlib/libc/machine/lm32/Makefile.am: New file
    * newlib/libc/machine/lm32/setjmp.s: New file



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]