Mercurial > ecos-v2_0-branch
diff packages/hal/v85x/v850/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 | d2c90368aeef |
| children |
line wrap: on
line diff
--- a/packages/hal/v85x/v850/current/ChangeLog +++ b/packages/hal/v85x/v850/current/ChangeLog @@ -1,3 +1,15 @@ +2003-04-10 Nick Garnett <nickg@balti.calivar.com> + + * src/v85x_v850.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. + 2002-05-23 Jesper Skov <jskov@redhat.com> * cdl/hal_v85x_v850.cdl: Don't run cache tests.
