RISC-V: Delete zero-size .tdata.dyn section.
[deliverable/binutils-gdb.git] / bfd / elf-properties.c
index 0d98ef1eec629b0cb1346c2a47636d7e4291ae89..861db73170b8b0ef815025c9def67f503a9c93e1 100644 (file)
@@ -488,7 +488,7 @@ _bfd_elf_link_setup_gnu_properties (struct bfd_link_info *info)
     {
       bfd_size_type size;
       bfd_byte *contents;
-      unsigned int align_size = bed->s->elfclass == ELFCLASS64 ? 8 : 4;
+      unsigned int align_size = elfclass == ELFCLASS64 ? 8 : 4;
 
       sec = bfd_get_section_by_name (first_pbfd,
                                     NOTE_GNU_PROPERTY_SECTION_NAME);
This page took 0.022815 seconds and 4 git commands to generate.