Chris Quenelle wrote: > Thanks Rod. > The CR number (if anyone is curious): > 6749697 Mark compiler commentary .compcom section in binary with > SHT_SUNW_DEBUG so it can be stripped > > Does strip already strip these sections?
strip(1) was updated as part of 4764817. > Rod Evans wrote: >> 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.