about summary refs log tree commit diff
path: root/sysdeps/arm/dl-machine.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-09-28 19:45:42 +0000
committerRoland McGrath <roland@gnu.org>2002-09-28 19:45:42 +0000
commit6ae4fca735cee01c892f41a63bf04a791ec1bb66 (patch)
tree1430c239258e44654dbefe4d03051c436aa33af1 /sysdeps/arm/dl-machine.h
parenta30471af3b84e81c6e5300089392d40d8d2d5afe (diff)
downloadglibc-6ae4fca735cee01c892f41a63bf04a791ec1bb66.tar.gz
glibc-6ae4fca735cee01c892f41a63bf04a791ec1bb66.tar.xz
glibc-6ae4fca735cee01c892f41a63bf04a791ec1bb66.zip
* sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Use INTUSE for
	_dl_signal_error.
	* sysdeps/mips/dl-machine.h (elf_machine_runtime_link_map): Likewise.
	* sysdeps/powerpc/powerpc64/dl-machine.c
	(_dl_reloc_overflow): Likewise.
	* sysdeps/arm/dl-machine.h (elf_machine_rel): Likewise.
	(elf_machine_rela): Likewise.
Diffstat (limited to 'sysdeps/arm/dl-machine.h')
-rw-r--r--sysdeps/arm/dl-machine.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/sysdeps/arm/dl-machine.h b/sysdeps/arm/dl-machine.h
index 9905d15001..e3e666a42f 100644
--- a/sysdeps/arm/dl-machine.h
+++ b/sysdeps/arm/dl-machine.h
@@ -523,8 +523,9 @@ elf_machine_rel (struct link_map *map, const Elf32_Rel *reloc,
 		 topbits = newvalue & 0xfe000000;
 		 if (topbits != 0xfe000000 && topbits != 0x00000000)
 		   {
-		     _dl_signal_error (0, map->l_name, NULL,
-				       "R_ARM_PC24 relocation out of range");
+		     INTUSE (_dl_signal_error)
+		       (0, map->l_name, NULL,
+			"R_ARM_PC24 relocation out of range");
 		   }
 	       }
 	     newvalue >>= 2;
@@ -577,8 +578,9 @@ elf_machine_rela (struct link_map *map, const Elf32_Rela *reloc,
 		 topbits = newvalue & 0xfe000000;
 		 if (topbits != 0xfe000000 && topbits != 0x00000000)
 		   {
-		     _dl_signal_error (0, map->l_name, NULL,
-				       "R_ARM_PC24 relocation out of range");
+		     INTUSE (_dl_signal_error)
+		       (0, map->l_name, NULL,
+			"R_ARM_PC24 relocation out of range");
 		   }
 	       }
 	     newvalue >>= 2;