Mercurial > ecos-v2_0-branch
changeset 565:7e4907f574a7
* cdl/hal_powerpc_sim.cdl: Added requirement for
CYGSEM_HAL_USE_ROM_MONITOR==0. Otherwise the exception vectors do
not get included.
| author | nickg |
|---|---|
| date | Tue, 04 Feb 2003 18:21:54 +0000 |
| parents | b2555133d1ad |
| children | 17d4ac30ee71 |
| files | packages/hal/powerpc/sim/current/ChangeLog packages/hal/powerpc/sim/current/cdl/hal_powerpc_sim.cdl |
| diffstat | 2 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/hal/powerpc/sim/current/ChangeLog +++ b/packages/hal/powerpc/sim/current/ChangeLog @@ -1,3 +1,9 @@ +2003-02-04 Nick Garnett <nickg@calivar.com> + + * cdl/hal_powerpc_sim.cdl: Added requirement for + CYGSEM_HAL_USE_ROM_MONITOR==0. Otherwise the exception vectors do + not get included. + 2003-01-20 Gary Thomas <gary@mlbassoc.com> * include/plf_regs.h:
--- a/packages/hal/powerpc/sim/current/cdl/hal_powerpc_sim.cdl +++ b/packages/hal/powerpc/sim/current/cdl/hal_powerpc_sim.cdl @@ -53,6 +53,7 @@ cdl_package CYGPKG_HAL_POWERPC_SIM { display "PSIM minimal simulator" parent CYGPKG_HAL_POWERPC requires CYGPKG_HAL_POWERPC_PPC60x + requires { CYGSEM_HAL_USE_ROM_MONITOR==0 } define_header hal_powerpc_sim.h include_dir cyg/hal description "
