diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2004-06-09 19:06:50 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2004-06-09 19:06:50 +0000 |
commit | a7364adeb97e9950b43d9efcdb3b650cb442f465 (patch) | |
tree | 292d6f381716e887b0d592ffc886c3cc398641e2 /libgloss/ChangeLog | |
parent | a170abec0842d3f027a9ea7f4aa1af9642d21bc7 (diff) | |
download | cygnal-a7364adeb97e9950b43d9efcdb3b650cb442f465.tar.gz cygnal-a7364adeb97e9950b43d9efcdb3b650cb442f465.tar.bz2 cygnal-a7364adeb97e9950b43d9efcdb3b650cb442f465.zip |
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.
Diffstat (limited to 'libgloss/ChangeLog')
-rw-r--r-- | libgloss/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog index b54e307bb..047f2198d 100644 --- a/libgloss/ChangeLog +++ b/libgloss/ChangeLog @@ -1,3 +1,17 @@ +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. + 2004-06-03 Alexandre Oliva <aoliva@redhat.com> * mn10300/sim.ld: Start at address 4, to avoid ambiguity with NULL |