Ignore:
Timestamp:
Jun 26, 2017, 5:33:59 PM (7 years ago)
Author:
ertl-honda
Message:

コンフィギュレータをruby版に変更

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asp3_wo_tecs/trunk/arch/arm_gcc/common/core_unrename.h

    r302 r304  
    6464#undef arm_memory_area
    6565
    66 #ifdef TOPPERS_LABEL_ASM
    67 
    68 /*
    69  *  kernel_cfg.c
    70  */
    71 #undef _inh_table
    72 #undef _intcfg_table
    73 #undef _exc_table
    74 
    75 /*
    76  *  core_support.S
    77  */
    78 #undef _dispatch
    79 #undef _start_dispatch
    80 #undef _exit_and_dispatch
    81 #undef _call_exit_kernel
    82 #undef _start_r
    83 #undef _irq_handler
    84 #undef _undef_handler
    85 #undef _svc_handler
    86 #undef _pabort_handler
    87 #undef _dabort_handler
    88 #undef _fiq_handler
    89 #undef _current_cpsr
    90 #undef _set_cpsr
    91 
    92 /*
    93  *  core_kernel_impl.c
    94  */
    95 #undef _excpt_nest_count
    96 #undef _arm_mmu_initialize
    97 #undef _core_initialize
    98 #undef _core_terminate
    99 #undef _xlog_sys
    100 #undef _xlog_fsr
    101 #undef _default_int_handler
    102 #undef _default_exc_handler
    103 
    104 /*
    105  *  gic_kernel_impl.c
    106  */
    107 #undef _gicc_initialize
    108 #undef _gicc_terminate
    109 #undef _gicd_initialize
    110 #undef _gicd_terminate
    111 
    112 /*
    113  *  gic_support.S
    114  */
    115 #undef _irc_begin_int
    116 #undef _irc_end_int
    117 #undef _irc_get_intpri
    118 #undef _irc_begin_exc
    119 #undef _irc_end_exc
    120 
    121 /*
    122  *  target_kernel_impl.c
    123  */
    124 #undef _arm_tnum_memory_area
    125 #undef _arm_memory_area
    126 
    127 #endif /* TOPPERS_LABEL_ASM */
    128 
    12966
    13067#endif /* TOPPERS_CORE_RENAME_H */
Note: See TracChangeset for help on using the changeset viewer.