OSDN Git Service

debug microblaze
[hos/hos-v4a.git] / aplfw / sample / mb / mb_v8_axi / gcc / vectors.S
index a370c2e..bc6bdb9 100644 (file)
                                .global _kernel_hwe_hdr
 
 
-                               .text
                                .align  2
 
 /* --------------------------------------- */
 /*            ベクタ定義                   */
 /* --------------------------------------- */
-                               bri             _reset_handler
-                               nop
+
+                               .section        .vectors.reset, "ax"
+                               brai    _reset_handler
+
+                               .section        .vectors.sw_exception, "ax"
                                bri             _kernel_exc_hdr
-                               nop
+
+                               .section        .vectors.interrupt, "ax"
                                bri             _kernel_int_hdr
-                               nop
-                               bri             _kernel_brk_hdr
-                               nop
+
+                               .section        .vectors.hw_exception, "ax"
                                bri             _kernel_hwe_hdr