1 |
27 |
unneback |
2003-04-10 Nick Garnett
|
2 |
|
|
|
3 |
|
|
* src/mips_mips32.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_mips32.ld:
|
10 |
|
|
Fix .gnulinkonce.s -> .gnu.linkonce.s typo.
|
11 |
|
|
|
12 |
|
|
2003-02-27 Nick Garnett
|
13 |
|
|
|
14 |
|
|
* cdl/hal_mips_mips32.cdl: Changed CYGPKG_HAL_MIPS_GDB_REPORT_CP0
|
15 |
|
|
to zero, from one, so that the GDB stubs work with the standard
|
16 |
|
|
GCC tools.
|
17 |
|
|
|
18 |
|
|
2003-01-21 Tim Michals
|
19 |
|
|
|
20 |
|
|
* cdl/hal_mips_mips32.cdl: Make endianness configurable.
|
21 |
|
|
|
22 |
|
|
2002-05-24 Jesper Skov
|
23 |
|
|
|
24 |
|
|
* include/var_arch.h: Removed HAL_DIAG_IRQ_CHECK. It's not
|
25 |
|
|
implemented.
|
26 |
|
|
|
27 |
|
|
2002-05-22 Jesper Skov
|
28 |
|
|
|
29 |
|
|
* include/var_arch.h: Added __ASSEMBLER__ protection.
|
30 |
|
|
|
31 |
|
|
2002-02-11 Jesper Skov
|
32 |
|
|
|
33 |
|
|
* include/variant.inc: Initialize TRAP vector with break_vsr to
|
34 |
|
|
support div-by-zero breakpoints set by GCC.
|
35 |
|
|
|
36 |
|
|
2001-12-04 Nick Garnett
|
37 |
|
|
|
38 |
|
|
* include/var_arch.h: Added macros to read/write CP0 registers.
|
39 |
|
|
|
40 |
|
|
* cdl/hal_mips_mips32.cdl: Added CYGPKG_HAL_MIPS_GDB_REPORT_CP0
|
41 |
|
|
option to enable reporting of CP0 registers to GDB.
|
42 |
|
|
|
43 |
|
|
2001-03-21 Jesper Skov
|
44 |
|
|
|
45 |
|
|
* src/mips_mips32.ld: Added .2ram pattern.
|
46 |
|
|
|
47 |
|
|
2001-02-23 Jesper Skov
|
48 |
|
|
|
49 |
|
|
* include/var_cache.h: Removed HAL_FLASH_CACHES_WANT_OPTIMAL. It
|
50 |
|
|
is now the default.
|
51 |
|
|
|
52 |
|
|
2001-02-15 Nick Garnett
|
53 |
|
|
|
54 |
|
|
* src/variant.S: Removed ISR tables.
|
55 |
|
|
|
56 |
|
|
2001-01-31 Nick Garnett
|
57 |
|
|
|
58 |
|
|
* cdl/hal_mips_mips32.cdl: Move compile options here from atlas
|
59 |
|
|
package.
|
60 |
|
|
|
61 |
|
|
2000-12-21 Mark Salter
|
62 |
|
|
|
63 |
|
|
* src/var_misc.c (hal_c_cache_init): Turn on caching in KSEG0.
|
64 |
|
|
|
65 |
|
|
* include/var_cache.h (HAL_FLASH_CACHES_WANT_OPTIMAL): Define.
|
66 |
|
|
|
67 |
|
|
2000-10-20 Jesper Skov
|
68 |
|
|
|
69 |
|
|
* include/var_cache.h: Move volatile keyword before type.
|
70 |
|
|
|
71 |
|
|
2000-08-03 Jonathan Larmour
|
72 |
|
|
|
73 |
|
|
* src/mips_mips32.ld: Revert below change, it was correct before.
|
74 |
|
|
|
75 |
|
|
2000-07-24 Jonathan Larmour
|
76 |
|
|
|
77 |
|
|
* src/mips_mips32.ld: Added underscore to _stext and _etext.
|
78 |
|
|
Switched to new table definition mechanism.
|
79 |
|
|
|
80 |
|
|
2000-07-24 Drew Moseley
|
81 |
|
|
|
82 |
|
|
* include/var_cache.h: Do not define
|
83 |
|
|
CYGARC_HAL_COMMON_EXPORT_CPU_MACROS.
|
84 |
|
|
|
85 |
|
|
2000-07-21 Drew Moseley
|
86 |
|
|
|
87 |
|
|
* include/var_arch.h: Move cache definitions into var_cache.h.
|
88 |
|
|
* include/var_cache.h: Ditto.
|
89 |
|
|
|
90 |
|
|
2000-07-20 Drew Moseley
|
91 |
|
|
|
92 |
|
|
* include/variant.inc: Use the real 3-operand mfc0 instruction.
|
93 |
|
|
|
94 |
|
|
2000-07-14 Drew Moseley
|
95 |
|
|
|
96 |
|
|
* cdl/hal_mips_mips32.cdl: New variant support.
|
97 |
|
|
* include/var_arch.h: Ditto.
|
98 |
|
|
* include/var_cache.h: Ditto.
|
99 |
|
|
* include/var_intr.h: Ditto.
|
100 |
|
|
* include/variant.inc: Ditto.
|
101 |
|
|
* src/mips_mips32.ld: Ditto.
|
102 |
|
|
* src/var_misc.c: Ditto.
|
103 |
|
|
* src/variant.S: Ditto.
|
104 |
|
|
|
105 |
|
|
//===========================================================================
|
106 |
|
|
//####ECOSGPLCOPYRIGHTBEGIN####
|
107 |
|
|
// -------------------------------------------
|
108 |
|
|
// This file is part of eCos, the Embedded Configurable Operating System.
|
109 |
|
|
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
|
110 |
|
|
//
|
111 |
|
|
// eCos is free software; you can redistribute it and/or modify it under
|
112 |
|
|
// the terms of the GNU General Public License as published by the Free
|
113 |
|
|
// Software Foundation; either version 2 or (at your option) any later version.
|
114 |
|
|
//
|
115 |
|
|
// eCos is distributed in the hope that it will be useful, but WITHOUT ANY
|
116 |
|
|
// WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
117 |
|
|
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
118 |
|
|
// for more details.
|
119 |
|
|
//
|
120 |
|
|
// You should have received a copy of the GNU General Public License along
|
121 |
|
|
// with eCos; if not, write to the Free Software Foundation, Inc.,
|
122 |
|
|
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
123 |
|
|
//
|
124 |
|
|
// As a special exception, if other files instantiate templates or use macros
|
125 |
|
|
// or inline functions from this file, or you compile this file and link it
|
126 |
|
|
// with other works to produce a work based on this file, this file does not
|
127 |
|
|
// by itself cause the resulting work to be covered by the GNU General Public
|
128 |
|
|
// License. However the source code for this file must still be made available
|
129 |
|
|
// in accordance with section (3) of the GNU General Public License.
|
130 |
|
|
//
|
131 |
|
|
// This exception does not invalidate any other reasons why a work based on
|
132 |
|
|
// this file might be covered by the GNU General Public License.
|
133 |
|
|
//
|
134 |
|
|
// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
|
135 |
|
|
// at http://sources.redhat.com/ecos/ecos-license/
|
136 |
|
|
// -------------------------------------------
|
137 |
|
|
//####ECOSGPLCOPYRIGHTEND####
|
138 |
|
|
//===========================================================================
|