summaryrefslogtreecommitdiffstats
path: root/ChangeLog.csl
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2006-09-01 15:28:54 +0000
committerPaul Brook <paul@codesourcery.com>2006-09-01 15:28:54 +0000
commite6d39ddc288febd5434f1d55273e6d82d5c7172d (patch)
treeb4963731750b87d32fcbe8633f849b928052f75c /ChangeLog.csl
parent2c1b1af63793d7bb95b622e163084d88bf86e923 (diff)
downloadcygnal-e6d39ddc288febd5434f1d55273e6d82d5c7172d.tar.gz
cygnal-e6d39ddc288febd5434f1d55273e6d82d5c7172d.tar.bz2
cygnal-e6d39ddc288febd5434f1d55273e6d82d5c7172d.zip
2006-09-01 Paul Brook <paul@codesourcery.com>
libgloss/ * arm/Makefile.in: Include _exit.c in BSPs. Add rdimon-ram.ld. Build linker scripts instead of spec files for rdimon and rdpmon. Pass CRT0 ad BSP to arm.sc. * arm/_exit.c: New file. * arm/arm.sc: Add STARTUP, GROUP and SEARCH_DIR. Remove defaults for ROM and RAM. * arm/crt0.S: Give Thumb-2 symbols function type. Skip generic Arm init code for Thumb-2. Add _nmi_isr and _fault_isr. * arm/libcfunc.c (do_AngelSWI): Remove. * arm/swi.h (do_AngelSWI): New function. * arm/syscalls.c (do_AngelSWI): Remove. (_exit): Remove. (isatty): New function.
Diffstat (limited to 'ChangeLog.csl')
-rw-r--r--ChangeLog.csl18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index 0a2fa70f8..a4d0b962c 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,21 @@
+2006-09-01 Paul Brook <paul@codesourcery.com>
+
+ libgloss/
+ * arm/Makefile.in: Include _exit.c in BSPs. Add rdimon-ram.ld.
+ Build linker scripts instead of spec files for rdimon and rdpmon.
+ Pass CRT0 ad BSP to arm.sc.
+ * arm/_exit.c: New file.
+ * arm/arm.sc: Add STARTUP, GROUP and SEARCH_DIR. Remove defaults
+ for ROM and RAM.
+ * arm/crt0.S: Give Thumb-2 symbols function type.
+ Skip generic Arm init code for Thumb-2.
+ Add _nmi_isr and _fault_isr.
+ * arm/libcfunc.c (do_AngelSWI): Remove.
+ * arm/swi.h (do_AngelSWI): New function.
+ * arm/syscalls.c (do_AngelSWI): Remove.
+ (_exit): Remove.
+ (isatty): New function.
+
2006-08-31 Nathan Sidwell <nathan@codesourcery.com>
libgloss/