1 |
27 |
unneback |
2003-04-10 Nick Garnett
|
2 |
|
|
|
3 |
|
|
* src/mips_mips64.ld:
|
4 |
|
|
Added libsupc++.a to GROUP() directive for GCC versions later than
|
5 |
|
|
3.0.
|
6 |
|
|
|
7 |
|
|
2003-04-09 Jonathan Larmour
|
8 |
|
|
|
9 |
|
|
* src/mips_mips64.ld:
|
10 |
|
|
Fix .gnulinkonce.s -> .gnu.linkonce.s typo.
|
11 |
|
|
|
12 |
|
|
2002-05-24 Jesper Skov
|
13 |
|
|
|
14 |
|
|
* include/var_arch.h: Removed HAL_DIAG_IRQ_CHECK. It's not
|
15 |
|
|
implemented.
|
16 |
|
|
|
17 |
|
|
2002-05-22 Jesper Skov
|
18 |
|
|
|
19 |
|
|
* include/var_arch.h: Added __ASSEMBLER__ protection.
|
20 |
|
|
|
21 |
|
|
2001-12-04 Nick Garnett
|
22 |
|
|
|
23 |
|
|
* include/var_arch.h: Added macros to read/write CP0 registers.
|
24 |
|
|
|
25 |
|
|
* cdl/hal_mips_mips64.cdl: Added CYGPKG_HAL_MIPS_GDB_REPORT_CP0
|
26 |
|
|
option to enable reporting of CP0 registers to GDB.
|
27 |
|
|
|
28 |
|
|
2001-11-06 Mark Salter
|
29 |
|
|
|
30 |
|
|
* src/mips_mips64.ld: Add .2ram section.
|
31 |
|
|
|
32 |
|
|
2001-02-23 Jesper Skov
|
33 |
|
|
|
34 |
|
|
* include/var_cache.h: Removed HAL_FLASH_CACHES_WANT_OPTIMAL. It
|
35 |
|
|
is now the default.
|
36 |
|
|
|
37 |
|
|
2001-02-15 Nick Garnett
|
38 |
|
|
|
39 |
|
|
* src/variant.S: Removed ISR tables.
|
40 |
|
|
|
41 |
|
|
2001-01-30 Nick Garnett
|
42 |
|
|
|
43 |
|
|
* cdl/hal_mips_mips64.cdl: New variant support - just a 64 bit
|
44 |
|
|
version of the MIPS32 variant.
|
45 |
|
|
* include/var_arch.h: Ditto.
|
46 |
|
|
* include/var_cache.h: Ditto.
|
47 |
|
|
* include/var_intr.h: Ditto.
|
48 |
|
|
* include/variant.inc: Ditto.
|
49 |
|
|
* src/mips_mips64.ld: Ditto.
|
50 |
|
|
* src/var_misc.c: Ditto.
|
51 |
|
|
* src/variant.S: Ditto.
|
52 |
|
|
|
53 |
|
|
//===========================================================================
|
54 |
|
|
//####ECOSGPLCOPYRIGHTBEGIN####
|
55 |
|
|
// -------------------------------------------
|
56 |
|
|
// This file is part of eCos, the Embedded Configurable Operating System.
|
57 |
|
|
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
|
58 |
|
|
//
|
59 |
|
|
// eCos is free software; you can redistribute it and/or modify it under
|
60 |
|
|
// the terms of the GNU General Public License as published by the Free
|
61 |
|
|
// Software Foundation; either version 2 or (at your option) any later version.
|
62 |
|
|
//
|
63 |
|
|
// eCos is distributed in the hope that it will be useful, but WITHOUT ANY
|
64 |
|
|
// WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
65 |
|
|
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
66 |
|
|
// for more details.
|
67 |
|
|
//
|
68 |
|
|
// You should have received a copy of the GNU General Public License along
|
69 |
|
|
// with eCos; if not, write to the Free Software Foundation, Inc.,
|
70 |
|
|
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
71 |
|
|
//
|
72 |
|
|
// As a special exception, if other files instantiate templates or use macros
|
73 |
|
|
// or inline functions from this file, or you compile this file and link it
|
74 |
|
|
// with other works to produce a work based on this file, this file does not
|
75 |
|
|
// by itself cause the resulting work to be covered by the GNU General Public
|
76 |
|
|
// License. However the source code for this file must still be made available
|
77 |
|
|
// in accordance with section (3) of the GNU General Public License.
|
78 |
|
|
//
|
79 |
|
|
// This exception does not invalidate any other reasons why a work based on
|
80 |
|
|
// this file might be covered by the GNU General Public License.
|
81 |
|
|
//
|
82 |
|
|
// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
|
83 |
|
|
// at http://sources.redhat.com/ecos/ecos-license/
|
84 |
|
|
// -------------------------------------------
|
85 |
|
|
//####ECOSGPLCOPYRIGHTEND####
|
86 |
|
|
//===========================================================================
|