diff options
| author | Ali Bahrami <Ali.Bahrami@Sun.COM> | 2008-11-19 14:51:09 -0700 |
|---|---|---|
| committer | Ali Bahrami <Ali.Bahrami@Sun.COM> | 2008-11-19 14:51:09 -0700 |
| commit | 354507029a42e4bcb1ea64fc4685f2bfd4792db8 (patch) | |
| tree | 469cbb1aca81d8d3dfc381e78b1a9c6ba789d156 /usr/src/cmd/sgs/libld/common/map.c | |
| parent | dfaab43a45f1b5f0689624fe908cad9da2ad4a05 (diff) | |
| download | illumos-joyent-354507029a42e4bcb1ea64fc4685f2bfd4792db8.tar.gz | |
6736890 PT_SUNWBSS should be disabled
PSARC/2008/715 PT_SUNWBSS removal
Diffstat (limited to 'usr/src/cmd/sgs/libld/common/map.c')
| -rw-r--r-- | usr/src/cmd/sgs/libld/common/map.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/usr/src/cmd/sgs/libld/common/map.c b/usr/src/cmd/sgs/libld/common/map.c index 5d39eb49c8..03a9dac047 100644 --- a/usr/src/cmd/sgs/libld/common/map.c +++ b/usr/src/cmd/sgs/libld/common/map.c @@ -2667,14 +2667,11 @@ ld_map_parse(const char *mapfile, Ofl_desc *ofl) case PT_NOTE: dst_type = 9; break; - case PT_SUNWBSS: - dst_type = 10; - break; case PT_TLS: - dst_type = 11; + dst_type = 10; break; case PT_NULL: - dst_type = 12; + dst_type = 11; break; default: eprintf(ofl->ofl_lml, ERR_FATAL, |
