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.
_______________________________________________ bugs mailing list bugs@rtems.org http://lists.rtems.org/mailman/listinfo/bugs