From: Ulrich Drepper Date: Mon, 8 Dec 1997 02:50:09 +0000 (+0000) Subject: (_dl_runtime_resolve): Care for prefix. X-Git-Tag: glibc-2.16-ports-before-merge~3361 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2e67c045f29d685845757f990fe0628b11548b6f;p=thirdparty%2Fglibc.git (_dl_runtime_resolve): Care for prefix. (_start): Likewise. --- diff --git a/sysdeps/alpha/dl-machine.h b/sysdeps/alpha/dl-machine.h index 3f65ae99a33..bc93087066f 100644 --- a/sysdeps/alpha/dl-machine.h +++ b/sysdeps/alpha/dl-machine.h @@ -166,7 +166,7 @@ elf_machine_runtime_setup (struct link_map *l, int lazy, int profile) mov $26, $18 addq $17, $17, $17 /* Do the fixup */ - bsr $26, " #fixup_name "..ng + bsr $26, " ASM_ALPHA_NG_SYMBOL_PREFIX #fixup_name "..ng /* Move the destination address into position. */ mov $0, $27 /* Restore program registers. */ @@ -221,7 +221,7 @@ _start: 0: ldgp $gp, 0($gp) /* Pass pointer to argument block to _dl_start. */ mov $sp, $16 - bsr $26, _dl_start..ng + bsr $26, "ASM_ALPHA_NG_SYMBOL_PREFIX"_dl_start..ng .end _start /* FALLTHRU */ .globl _dl_start_user