ld: Support ELF GNU program properties
[deliverable/binutils-gdb.git] / ld / emultempl / elf32.em
index d4837d0415ac247bc239a281a81f2d6e789cd763..007e48d6a85897b0167c84a580f820dc006f67c1 100644 (file)
@@ -1258,6 +1258,8 @@ gld${EMULATION_NAME}_after_open (void)
        }
     }
 
+  get_elf_backend_data (link_info.output_bfd)->setup_gnu_properties (&link_info);
+
   if (bfd_link_relocatable (&link_info))
     {
       if (link_info.execstack == ! link_info.noexecstack)
This page took 0.023962 seconds and 4 git commands to generate.