URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [packages/] [hal/] [mips/] [mips32/] [current/] [ChangeLog] - Rev 843
Go to most recent revision | Compare with Previous | Blame | View Log
2009-02-04 Nick Garnett <nickg@ecoscentric.com>
* include/var_arch.h (HAL_LSBIT_INDEX, HAL_MSBIT_INDEX): Provide
overrides for these macros that use the clz instruction.
2009-01-31 Bart Veer <bartv@ecoscentric.com>
* cdl/hal_mips_mips32.cdl: update compiler flags for gcc 4.x
2005-06-10 Jonathan Larmour <jifl@eCosCentric.com>
* src/mips_mips32.ld: gcc_except_table subsections don't need to be
kept.
2005-06-06 Jonathan Larmour <jifl@eCosCentric.com>
* src/mips_mip32.ld (SECTION_gcc_except_table): Mark gcc_except_table
as KEEP.
2004-04-22 Jani Monoses <jani@iv.ro>
* cdl/hal_mips_mips32.cdl :
Invoke tail with stricter syntax that works in latest coreutils.
2003-04-10 Nick Garnett <nickg@balti.calivar.com>
* src/mips_mips32.ld:
Added libsupc++.a to GROUP() directive for GCC versions later than
3.0.
2003-04-09 Jonathan Larmour <jifl@eCosCentric.com>
* src/mips_mips32.ld:
Fix .gnulinkonce.s -> .gnu.linkonce.s typo.
2003-02-27 Nick Garnett <nickg@calivar.com>
* cdl/hal_mips_mips32.cdl: Changed CYGPKG_HAL_MIPS_GDB_REPORT_CP0
to zero, from one, so that the GDB stubs work with the standard
GCC tools.
2003-01-21 Tim Michals <t.michals@attbi.com>
* cdl/hal_mips_mips32.cdl: Make endianness configurable.
2002-05-24 Jesper Skov <jskov@redhat.com>
* include/var_arch.h: Removed HAL_DIAG_IRQ_CHECK. It's not
implemented.
2002-05-22 Jesper Skov <jskov@redhat.com>
* include/var_arch.h: Added __ASSEMBLER__ protection.
2002-02-11 Jesper Skov <jskov@redhat.com>
* include/variant.inc: Initialize TRAP vector with break_vsr to
support div-by-zero breakpoints set by GCC.
2001-12-04 Nick Garnett <nickg@redhat.com>
* include/var_arch.h: Added macros to read/write CP0 registers.
* cdl/hal_mips_mips32.cdl: Added CYGPKG_HAL_MIPS_GDB_REPORT_CP0
option to enable reporting of CP0 registers to GDB.
2001-03-21 Jesper Skov <jskov@redhat.com>
* src/mips_mips32.ld: Added .2ram pattern.
2001-02-23 Jesper Skov <jskov@redhat.com>
* include/var_cache.h: Removed HAL_FLASH_CACHES_WANT_OPTIMAL. It
is now the default.
2001-02-15 Nick Garnett <nickg@cygnus.co.uk>
* src/variant.S: Removed ISR tables.
2001-01-31 Nick Garnett <nickg@cygnus.co.uk>
* cdl/hal_mips_mips32.cdl: Move compile options here from atlas
package.
2000-12-21 Mark Salter <msalter@redhat.com>
* src/var_misc.c (hal_c_cache_init): Turn on caching in KSEG0.
* include/var_cache.h (HAL_FLASH_CACHES_WANT_OPTIMAL): Define.
2000-10-20 Jesper Skov <jskov@redhat.com>
* include/var_cache.h: Move volatile keyword before type.
2000-08-03 Jonathan Larmour <jlarmour@redhat.co.uk>
* src/mips_mips32.ld: Revert below change, it was correct before.
2000-07-24 Jonathan Larmour <jlarmour@redhat.co.uk>
* src/mips_mips32.ld: Added underscore to _stext and _etext.
Switched to new table definition mechanism.
2000-07-24 Drew Moseley <dmoseley@redhat.com>
* include/var_cache.h: Do not define
CYGARC_HAL_COMMON_EXPORT_CPU_MACROS.
2000-07-21 Drew Moseley <dmoseley@cygnus.com>
* include/var_arch.h: Move cache definitions into var_cache.h.
* include/var_cache.h: Ditto.
2000-07-20 Drew Moseley <dmoseley@redhat.com>
* include/variant.inc: Use the real 3-operand mfc0 instruction.
2000-07-14 Drew Moseley <dmoseley@redhat.com>
* cdl/hal_mips_mips32.cdl: New variant support.
* include/var_arch.h: Ditto.
* include/var_cache.h: Ditto.
* include/var_intr.h: Ditto.
* include/variant.inc: Ditto.
* src/mips_mips32.ld: Ditto.
* src/var_misc.c: Ditto.
* src/variant.S: Ditto.
//===========================================================================
// ####GPLCOPYRIGHTBEGIN####
// -------------------------------------------
// This file is part of eCos, the Embedded Configurable Operating System.
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 2 or (at your option) any
// later version.
//
// This program is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the
// Free Software Foundation, Inc., 51 Franklin Street,
// Fifth Floor, Boston, MA 02110-1301, USA.
// -------------------------------------------
// ####GPLCOPYRIGHTEND####
//===========================================================================
Go to most recent revision | Compare with Previous | Blame | View Log