Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 45 and Version 46 of GSoC/2019


Ignore:
Timestamp:
07/03/19 16:48:13 (5 years ago)
Author:
Vaibhav Gupta
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2019

    v45 v46  
    264264                * Generate successful library for ndbm and write testsuite.
    265265                * write memcpy() for sparc and arm.
     266* July 3
     267        * Progress so far:
     268                * Trying RSB patch to generate lib_a-ndbm.o in library files.
     269                * Dr Joel suggested to proceed with fenv.h instead of memcpy()
     270                * Aditya provided source for fenv for ARM : https://github.com/freebsd/freebsd/blob/master/lib/msun/arm/fenv.c
     271                * Found source for fenv for sparc :
     272                        * https://github.com/NetBSD/src/blob/trunk/sys/arch/sparc/include/fenv.h
     273                        * https://github.com/NetBSD/src/blob/trunk/lib/libm/arch/sparc/fenv.c
     274        * Blocker:
     275                * Object file of ndbm (lib_a-ndbm.o) is not generated.
     276        * Next up:
     277                * Port fenv for SPARC.