Chris Quenelle wrote: > The compiler team is getting ready to start marking debug information > with the SHT_SUNW_DEBUG section type. I warned them they will need to > test on older versions of Solaris to see where that extension is > available.
The link-editors added support for SHT_SUNW_DEBUG under 4764817 (along with SHT_SUNW_ANNOTATE under 4904565) in Solaris 10 (s10_43). This update was also taken back to Solaris 9 update 6, and made available in the following patches (at least according to my records): Solaris/SunOS 5.9_sparc patch T112963-11 Solaris/SunOS 5.9_x86 patch T113986-07 Solaris/SunOS 5.8_sparc patch T109147-27 Solaris/SunOS 5.8_x86 patch T109148-27 Solaris/SunOS 5.7_sparc patch T106950-25 Solaris/SunOS 5.7_x86 patch T106951-25 -- Rod.