summaryrefslogtreecommitdiff
path: root/usr/src/cmd/sgs/libld/common/map.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/sgs/libld/common/map.c')
-rw-r--r--usr/src/cmd/sgs/libld/common/map.c7
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,