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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [packages/] [hal/] [mips/] [mips32/] [current/] [ChangeLog] - Blame information for rev 794

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

Line No. Rev Author Line
1 786 skrzyp
2009-02-04  Nick Garnett  
2
 
3
        * include/var_arch.h (HAL_LSBIT_INDEX, HAL_MSBIT_INDEX): Provide
4
        overrides for these macros that use the clz instruction.
5
 
6
2009-01-31  Bart Veer 
7
 
8
        * cdl/hal_mips_mips32.cdl: update compiler flags for gcc 4.x
9
 
10
2005-06-10  Jonathan Larmour  
11
 
12
        * src/mips_mips32.ld: gcc_except_table subsections don't need to be
13
        kept.
14
 
15
2005-06-06  Jonathan Larmour  
16
 
17
        * src/mips_mip32.ld (SECTION_gcc_except_table): Mark gcc_except_table
18
        as KEEP.
19
 
20
2004-04-22  Jani Monoses 
21
 
22
         * cdl/hal_mips_mips32.cdl :
23
         Invoke tail with stricter syntax that works in latest coreutils.
24
 
25
2003-04-10  Nick Garnett  
26
 
27
        * src/mips_mips32.ld:
28
        Added libsupc++.a to GROUP() directive for GCC versions later than
29
        3.0.
30
 
31
2003-04-09  Jonathan Larmour  
32
 
33
        * src/mips_mips32.ld:
34
        Fix .gnulinkonce.s -> .gnu.linkonce.s typo.
35
 
36
2003-02-27  Nick Garnett  
37
 
38
        * cdl/hal_mips_mips32.cdl: Changed CYGPKG_HAL_MIPS_GDB_REPORT_CP0
39
        to zero, from one, so that the GDB stubs work with the standard
40
        GCC tools.
41
 
42
2003-01-21  Tim Michals  
43
 
44
        * cdl/hal_mips_mips32.cdl: Make endianness configurable.
45
 
46
2002-05-24  Jesper Skov  
47
 
48
        * include/var_arch.h: Removed HAL_DIAG_IRQ_CHECK. It's not
49
        implemented.
50
 
51
2002-05-22  Jesper Skov  
52
 
53
        * include/var_arch.h: Added __ASSEMBLER__ protection.
54
 
55
2002-02-11  Jesper Skov  
56
 
57
        * include/variant.inc: Initialize TRAP vector with break_vsr to
58
        support div-by-zero breakpoints set by GCC.
59
 
60
2001-12-04  Nick Garnett  
61
 
62
        * include/var_arch.h: Added macros to read/write CP0 registers.
63
 
64
        * cdl/hal_mips_mips32.cdl: Added CYGPKG_HAL_MIPS_GDB_REPORT_CP0
65
        option to enable reporting of CP0 registers to GDB.
66
 
67
2001-03-21  Jesper Skov  
68
 
69
        * src/mips_mips32.ld: Added .2ram pattern.
70
 
71
2001-02-23  Jesper Skov  
72
 
73
        * include/var_cache.h:  Removed HAL_FLASH_CACHES_WANT_OPTIMAL. It
74
        is now the default.
75
 
76
2001-02-15  Nick Garnett  
77
 
78
        * src/variant.S: Removed ISR tables.
79
 
80
2001-01-31  Nick Garnett  
81
 
82
        * cdl/hal_mips_mips32.cdl: Move compile options here from atlas
83
        package.
84
 
85
2000-12-21  Mark Salter  
86
 
87
        * src/var_misc.c (hal_c_cache_init): Turn on caching in KSEG0.
88
 
89
        * include/var_cache.h (HAL_FLASH_CACHES_WANT_OPTIMAL): Define.
90
 
91
2000-10-20  Jesper Skov  
92
 
93
        * include/var_cache.h: Move volatile keyword before type.
94
 
95
2000-08-03  Jonathan Larmour  
96
 
97
        * src/mips_mips32.ld: Revert below change, it was correct before.
98
 
99
2000-07-24  Jonathan Larmour  
100
 
101
        * src/mips_mips32.ld: Added underscore to _stext and _etext.
102
        Switched to new table definition mechanism.
103
 
104
2000-07-24  Drew Moseley  
105
 
106
        * include/var_cache.h: Do not define
107
        CYGARC_HAL_COMMON_EXPORT_CPU_MACROS.
108
 
109
2000-07-21  Drew Moseley  
110
 
111
        * include/var_arch.h: Move cache definitions into var_cache.h.
112
        * include/var_cache.h: Ditto.
113
 
114
2000-07-20  Drew Moseley  
115
 
116
        * include/variant.inc: Use the real 3-operand mfc0 instruction.
117
 
118
2000-07-14  Drew Moseley  
119
 
120
        * cdl/hal_mips_mips32.cdl: New variant support.
121
        * include/var_arch.h: Ditto.
122
        * include/var_cache.h: Ditto.
123
        * include/var_intr.h: Ditto.
124
        * include/variant.inc: Ditto.
125
        * src/mips_mips32.ld: Ditto.
126
        * src/var_misc.c: Ditto.
127
        * src/variant.S: Ditto.
128
 
129
//===========================================================================
130
// ####GPLCOPYRIGHTBEGIN####
131
// -------------------------------------------
132
// This file is part of eCos, the Embedded Configurable Operating System.
133
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
134
//
135
// This program is free software; you can redistribute it and/or modify
136
// it under the terms of the GNU General Public License as published by
137
// the Free Software Foundation; either version 2 or (at your option) any
138
// later version.
139
//
140
// This program is distributed in the hope that it will be useful, but
141
// WITHOUT ANY WARRANTY; without even the implied warranty of
142
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
143
// General Public License for more details.
144
//
145
// You should have received a copy of the GNU General Public License
146
// along with this program; if not, write to the
147
// Free Software Foundation, Inc., 51 Franklin Street,
148
// Fifth Floor, Boston, MA  02110-1301, USA.
149
// -------------------------------------------
150
// ####GPLCOPYRIGHTEND####
151
//===========================================================================

powered by: WebSVN 2.1.0

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