From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1481 invoked by alias); 23 Mar 2006 18:36:10 -0000 Received: (qmail 1448 invoked by uid 9008); 23 Mar 2006 18:36:10 -0000 Date: Thu, 23 Mar 2006 18:36:00 -0000 Message-ID: <20060323183610.1446.qmail@sourceware.org> From: mmitchel@sourceware.org To: src-cvs@sources.redhat.com Subject: src ChangeLog.csl Mailing-List: contact src-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: src-cvs-owner@sourceware.org X-SW-Source: 2006-q1/txt/msg00080.txt.bz2 List-Id: 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 * 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