From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19432 invoked by alias); 11 Nov 2008 04:28:58 -0000 Received: (qmail 19384 invoked by uid 453); 11 Nov 2008 04:28:57 -0000 Date: Tue, 11 Nov 2008 04:28:00 -0000 Message-ID: <20081111042857.19382.qmail@sourceware.org> From: jlarmour@sourceware.org To: ecos-cvs@ecos.sourceware.org Subject: ecos/packages/hal/common/current ChangeLog cdl ... Mailing-List: contact ecos-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Post: List-Help: , Sender: ecos-cvs-owner@sourceware.org List-Subscribe: X-SW-Source: 2008/txt/msg00313.txt.bz2 CVSROOT: /cvs/ecos Module name: ecos Changes by: jlarmour@sourceware.org 2008-11-11 04:28:57 Modified files: packages/hal/common/current: ChangeLog packages/hal/common/current/cdl: common.cdl hal.cdl packages/hal/common/current/include: hal_stub.h packages/hal/common/current/src: generic-stub.c hal_if.c thread-packets.c Log message: * src/thread-packets.c (threadmatch): Silence pointer signedness warning. (threadref_to_int): Ditto. * src/generic-stub.c (__mem2hex): Ditto. (__mem2hex_safe): Ditto. (__hex2mem): Ditto. (__hex2mem_safe): Ditto. * src/hal_if.c (delay_us): Ditto. * include/hal_stub.h (CYG_HAL_GDB_LEAVE_CRITICAL_IO_REGION): Instead of using a local variable to avoid compiler reordering when taking the address of a label, instead call an external function. (NB making the variable volatile isn't sufficient). * cdl/hal.cdl: Work around problem with current ARM EABI tools by using /dev/null as linker script. Should be safe with other tools. * src/hal_if.c (delay_us): use HAL_DELAY_US() rather than the fancy implementation if the port cannot provide HAL_CLOCK_READ() * cdl/common.cdl: Add CYGBLD_HAL_LINKER_GROUPED_LIBS to allow CDL setting of libraries used for GROUP() directive in linker script.