]> sourceware.org Git - newlib-cygwin.git/commit
Initial PRU port for libgloss and newlib
authorDimitar Dimitrov <dimitar@dinux.eu>
Sun, 11 Mar 2018 20:23:26 +0000 (22:23 +0200)
committerJeff Johnston <jjohnstn@redhat.com>
Thu, 31 Oct 2019 18:47:19 +0000 (14:47 -0400)
commit0c7734673a981e81a88235851be219ce23fd242b
treefaa1780561efd74c106f9838d20164a5008b3b08
parent0574317971f53d4471ef92aca4c57315bf777358
Initial PRU port for libgloss and newlib

Signed-off-by: Dimitar Dimitrov <dimitar@dinux.eu>
32 files changed:
libgloss/configure
libgloss/configure.in
libgloss/pru/Makefile.in [new file with mode: 0644]
libgloss/pru/aclocal.m4 [new file with mode: 0644]
libgloss/pru/configure [new file with mode: 0755]
libgloss/pru/configure.in [new file with mode: 0644]
libgloss/pru/crt0.S [new file with mode: 0644]
libgloss/pru/device-specs/sim [new file with mode: 0644]
libgloss/pru/do_global_dtors.c [new file with mode: 0644]
libgloss/pru/gettimeofday.c [new file with mode: 0644]
libgloss/pru/inbyte.c [new file with mode: 0644]
libgloss/pru/isatty.c [new file with mode: 0644]
libgloss/pru/ldscripts/gen-ld-scripts.sh [new file with mode: 0755]
libgloss/pru/ldscripts/pruelf-sim.x [new file with mode: 0644]
libgloss/pru/outbyte.c [new file with mode: 0644]
libgloss/pru/print.c [new file with mode: 0644]
libgloss/pru/putnum.c [new file with mode: 0644]
libgloss/pru/raise.c [new file with mode: 0644]
libgloss/pru/sbrk.c [new file with mode: 0644]
libgloss/pru/stat.c [new file with mode: 0644]
libgloss/pru/syscalls.S [new file with mode: 0644]
newlib/configure.host
newlib/libc/include/machine/ieeefp.h
newlib/libc/include/machine/setjmp.h
newlib/libc/machine/configure
newlib/libc/machine/configure.in
newlib/libc/machine/pru/Makefile.am [new file with mode: 0644]
newlib/libc/machine/pru/Makefile.in [new file with mode: 0644]
newlib/libc/machine/pru/aclocal.m4 [new file with mode: 0644]
newlib/libc/machine/pru/configure [new file with mode: 0755]
newlib/libc/machine/pru/configure.in [new file with mode: 0644]
newlib/libc/machine/pru/setjmp.s [new file with mode: 0644]
This page took 0.033068 seconds and 5 git commands to generate.