*** empty log message ***

From-SVN: r677
This commit is contained in:
Richard Stallman 1992-04-04 06:49:57 +00:00
parent 09835ed242
commit aaf625e5fa

View File

@ -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);