OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [packages/] [language/] [c/] [libc/] [signals/] [current/] [ChangeLog] - Blame information for rev 786

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 786 skrzyp
2009-03-25  Bart Veer  
2
 
3
        * include/signal.inl: add extern to the cyg_libc_signals_lock()
4
        and _unlock() inlining, to prevent multiple definitions.
5
 
6
2009-01-28  Bart Veer  
7
 
8
        * tests/signal1.c: skip the abort() test if there is no proper
9
        implementation.
10
 
11
        * tests/signal1.c, tests/signal2.c: allow to run if
12
        CYGPKG_LIBC_STARTUP is absent.
13
 
14
2008-12-24  Andrew Lunn  
15
 
16
        * include/signal.inl: (cyg_libc_signals_[un]lock): remove the
17
        static from these inline functions which are used by the none
18
        static inline signal() and raise().
19
 
20
2007-09-27  Jonathan Larmour  
21
 
22
        * src/siginit.cxx (cyg_libc_signals_default_handler): Handle case where
23
        CYGINT_ISO_EXIT not available.
24
 
25
2003-06-26  Jonathan Larmour  
26
 
27
        * include/signal.h: Remove unused definitions that had been used
28
        for embryonic POSIX signals support.
29
 
30
2003-02-24  Jonathan Larmour  
31
 
32
        * cdl/signals.cdl: Fix doc link.
33
 
34
2003-02-13  Jonathan Larmour  
35
 
36
        * include/signal.inl (raise): Use if/else rather than switch to
37
        avoid GCC 3.2 bug.
38
 
39
2002-05-23  Jesper Skov  
40
 
41
        * cdl/signals.cdl: Don't build signal2 test when it'll N/A
42
        anyway.
43
 
44
2002-04-30  Jesper Skov  
45
 
46
        * cdl/signals.cdl: Added
47
        CYGPKG_LIBC_SIGNALS_TESTS_SIGNAL2_TEST3_SKIP.
48
        Removed again.
49
 
50
        * tests/signal2.c: Instead check for
51
        CYGNUM_HAL_EXCEPTION_FPU_DIV_BY_ZERO to decide if test3 is
52
        appropriate.
53
 
54
2001-05-02  Nick Garnett  
55
 
56
        [x86 branch]
57
        * tests/signal2.c (cause_memerror): Added code for I386
58
        architecture to provoke General Protection Fault.
59
 
60
2001-04-27  Bart Veer  
61
 
62
        * tests/signal2.c (main):
63
        The FPE test is applicable to the updated synthetic target.
64
 
65
2001-04-17  Bart Veer  
66
 
67
        * cdl/signals.cdl:
68
        Synthetic target now supports exceptions
69
 
70
2000-09-14  Jesper Skov  
71
 
72
        * tests/signal/signal2.c: Prevent that GCC optimizes away the
73
        cause_fpe call.
74
 
75
2000-09-07  Jesper Skov  
76
 
77
        * tests/signal2.c: Fix compiler warning. Also reset FPU exception
78
        vectors. Check for SH7708, not EDK7708 in test3 skip code.
79
        * tests/signal1.c: Fix compiler warning.
80
 
81
2000-05-16  Jesper Skov  
82
 
83
        * tests/signal2.c: Also reset DIV_BY_ZERO vector.
84
 
85
2000-05-08  Jesper Skov  
86
 
87
        * tests/signal2.c: Skip test3 on SH7709A.
88
 
89
2000-05-02  Jonathan Larmour  
90
 
91
        * New package
92
        Separated original libc out into separate packages on functional
93
        boundaries.
94
        Header files are now managed by isoinfra package
95
        Plenty of cleanups done, but no major functionality changes
96
 
97
//===========================================================================
98
// ####GPLCOPYRIGHTBEGIN####
99
// -------------------------------------------
100
// This file is part of eCos, the Embedded Configurable Operating System.
101
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
102
//
103
// This program is free software; you can redistribute it and/or modify
104
// it under the terms of the GNU General Public License as published by
105
// the Free Software Foundation; either version 2 or (at your option) any
106
// later version.
107
//
108
// This program is distributed in the hope that it will be useful, but
109
// WITHOUT ANY WARRANTY; without even the implied warranty of
110
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
111
// General Public License for more details.
112
//
113
// You should have received a copy of the GNU General Public License
114
// along with this program; if not, write to the
115
// Free Software Foundation, Inc., 51 Franklin Street,
116
// Fifth Floor, Boston, MA  02110-1301, USA.
117
// -------------------------------------------
118
// ####GPLCOPYRIGHTEND####
119
//===========================================================================

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.