src ChangeLog.csl
mmitchel@sourceware.org
mmitchel@sourceware.org
Thu Mar 23 18:36:00 GMT 2006
CVSROOT: /cvs/src
Module name: src
Branch: newlib-csl-20060320-branch
Changes by: mmitchel@sourceware.org 2006-03-23 18:36:10
Added files:
. : ChangeLog.csl
Log message:
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.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.csl.diff?cvsroot=src&only_with_tag=newlib-csl-20060320-branch&r1=NONE&r2=1.1.16.1
More information about the Src-cvs
mailing list