Mercurial > ecos
view packages/language/c/libc/signals/current/ChangeLog @ 3292:7f8e529b4d82 default tip
Fix FREESCALE_EDMA_NBYTES_MLOFFYES_MLOFF() so it works with negative offsets.
| author | vae |
|---|---|
| date | Wed, 29 Apr 2015 23:31:48 +0000 |
| parents | a4dc7ca920f2 |
| children |
line wrap: on
line source
2009-03-25 Bart Veer <bartv@ecoscentric.com> * include/signal.inl: add extern to the cyg_libc_signals_lock() and _unlock() inlining, to prevent multiple definitions. 2009-01-28 Bart Veer <bartv@ecoscentric.com> * tests/signal1.c: skip the abort() test if there is no proper implementation. * tests/signal1.c, tests/signal2.c: allow to run if CYGPKG_LIBC_STARTUP is absent. 2008-12-24 Andrew Lunn <andrew.lunn@ascom.ch> * include/signal.inl: (cyg_libc_signals_[un]lock): remove the static from these inline functions which are used by the none static inline signal() and raise(). 2007-09-27 Jonathan Larmour <jifl@eCosCentric.com> * src/siginit.cxx (cyg_libc_signals_default_handler): Handle case where CYGINT_ISO_EXIT not available. 2003-06-26 Jonathan Larmour <jifl@eCosCentric.com> * include/signal.h: Remove unused definitions that had been used for embryonic POSIX signals support. 2003-02-24 Jonathan Larmour <jifl@eCosCentric.com> * cdl/signals.cdl: Fix doc link. 2003-02-13 Jonathan Larmour <jifl@eCosCentric.com> * include/signal.inl (raise): Use if/else rather than switch to avoid GCC 3.2 bug. 2002-05-23 Jesper Skov <jskov@redhat.com> * cdl/signals.cdl: Don't build signal2 test when it'll N/A anyway. 2002-04-30 Jesper Skov <jskov@redhat.com> * cdl/signals.cdl: Added CYGPKG_LIBC_SIGNALS_TESTS_SIGNAL2_TEST3_SKIP. Removed again. * tests/signal2.c: Instead check for CYGNUM_HAL_EXCEPTION_FPU_DIV_BY_ZERO to decide if test3 is appropriate. 2001-05-02 Nick Garnett <nickg@cygnus.co.uk> [x86 branch] * tests/signal2.c (cause_memerror): Added code for I386 architecture to provoke General Protection Fault. 2001-04-27 Bart Veer <bartv@redhat.com> * tests/signal2.c (main): The FPE test is applicable to the updated synthetic target. 2001-04-17 Bart Veer <bartv@redhat.com> * cdl/signals.cdl: Synthetic target now supports exceptions 2000-09-14 Jesper Skov <jskov@redhat.com> * tests/signal/signal2.c: Prevent that GCC optimizes away the cause_fpe call. 2000-09-07 Jesper Skov <jskov@redhat.com> * tests/signal2.c: Fix compiler warning. Also reset FPU exception vectors. Check for SH7708, not EDK7708 in test3 skip code. * tests/signal1.c: Fix compiler warning. 2000-05-16 Jesper Skov <jskov@redhat.com> * tests/signal2.c: Also reset DIV_BY_ZERO vector. 2000-05-08 Jesper Skov <jskov@redhat.com> * tests/signal2.c: Skip test3 on SH7709A. 2000-05-02 Jonathan Larmour <jlarmour@redhat.co.uk> * New package Separated original libc out into separate packages on functional boundaries. Header files are now managed by isoinfra package Plenty of cleanups done, but no major functionality changes //=========================================================================== // ####GPLCOPYRIGHTBEGIN#### // ------------------------------------------- // This file is part of eCos, the Embedded Configurable Operating System. // Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 or (at your option) any // later version. // // This program is distributed in the hope that it will be useful, but // WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the // Free Software Foundation, Inc., 51 Franklin Street, // Fifth Floor, Boston, MA 02110-1301, USA. // ------------------------------------------- // ####GPLCOPYRIGHTEND#### //===========================================================================
