RTEMS | arm: Improve default exception handling (!198)

Chris Johns (@chris) gitlab at rtems.org
Wed Aug 28 06:04:45 UTC 2024




Chris Johns started a new discussion on bsps/arm/shared/start/start.S: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/198#note_111570

 >  bsp_start_hyp_vector_table_begin:
 > -	ldr	pc, .Lhandler_addr_hyp_reset
 > +	udf
 >  	ldr	pc, .Lhandler_addr_hyp_undef
 > -	ldr	pc, .Lhandler_addr_hyp_swi
 > -	ldr	pc, .Lhandler_addr_hyp_prefetch
 > -	ldr	pc, .Lhandler_addr_hyp_abort
 > -	ldr	pc, .Lhandler_addr_hyp_hyp
 > -	ldr	pc, .Lhandler_addr_hyp_irq
 > -	ldr	pc, .Lhandler_addr_hyp_fiq
 > +	udf
 > +	udf
 > +	udf
 > +	udf
 > +	udf
 > +	udf

Can you please explain how this change works? The `udf` means the instruction is never defined.

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/198#note_111570
You're receiving this email because of your account on gitlab.rtems.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20240828/bd359383/attachment-0001.htm>


More information about the bugs mailing list