comparison packages/hal/h8300/h8300h/current/ChangeLog @ 795:db69ea2c9293

Update various .ld and .ldi files to cope with C++ and fix some typos. Also add a test program for C++ support to infra package. See individual ChangeLogs for details.
author nickg
date Wed, 16 Apr 2003 17:55:07 +0000
parents 542103a53d53
children
comparison
equal deleted inserted replaced
794:1d4e1e38bd0f 795:db69ea2c9293
1 2003-04-10 Nick Garnett <nickg@balti.calivar.com>
2
3 * src/h8300_h8300h.ld:
4 Added .eh_frame to data section. This is a stopgap fix to allow
5 C++ programs that define exceptions to link and run. It does not
6 allow them to actually throw exceptions, since that depends on
7 compiler changes that have not been made. Further, more
8 far-reaching, linker script changes will also be needs when that
9 happens.
10 Added libsupc++.a to GROUP() directive for GCC versions later than
11 3.0.
12
1 2002-08-14 Yoshinori Sato <qzb04471@nifty.ne.jp> 13 2002-08-14 Yoshinori Sato <qzb04471@nifty.ne.jp>
2 14
3 * include/mod_regs_wdt.h: New file. Providing watchdog hardware data. 15 * include/mod_regs_wdt.h: New file. Providing watchdog hardware data.
4 16
5 2002-04-24 Yoshinori Sato <qzb04471@nifty.ne.jp> 17 2002-04-24 Yoshinori Sato <qzb04471@nifty.ne.jp>