Commit aaf625e5 by Richard Stallman

*** empty log message ***

From-SVN: r677
parent 09835ed2
......@@ -514,6 +514,11 @@ main (argc, argv)
clen = sizeof (STANDARD_BIN_PREFIX) - 1;
#endif
#ifdef STANDARD_EXEC_PREFIX
if (clen < sizeof (STANDARD_EXEC_PREFIX) - 1)
clen = sizeof (STANDARD_EXEC_PREFIX) - 1;
#endif
ld_file_name = xcalloc (len + sizeof ("real-ld"), 1);
nm_file_name = xcalloc (len + sizeof ("gnm"), 1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment