OSDN Git Service

カーネルのターゲット非依存部1.7.0およびCFGをマージ
[toppersasp4lpc/asp.git] / asp / arch / arm_m_gcc / prc_support.S
index ddb58c7..7c7cf24 100644 (file)
@@ -103,9 +103,9 @@ dispatch_r_1:                     /* タスクへのcall_textnから戻る */
        .align 2
        .syntax unified
        .code 16
-       .global exc_entry
-       .type exc_entry, function
-exc_entry:
+       .global exc_entry_point
+       .type exc_entry_point, function
+exc_entry_point:
        /*
         *  例外/割込みが発生すると,発生時にアクティブなスタックにスクラ
         *  ッチレジスタ等が保存される.
@@ -195,9 +195,9 @@ exc_entry_2:
        .align 2
        .syntax unified
        .code 16
-       .global int_entry
-       .type int_entry, function
-int_entry:
+       .global int_entry_point
+       .type int_entry_point, function
+int_entry_point:
        /*
         *  割込み発生時の割込み優先度マスクをスタックに保存するため取得
         */