+2018-08-19 Simon Marchi <simon.marchi@polymtl.ca>
+
+ * solib-svr4.c (svr4_exec_displacement): Fix formatting.
+
2018-08-19 Michael Spang <spang@google.com>
PR gdb/11786
CentOS-5 has problems with filesz, memsz as well.
Strip also modifies memsz of PT_TLS.
See PR 11786. */
- if (phdr2[i].p_type == PT_GNU_RELRO ||
- phdr2[i].p_type == PT_TLS)
+ if (phdr2[i].p_type == PT_GNU_RELRO
+ || phdr2[i].p_type == PT_TLS)
{
Elf32_External_Phdr tmp_phdr = *phdrp;
Elf32_External_Phdr tmp_phdr2 = *phdr2p;
CentOS-5 has problems with filesz, memsz as well.
Strip also modifies memsz of PT_TLS.
See PR 11786. */
- if (phdr2[i].p_type == PT_GNU_RELRO ||
- phdr2[i].p_type == PT_TLS)
+ if (phdr2[i].p_type == PT_GNU_RELRO
+ || phdr2[i].p_type == PT_TLS)
{
Elf64_External_Phdr tmp_phdr = *phdrp;
Elf64_External_Phdr tmp_phdr2 = *phdr2p;