comparison packages/hal/powerpc/sim/current/cdl/hal_powerpc_sim.cdl @ 105:5a0cc6c243a9 ecos-sw-2000-06-30

Merge from eCos master repository on 2000-06-30-08:18:49-BST
author jlarmour
date Fri, 30 Jun 2000 16:27:35 +0000
parents 6736c52df507
children e0c0827131d1
comparison
equal deleted inserted replaced
104:ad66e26a9e7c 105:5a0cc6c243a9
52 desired, as opposed to detailed simulation of any specific 52 desired, as opposed to detailed simulation of any specific
53 board. In particular it is not possible to simulate any of 53 board. In particular it is not possible to simulate any of
54 the I/O devices, so device drivers cannot be used." 54 the I/O devices, so device drivers cannot be used."
55 55
56 compile sim.S hal_aux.c 56 compile sim.S hal_aux.c
57
58 implements CYGINT_HAL_DEBUG_GDB_CTRLC_UNSUPPORTED
57 59
58 define_proc { 60 define_proc {
59 puts $::cdl_system_header "#define CYGBLD_HAL_TARGET_H <pkgconf/hal_powerpc_ppc60x.h>" 61 puts $::cdl_system_header "#define CYGBLD_HAL_TARGET_H <pkgconf/hal_powerpc_ppc60x.h>"
60 puts $::cdl_system_header "#define CYGBLD_HAL_PLATFORM_H <pkgconf/hal_powerpc_sim.h>" 62 puts $::cdl_system_header "#define CYGBLD_HAL_PLATFORM_H <pkgconf/hal_powerpc_sim.h>"
61 } 63 }