aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gdb/bfd/elfcode.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/gdb/bfd/elfcode.h')
-rw-r--r--gnu/usr.bin/gdb/bfd/elfcode.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/gdb/bfd/elfcode.h b/gnu/usr.bin/gdb/bfd/elfcode.h
index 5d9ffd10d279..ab38ab98ed39 100644
--- a/gnu/usr.bin/gdb/bfd/elfcode.h
+++ b/gnu/usr.bin/gdb/bfd/elfcode.h
@@ -1997,7 +1997,7 @@ assign_file_positions_except_relocs (abfd, dosyms)
hdr->sh_offset = -1;
continue;
}
-
+
off = assign_file_position_for_section (hdr, off, true);
}
}
@@ -4143,7 +4143,7 @@ elf_link_add_object_symbols (abfd, info)
strindex = bfd_add_to_strtab (abfd,
elf_hash_table (info)->dynstr,
name);
-
+
if (strindex == (unsigned long) -1)
goto error_return;
if (! elf_add_dynamic_entry (info, DT_NEEDED, strindex))
@@ -5330,7 +5330,7 @@ elf_bfd_final_link (abfd, info)
{
if (*rel_hash == NULL)
continue;
-
+
BFD_ASSERT ((*rel_hash)->indx >= 0);
if (rel_hdr->sh_entsize == sizeof (Elf_External_Rel))