* sysdeps/m68k/dl-machine.h (elf_machine_rela): Reorder expression
authorAndreas Schwab <schwab@suse.de>
Mon, 4 Jan 1999 01:36:55 +0000 (01:36 +0000)
committerAndreas Schwab <schwab@suse.de>
Mon, 4 Jan 1999 01:36:55 +0000 (01:36 +0000)
to avoid accessing global data in the usual case.

sysdeps/m68k/dl-machine.h

index 067c2fb..f2fe553 100644 (file)
@@ -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;