diff options
Diffstat (limited to 'usr/src/cmd/sgs/libld/common/machrel.sparc.c')
| -rw-r--r-- | usr/src/cmd/sgs/libld/common/machrel.sparc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/cmd/sgs/libld/common/machrel.sparc.c b/usr/src/cmd/sgs/libld/common/machrel.sparc.c index 079c1b8baa..00a1b46a4d 100644 --- a/usr/src/cmd/sgs/libld/common/machrel.sparc.c +++ b/usr/src/cmd/sgs/libld/common/machrel.sparc.c @@ -26,7 +26,6 @@ * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" /* Get the sparc version of the relocation engine */ #define DO_RELOC_LIBLD_SPARC @@ -714,7 +713,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; |
