From 259163b8b38a85de66108dc2ebd343fc999c485c Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 4 Jan 1999 01:36:57 +0000 Subject: * sysdeps/m68k/dl-machine.h (elf_machine_rela): Reorder expression to avoid accessing global data in the usual case. 1998-12-28 Andreas Schwab * sysdeps/m68k/dl-machine.h (elf_machine_rela): Reorder expression to avoid accessing global data in the usual case. --- sysdeps/m68k/dl-machine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/m68k') diff --git a/sysdeps/m68k/dl-machine.h b/sysdeps/m68k/dl-machine.h index 067c2fbb88..f2fe553069 100644 --- a/sysdeps/m68k/dl-machine.h +++ b/sysdeps/m68k/dl-machine.h @@ -272,7 +272,7 @@ elf_machine_rela (struct link_map *map, const Elf32_Rela *reloc, found. */ break; if (sym->st_size > refsym->st_size - || (_dl_verbose && sym->st_size < refsym->st_size)) + || (sym->st_size < refsym->st_size && _dl_verbose)) { extern char **_dl_argv; const char *strtab; -- cgit v1.2.3