RTEMS | Draft: Add new section: .debug_gdb_scripts, across all executables on RTEMS (!98)

Suraj Kumar (@the.m3chanic) gitlab at rtems.org
Thu Jul 11 20:55:58 UTC 2024




Suraj  Kumar commented on a discussion on bsps/mips/csb350/start/linkcmds: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/98#note_109087

 >    .debug_funcnames 0 : { *(.debug_funcnames) } 
 >    .debug_typenames 0 : { *(.debug_typenames) } 
 >    .debug_varnames  0 : { *(.debug_varnames) }  
 > +
 > +  /* Addition to let linker know about custom section for GDB pretty-printing support. */
 > +	.debug_gdb_scripts 0 : { *(.debug_gdb_scripts) }

Seems to have been an issue with my code editor, even though I had configured tab to 2 spaces instead of 4. Nevertheless, I have fixed all the formatting issues. Thanks for pointing them out.

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/98#note_109087
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/20240711/e07ec0bc/attachment-0001.htm>


More information about the bugs mailing list