1 |
27 |
unneback |
2002-10-19 Jonathan Larmour
|
2 |
|
|
|
3 |
|
|
Patch from Jiri Gaisler:
|
4 |
|
|
* cdl/hal_sparc_leon.cdl: -msoft-float needn't be used in local package
|
5 |
|
|
since it's defined globally.
|
6 |
|
|
* include/hal_diag.h: Fix UART TX mask.
|
7 |
|
|
|
8 |
|
|
2002-03-15 Hugo Tyson
|
9 |
|
|
|
10 |
|
|
* cdl/hal_sparc_leon.cdl: Add -msoft-cloat to CYGBLD_GLOBAL_CFLAGS
|
11 |
|
|
(as well as LDFLAGS) - this gives perfect test coverage in minimal
|
12 |
|
|
build with the sim. NB pro tem the tools are called
|
13 |
|
|
sparc-rtems-gcc et al, but sparc-elf-gcc et al should be OK.
|
14 |
|
|
|
15 |
|
|
2002-03-14 Jiri Gaisler
|
16 |
|
|
|
17 |
|
|
* Initial version based on the SPARClite SIM HAL.
|
18 |
|
|
|
19 |
|
|
//===========================================================================
|
20 |
|
|
//####ECOSGPLCOPYRIGHTBEGIN####
|
21 |
|
|
// -------------------------------------------
|
22 |
|
|
// This file is part of eCos, the Embedded Configurable Operating System.
|
23 |
|
|
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
|
24 |
|
|
//
|
25 |
|
|
// eCos is free software; you can redistribute it and/or modify it under
|
26 |
|
|
// the terms of the GNU General Public License as published by the Free
|
27 |
|
|
// Software Foundation; either version 2 or (at your option) any later version.
|
28 |
|
|
//
|
29 |
|
|
// eCos is distributed in the hope that it will be useful, but WITHOUT ANY
|
30 |
|
|
// WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
31 |
|
|
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
32 |
|
|
// for more details.
|
33 |
|
|
//
|
34 |
|
|
// You should have received a copy of the GNU General Public License along
|
35 |
|
|
// with eCos; if not, write to the Free Software Foundation, Inc.,
|
36 |
|
|
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
37 |
|
|
//
|
38 |
|
|
// As a special exception, if other files instantiate templates or use macros
|
39 |
|
|
// or inline functions from this file, or you compile this file and link it
|
40 |
|
|
// with other works to produce a work based on this file, this file does not
|
41 |
|
|
// by itself cause the resulting work to be covered by the GNU General Public
|
42 |
|
|
// License. However the source code for this file must still be made available
|
43 |
|
|
// in accordance with section (3) of the GNU General Public License.
|
44 |
|
|
//
|
45 |
|
|
// This exception does not invalidate any other reasons why a work based on
|
46 |
|
|
// this file might be covered by the GNU General Public License.
|
47 |
|
|
//
|
48 |
|
|
// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
|
49 |
|
|
// at http://sources.redhat.com/ecos/ecos-license/
|
50 |
|
|
// -------------------------------------------
|
51 |
|
|
//####ECOSGPLCOPYRIGHTEND####
|
52 |
|
|
//===========================================================================
|
53 |
|
|
|
54 |
|
|
//EOF ChangeLog
|