summaryrefslogtreecommitdiff
path: root/usr/src/cmd/sgs/include
diff options
context:
space:
mode:
authorAli Bahrami <Ali.Bahrami@Sun.COM>2009-05-18 10:55:51 -0600
committerAli Bahrami <Ali.Bahrami@Sun.COM>2009-05-18 10:55:51 -0600
commit56e2cc86321ec889bf83a888d902c60d6fb2ef8d (patch)
tree24162214c71e15bde53ecfb51943371307c4e3c0 /usr/src/cmd/sgs/include
parent69148215f7278e24eb7f94ddda5fd4ddd8e733f6 (diff)
downloadillumos-joyent-56e2cc86321ec889bf83a888d902c60d6fb2ef8d.tar.gz
6841199 Undo 10 year old workaround and use 64-bit ld on 32-bit objects
6784790 ld should examine archives to determine output object class/machine PSARC/2009/305 ld -32 option
Diffstat (limited to 'usr/src/cmd/sgs/include')
-rw-r--r--usr/src/cmd/sgs/include/libld.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/cmd/sgs/include/libld.h b/usr/src/cmd/sgs/include/libld.h
index b1595179a0..6672a03331 100644
--- a/usr/src/cmd/sgs/include/libld.h
+++ b/usr/src/cmd/sgs/include/libld.h
@@ -376,6 +376,7 @@ struct ofl_desc {
#define FLG_OF1_RLXREL 0x00000400 /* -z relaxreloc flag set */
#define FLG_OF1_IGNORE 0x00000800 /* ignore unused dependencies */
+#define FLG_OF1_NOSGHND 0x00001000 /* -z nosighandler flag set */
#define FLG_OF1_TEXTOFF 0x00002000 /* text relocations are ok */
#define FLG_OF1_ABSEXEC 0x00004000 /* -zabsexec set */
#define FLG_OF1_LAZYLD 0x00008000 /* lazy loading of objects enabled */