diff options
Diffstat (limited to 'bfd/sparclinux.c')
-rw-r--r-- | bfd/sparclinux.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bfd/sparclinux.c b/bfd/sparclinux.c index d8659ee..6b534e3 100644 --- a/bfd/sparclinux.c +++ b/bfd/sparclinux.c @@ -313,9 +313,8 @@ linux_link_create_dynamic_sections (abfd, info) /* We choose to use the name ".linux-dynamic" for the fixup table. Why not? */ - s = bfd_make_section (abfd, ".linux-dynamic"); + s = bfd_make_section_with_flags (abfd, ".linux-dynamic", flags); if (s == NULL - || ! bfd_set_section_flags (abfd, s, flags) || ! bfd_set_section_alignment (abfd, s, 2)) return FALSE; s->size = 0; |