diff -r 2650d270ece9 -r d7beef35913b usr/src/cmd/sgs/libelf/common/mapfile-common --- a/usr/src/cmd/sgs/libelf/common/mapfile-common Tue May 22 10:56:13 2007 -0700 +++ b/usr/src/cmd/sgs/libelf/common/mapfile-common Tue May 22 11:10:09 2007 -0700 @@ -20,7 +20,7 @@ # # -# Copyright 2006 Sun Microsystems, Inc. All rights reserved. +# Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # ident "%Z%%M% %I% %E% SMI" @@ -153,10 +153,10 @@ _elf_fill; _elf_flagdata; _elf_flagehdr; - _elf_flagelf; - _elf_flagphdr; + _elf_flagelf = NODYNSORT; + _elf_flagphdr = NODYNSORT; _elf_flagscn; - _elf_flagshdr; + _elf_flagshdr = NODYNSORT; _elf_getarhdr; _elf_getarsym; _elf_getbase; @@ -182,7 +182,7 @@ _elf_update; _elf32_fsize; _elf32_xlatetof; - _elf32_xlatetom; + _elf32_xlatetom = NODYNSORT; _elf_version; _gelf_getdyndtflags_1; };