* ld.texinfo (Expression Section): Describe treatment of numbers
[deliverable/binutils-gdb.git] / ld / emultempl / genelf.em
index 62af4de8f80c40b74aaedfc330c6b8a2e4622b78..ce416eb66557517c825cdaeb4227a016dd07f451 100644 (file)
@@ -35,6 +35,8 @@ gld${EMULATION_NAME}_after_open (void)
   asection *sec;
   asymbol **syms;
 
+  after_open_default ();
+
   if (link_info.relocatable)
     for (ibfd = link_info.input_bfds; ibfd != NULL; ibfd = ibfd->link_next)
       if ((syms = bfd_get_outsymbols (ibfd)) != NULL
This page took 0.023761 seconds and 4 git commands to generate.