summaryrefslogtreecommitdiff
path: root/ChangeLog.csl
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2006-03-23 18:36:09 +0000
committerMark Mitchell <mark@codesourcery.com>2006-03-23 18:36:09 +0000
commit31eb0ad1691d5a8d533c736edf60695c10c0813f (patch)
tree7c882f6b5a4e44a735033a63276a72aa3354b8eb /ChangeLog.csl
parentadb087711fbdf9eb61aa5eb1f2f85b0fbe34c192 (diff)
downloadgdb-31eb0ad1691d5a8d533c736edf60695c10c0813f.tar.gz
2006-03-23 Mark Mitchell <mark@codesourcery.com>
* libc/sys/arm/Makefile.am (extra_objs): Add _exit.o _nmi_isr.o _fault_isr.o. * libc/sys/arm/Makefile.in: Regenerated. * libc/sys/arm/_exit.c: New file. * libc/sys/arm/_fault_isr.c: Likewise. * libc/sys/arm/_nmi_isr.c: Likewise. * libc/sys/arm/configure.in (--enable-newlib-arm-v7m): New option. * libc/sys/arm/configure: * libc/sys/arm/crt0.S (_start): Do not use semihosting calls in _start when configured for ARM V7M. Do not call initialise_monitor_handles. Indent preprocessor directives. (.isr_vector): New section, on ARM V7M. * libc/sys/arm/swi.h (do_AngelSWI): New function. * syscalls.c (_exit): Remove. (do_AngelSWI): Likewise. (CHECK_INIT): Remove. (remap_handle): Call initialise_monitor_handles. (__arm_monitor_handles_lock): New variable. (initialise_monitor_handles): Make sure to run only once.
Diffstat (limited to 'ChangeLog.csl')
-rw-r--r--ChangeLog.csl22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
new file mode 100644
index 00000000000..6293719ed1d
--- /dev/null
+++ b/ChangeLog.csl
@@ -0,0 +1,22 @@
+2006-03-23 Mark Mitchell <mark@codesourcery.com>
+
+ * libc/sys/arm/Makefile.am (extra_objs): Add _exit.o _nmi_isr.o
+ _fault_isr.o.
+ * libc/sys/arm/Makefile.in: Regenerated.
+ * libc/sys/arm/_exit.c: New file.
+ * libc/sys/arm/_fault_isr.c: Likewise.
+ * libc/sys/arm/_nmi_isr.c: Likewise.
+ * libc/sys/arm/configure.in (--enable-newlib-arm-v7m): New option.
+ * libc/sys/arm/configure:
+ * libc/sys/arm/crt0.S (_start): Do not use semihosting calls in
+ _start when configured for ARM V7M. Do not call
+ initialise_monitor_handles. Indent preprocessor directives.
+ (.isr_vector): New section, on ARM V7M.
+ * libc/sys/arm/swi.h (do_AngelSWI): New function.
+ * syscalls.c (_exit): Remove.
+ (do_AngelSWI): Likewise.
+ (CHECK_INIT): Remove.
+ (remap_handle): Call initialise_monitor_handles.
+ (__arm_monitor_handles_lock): New variable.
+ (initialise_monitor_handles): Make sure to run only once.
+