]> sourceware.org Git - newlib-cygwin.git/commit
2004-06-09 Toralf Lund <toralf@procaptura.com>
authorJeff Johnston <jjohnstn@redhat.com>
Wed, 9 Jun 2004 19:06:50 +0000 (19:06 +0000)
committerJeff Johnston <jjohnstn@redhat.com>
Wed, 9 Jun 2004 19:06:50 +0000 (19:06 +0000)
commita7364adeb97e9950b43d9efcdb3b650cb442f465
tree292d6f381716e887b0d592ffc886c3cc398641e2
parenta170abec0842d3f027a9ea7f4aa1af9642d21bc7
2004-06-09  Toralf Lund  <toralf@procaptura.com>

        * arm/crt0.S: Copied from newlib and it now also sets up stacks for
        FIQ and IRQ mode, plus calls hardware_init_hook() and
        software_init_hook() if present.
        * arm/libcfunc.c, arm/swi.h, arm/syscalls.c: Copied
        from newlib.
        * arm/Makefile.in: Build crt0.o, rdpmon-crt0.o, rdimon-crt0.o,
        librdpmon.a, librdimon.a - support file for "bare" setup, as well
        as "RDP" and "RDI" monitors.
        * arm/coff-rdpmon.specs, arm/elf-rdpmon.specs,
        arm/coff-rdimon.specs, arm/elf-rdimon.specs: gcc specs files to go
        with above mentioned support libs and startfiles.
13 files changed:
libgloss/ChangeLog
libgloss/arm/Makefile.in
libgloss/arm/coff-rdimon.specs [new file with mode: 0644]
libgloss/arm/coff-rdpmon.specs [new file with mode: 0644]
libgloss/arm/crt0.S [new file with mode: 0644]
libgloss/arm/elf-rdimon.specs [new file with mode: 0644]
libgloss/arm/elf-rdpmon.specs [new file with mode: 0644]
libgloss/arm/libcfunc.c [new file with mode: 0644]
libgloss/arm/swi.h [new file with mode: 0644]
libgloss/arm/syscalls.c [new file with mode: 0644]
libgloss/arm/trap.S [new file with mode: 0644]
libgloss/configure
libgloss/configure.in
This page took 0.032594 seconds and 5 git commands to generate.