MIN is used, but param.h may not be included, so expand its single use
inline.
* sysdeps/mips/dl-machine.h (elf_machine_reloc): Expand MIN.
+2017-11-30 H.J. Lu <hongjiu.lu@intel.com>
+
+ * sysdeps/mips/dl-machine.h (elf_machine_reloc): Expand MIN.
+
2017-11-30 Joseph Myers <joseph@codesourcery.com>
* sysdeps/m68k/coldfire/fpu/s_fabsf.c: Include
RTLD_PROGNAME, strtab + refsym->st_name);
}
memcpy (reloc_addr, (void *) value,
- MIN (sym->st_size, refsym->st_size));
+ sym->st_size < refsym->st_size
+ ? sym->st_size : refsym->st_size);
break;
}