From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7666 invoked by alias); 1 Sep 2006 15:28:54 -0000 Received: (qmail 7644 invoked by uid 9399); 1 Sep 2006 15:28:54 -0000 Date: Fri, 01 Sep 2006 15:28:00 -0000 Message-ID: <20060901152854.7642.qmail@sourceware.org> From: pbrook@sourceware.org To: src-cvs@sourceware.org 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-q3/txt/msg00072.txt.bz2 List-Id: CVSROOT: /cvs/src Module name: src Branch: newlib-csl-20060320-branch Changes by: pbrook@sourceware.org 2006-09-01 15:28:54 Modified files: . : ChangeLog.csl Log message: 2006-09-01 Paul Brook 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. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.csl.diff?cvsroot=src&only_with_tag=newlib-csl-20060320-branch&r1=1.1.16.30&r2=1.1.16.31