From: Andreas Jaeger Date: Wed, 12 Dec 2001 09:02:09 +0000 (+0000) Subject: (elf_machine_rela): Fix typo in last patch. X-Git-Tag: glibc-2.16-ports-before-merge~1767 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b6845b6741608ddac553065a7665d4795a9b5b4c;p=thirdparty%2Fglibc.git (elf_machine_rela): Fix typo in last patch. --- diff --git a/sysdeps/arm/dl-machine.h b/sysdeps/arm/dl-machine.h index cda424757b9..73edd776ee5 100644 --- a/sysdeps/arm/dl-machine.h +++ b/sysdeps/arm/dl-machine.h @@ -566,7 +566,7 @@ elf_machine_rela (struct link_map *map, const Elf32_Rela *reloc, if (topbits != 0xfe000000 && topbits != 0x00000000) { newvalue = fix_bad_pc24(reloc_addr, value) - - (Elf32_Addr)reloc_addr + (addend << 2); + - (Elf32_Addr)reloc_addr + (reloc->r_addend << 2); topbits = newvalue & 0xfe000000; if (topbits != 0xfe000000 && topbits != 0x00000000) {