Do not require any exception support library. Check results against NRV.
[deliverable/binutils-gdb.git] / ld / mpw-eppcmac.c
index 204a6eb3b8c27bb1f220fd9df66b8f3303b74448..0cd70fb2abee6762b5de93439755e2fa09b9cd7b 100644 (file)
@@ -843,7 +843,7 @@ gldppcmacos_read_file (filename, import)
          n = ((struct export_symbol_list *)
               xmalloc (sizeof (struct export_symbol_list)));
          n->next = export_symbols;
-         n->name = buystring (symname);
+         n->name = xstrdup (symname);
          n->syscall = syscall;
          export_symbols = n;
        }
This page took 0.022839 seconds and 4 git commands to generate.