summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/elf.h
diff options
context:
space:
mode:
authorAli Bahrami <Ali.Bahrami@Sun.COM>2008-11-19 14:51:09 -0700
committerAli Bahrami <Ali.Bahrami@Sun.COM>2008-11-19 14:51:09 -0700
commit354507029a42e4bcb1ea64fc4685f2bfd4792db8 (patch)
tree469cbb1aca81d8d3dfc381e78b1a9c6ba789d156 /usr/src/uts/common/sys/elf.h
parentdfaab43a45f1b5f0689624fe908cad9da2ad4a05 (diff)
downloadillumos-joyent-354507029a42e4bcb1ea64fc4685f2bfd4792db8.tar.gz
6736890 PT_SUNWBSS should be disabled
PSARC/2008/715 PT_SUNWBSS removal
Diffstat (limited to 'usr/src/uts/common/sys/elf.h')
-rw-r--r--usr/src/uts/common/sys/elf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/elf.h b/usr/src/uts/common/sys/elf.h
index dda9173532..903af2e47c 100644
--- a/usr/src/uts/common/sys/elf.h
+++ b/usr/src/uts/common/sys/elf.h
@@ -331,7 +331,7 @@ typedef struct {
#define PT_LOSUNW 0x6ffffffa
-#define PT_SUNWBSS 0x6ffffffa /* Sun Specific segment */
+#define PT_SUNWBSS 0x6ffffffa /* Sun Specific segment (unused) */
#define PT_SUNWSTACK 0x6ffffffb /* describes the stack segment */
#define PT_SUNWDTRACE 0x6ffffffc /* private */
#define PT_SUNWCAP 0x6ffffffd /* hard/soft capabilities segment */