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/machrel.amd.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/machrel.amd.c')
| -rw-r--r-- | usr/src/cmd/sgs/libld/common/machrel.amd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/cmd/sgs/libld/common/machrel.amd.c b/usr/src/cmd/sgs/libld/common/machrel.amd.c index fc55b08fd2..5438433ef1 100644 --- a/usr/src/cmd/sgs/libld/common/machrel.amd.c +++ b/usr/src/cmd/sgs/libld/common/machrel.amd.c @@ -23,7 +23,6 @@ * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" /* Get the x86 version of the relocation engine */ #define DO_RELOC_LIBLD_X86 @@ -344,7 +343,7 @@ ld_perform_outreloc(Rel_desc * orsp, Ofl_desc * ofl) else ndx = sdp->sd_shndx; } else - ndx = ofl->ofl_sunwdata1ndx; + ndx = ofl->ofl_parexpnndx; } else ndx = sdp->sd_symndx; |
