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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [host/] [infra/] [ChangeLog] - Blame information for rev 790

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 786 skrzyp
2008-08-18  Bart Veer  
2
 
3
        * configure.in, Makefile.am: update host-side configury
4
        * Makefile.in, aclocal.m4, config.h.in,
5
        configure,testsuite/Makefile.in: regenerate
6
        * acconfig.h: removed, no longer necessary.
7
 
8
2008-08-14  Bart Veer  
9
 
10
        * assert.cxx: fix build problems with recent gcc
11
 
12
2003-02-12  Bart Veer  
13
 
14
        * Makefile.in, configure, testsuite/Makefile.in:
15
        Regenerate after acinclude.m4 update
16
 
17
2002-08-03  Bart Veer  
18
 
19
        * acinclude.m4, configure.in, Makefile.am, testsuite/Makefile.am:
20
        Rework host-side autoconf support
21
 
22
        * hosttest.exp: allow for configury changes
23
 
24
        * assert.cxx: use mkstemp() when available
25
 
26
        * cyg_trac.h, trace.cxx: use const where appropriate
27
 
28
2001-05-16  Bart Veer  
29
 
30
        * Makefile.am: use new compiler flag support
31
 
32
        * configure, Makefile.in, testsuite/Makefile.in: regenerate
33
 
34
2001-02-26  Julian Smart 
35
 
36
        * assert.cxx: Cygwin 00r1 needs to include  for _exit.
37
 
38
2000-09-15  Jesper Skov  
39
 
40
        * assert.cxx: Include unistd.h on unix.
41
        Oops. Forgot the C wrapper.
42
 
43
2000-08-18  Bart Veer  
44
 
45
        * acinclude.m4, configure.in:
46
        Allow cross-compilation
47
 
48
        * aclocal.m4, configure, Makefile.in, testsuite/Makefile.in
49
        Regenerate
50
 
51
1999-08-12  Bart Veer  
52
 
53
        * configure:
54
        * stamp-h.in:
55
        * hosttest.exp:
56
        First attempt at autoconfiscating the configtool
57
 
58
1999-07-05  Bart Veer  
59
 
60
        * assert.cxx:
61
        Added new function cyg_assert_quickfail(), to facilitate
62
        generating a dump file from inside gdb.
63
 
64
1999-06-03  Bart Veer  
65
 
66
        * configure:
67
        Regenerated after more updates to toplevel acinclude.m4
68
 
69
1999-06-02  Bart Veer  
70
 
71
        * configure:
72
        Updated toplevel acinclude.m4 to add --enable-debuginfo option.
73
 
74
1999-04-13  Bart Veer  
75
 
76
        * testsuite/Makefile.am:
77
        * trace.cxx:
78
        * infra.h:
79
        * checkdata.cxx:
80
        * basetype.h:
81
        * assert.cxx:
82
        Updated copyright banner
83
 
84
1999-03-02  Bart Veer  
85
 
86
        * testcase.cxx (cyg_test_output):
87
        Update to match earlier testcase.h header file change
88
        (new status codes GDBCMD and NA, change from int to enum)
89
 
90
1999-01-26  Bart Veer  
91
 
92
        * Makefile.in:
93
        * aclocal.m4:
94
        * configure:
95
        * Makefile.in:
96
        Update to use autoconf 2.13 and automake 1.4, plus to
97
        reflect tweaks to toplevel acinclude.m4
98
 
99
        * hosttest.exp:
100
        Improve the way compiler and linker diagnostics get handled.
101
 
102
1999-01-21  Jonathan Larmour  
103
 
104
        * basetype.h:
105
        Remove all traces of non-CYG_KERNEL_USE_INIT_PRIORITY code
106
 
107
1999-01-21  Bart Veer  
108
 
109
        * acconfig.h:
110
        * configure.in:
111
        * infra.h:
112
        Use new macro CYG_AC_SUBST_VERSION to generate a version
113
        symbol CYGNUM_INFRA_VERSION
114
 
115
1999-01-19  Bart Veer  
116
 
117
        * hosttest.exp:
118
        Allow makefile variable assignments of the form := as well as =
119
 
120
        * trace.cxx (parse_msg):
121
        Fixed off-by-one error in output formatting, and "improved" the
122
        way function names get displayed.
123
 
124
1999-01-11  Bart Veer  
125
 
126
        * testcase.cxx (cyg_test_output):
127
        Use const where appropriate.
128
 
129
1999-01-07  Bart Veer  
130
 
131
        * testsuite/cyginfra/trace.exp:
132
        * testsuite/cyginfra/ttrace4.cxx:
133
        Added new testcase
134
 
135
        * testsuite/cyginfra/tassert7.cxx (main):
136
        * testsuite/cyginfra/tassert6.cxx (main):
137
        Eliminate warning about possible setjmp() side effects.
138
 
139
        * trace.cxx (trace_callback):
140
        Off by one error when dumping a trace vector.
141
 
142
        * hosttest.exp:
143
        Relative paths in include and library search paths were causing
144
        problems.
145
        The wrong Makefile was being examined for variable settings.
146
 
147
1999-01-06  Bart Veer  
148
 
149
        * testsuite/cyginfra/trace.exp:
150
        * testsuite/cyginfra/ttrace1.cxx:
151
        * testsuite/cyginfra/ttrace2.cxx:
152
        * testsuite/cyginfra/ttrace3.cxx:
153
        New test cases
154
 
155
        * testsuite/config/default.exp:
156
        There was an easier way to get hold of hosttest.exp
157
 
158
        * hosttest.exp:
159
        Reordered compile and link command lines so as to pick up the
160
        correct versions of the libraries.
161
        Allow packages to extract information from the Makefile
162
 
163
        * trace.cxx:
164
        Initialisation via static object constructors did not work,
165
        constructor priority ordering problems.
166
 
167
        * assert.cxx (default_handler):
168
        Removed spurious debugging lines.
169
 
170
        * Makefile.am (install-exec-local):
171
        Tweaks needed for MSVC
172
 
173
1998-12-24  Bart Veer  
174
 
175
        * First check-in of host-side infrastructure.
176
 
177
// ####GPLCOPYRIGHTBEGIN####
178
// -------------------------------------------
179
// This file is part of eCos, the Embedded Configurable Operating System.
180
// Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
181
//
182
// This program is free software; you can redistribute it and/or modify
183
// it under the terms of the GNU General Public License as published by
184
// the Free Software Foundation; either version 2 or (at your option) any
185
// later version.
186
//
187
// This program is distributed in the hope that it will be useful, but
188
// WITHOUT ANY WARRANTY; without even the implied warranty of
189
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
190
// General Public License for more details.
191
//
192
// You should have received a copy of the GNU General Public License
193
// along with this program; if not, write to the
194
// Free Software Foundation, Inc., 51 Franklin Street,
195
// Fifth Floor, Boston, MA  02110-1301, USA.
196
// -------------------------------------------
197
// ####GPLCOPYRIGHTEND####

powered by: WebSVN 2.1.0

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