summaryrefslogtreecommitdiff
path: root/usr/src/cmd/sgs/include/rtld.h
diff options
context:
space:
mode:
authorJohn Sonnenschein <johns@joyent.com>2012-05-17 18:26:57 +0000
committerJohn Sonnenschein <johns@joyent.com>2012-05-17 18:26:57 +0000
commit04b244dd661c24b510ac22936decfc0972d202d3 (patch)
tree3ebfef98afc303fddf3415d6fba64e8682f495e8 /usr/src/cmd/sgs/include/rtld.h
parenteac250589e41f1b705e1b7427b02b3379aac9f9e (diff)
parenta69187741b83640a90dd8586195456dd50c016a8 (diff)
downloadillumos-joyent-20120517.tar.gz
Merge git.joyent.com:illumos-joyent20120517
Diffstat (limited to 'usr/src/cmd/sgs/include/rtld.h')
-rw-r--r--usr/src/cmd/sgs/include/rtld.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/src/cmd/sgs/include/rtld.h b/usr/src/cmd/sgs/include/rtld.h
index af23880ef3..68b8fe7580 100644
--- a/usr/src/cmd/sgs/include/rtld.h
+++ b/usr/src/cmd/sgs/include/rtld.h
@@ -1106,6 +1106,10 @@ struct sresult {
* capabilities of the system. This structure follows the Objcapset definition
* from libld.h, however the system can only have one platform or machine
* hardware name, thus this structure is a little simpler.
+ *
+ * Note, the amd64 version of elf_rtbndr assumes that the sc_hw_1 value is at
+ * offset zero. If you are changing this structure in a way that invalidates
+ * this you need to update that code.
*/
typedef struct {
elfcap_mask_t sc_hw_1; /* CA_SUNW_HW_1 capabilities */