📄 changelog
字号:
2005-01-27 Yoshinori Sato <ysato@users.sourceforge.jp>
* src/h8300_h8300h.ld: h8300h_sim target build error fix
2004-04-22 Jani Monoses <jani@iv.ro>
* cdl/hal_h8300_h8300h.cdl :
Invoke tail with stricter syntax that works in latest coreutils.
2003-03-17 Yoshinori Sato <ysato@users.sourceforge.jp>
* src/h8300h_stub.c
Bcc d:16 trace miss fix.
cleanup code.
2003-12-12 Yoshinori Sato <ysato@users.sourceforge.jp>
* src/h8300h_stub.c
deleet async_breakpoint.
rewrite single step support.
2003-12-08 Yoshinori Sato <ysato@users.sourceforge.jp>
* include/variant.inc
add h8300_trap_adjust_pc macro.
2003-07-10 Nick Garnett <nickg@balti.calivar.com>
* <general>: Added Yoshinori Sato's changes, see entries below,
plus a few small changes of my own.
2003-04-10 Nick Garnett <nickg@balti.calivar.com>
* src/h8300_h8300h.ld:
Added .eh_frame to data section. This is a stopgap fix to allow
C++ programs that define exceptions to link and run. It does not
allow them to actually throw exceptions, since that depends on
compiler changes that have not been made. Further, more
far-reaching, linker script changes will also be needs when that
happens.
Added libsupc++.a to GROUP() directive for GCC versions later than
3.0.
2003-03-09 Yoshinori Sato <ysato@users.sourceforge.jp>
* src/h8300h_stub.c
move arch gdb stub support.
2003-02-22 Yoshinori Sato <ysato@users.sourceforge.jp>
* include/mod_regs_pio.h: P7DR define.
* include/mod_regs_tmr.h: remove WDT regs.
* include/var_arch.h: HAL_SaveRegisters add ccr.
* include/variant.h: hal_cpu_save_all/hal_cpu_load_all ccr store.
and CPU depend macros add.
* src/var_misc.c: Nested interrupt support fix.
2003-10-17 Yoshinori Sato <ysato@users.sourceforge.jp>
* src/h8300_h8300h.ld: CYGHWR_HAL_H8300_VECTOR_ADDRESS support.
2002-08-14 Yoshinori Sato <qzb04471@nifty.ne.jp>
* include/mod_regs_wdt.h: New file. Providing watchdog hardware data.
2002-04-24 Yoshinori Sato <qzb04471@nifty.ne.jp>
* New package.
//===========================================================================
//####ECOSGPLCOPYRIGHTBEGIN####
// -------------------------------------------
// This file is part of eCos, the Embedded Configurable Operating System.
// Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
//
// eCos 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.
//
// eCos 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 eCos; if not, write to the Free Software Foundation, Inc.,
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
//
// As a special exception, if other files instantiate templates or use macros
// or inline functions from this file, or you compile this file and link it
// with other works to produce a work based on this file, this file does not
// by itself cause the resulting work to be covered by the GNU General Public
// License. However the source code for this file must still be made available
// in accordance with section (3) of the GNU General Public License.
//
// This exception does not invalidate any other reasons why a work based on
// this file might be covered by the GNU General Public License.
//
// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
// at http://sources.redhat.com/ecos/ecos-license/
// -------------------------------------------
//####ECOSGPLCOPYRIGHTEND####
//===========================================================================
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -