Christian Mauderer commented on a discussion on cpukit/sapi/src/exinit.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/98#note_109369

 >    _Scheduler_Handler_initialization();
 >  
 >    _SMP_Handler_initialize();
 > +
 > +  /* Macro call to embed section in script for pretty-printing */
 > +  DEFINE_GDB_PY();

If it works at a file scope: Please place it at that scope.

You only add the code once. So I don't think the macro is necessary. I would 
suggest to use the `asm()` statement directly.

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


_______________________________________________
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to