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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [tools/] [src/] [infra/] [ChangeLog] - Blame information for rev 588

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

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

powered by: WebSVN 2.1.0

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