Commit e4175312 by Mark Elbrecht Committed by Jeff Law

* gcc.c (process_command): Dump link_command_spec too.

From-SVN: r25830
parent 17d1971d
Wed Mar 17 22:46:13 1999 Mark Elbrecht <snowball3@usa.net.
* gcc.c (process_command): Dump link_command_spec too.
Wed Mar 17 20:38:08 1999 Jerry Quinn <jquinn@nortelnetworks.com>
Jeff Law <law@cygnus.com>
......@@ -4043,7 +4047,7 @@ Wed Jan 6 09:44:51 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* toplev.h: In addition to checking _JBLEN, also check if `setjmp'
is a macro when deciding if we can use `jmp_buf' in prototypes.
Wed Jan 6 03:18:53 1999 Mark Elbrecht <snowball3@usa.net.
Wed Jan 6 03:18:53 1999 Mark Elbrecht <snowball3@usa.net>
* configure.in (pc-msdosdjgpp): Set x_make to x-go32.
* configure: Rebuilt.
......
......@@ -2736,6 +2736,8 @@ process_command (argc, argv)
init_spec ();
for (sl = specs; sl; sl = sl->next)
printf ("*%s:\n%s\n\n", sl->name, *(sl->ptr_spec));
if (link_command_spec)
printf ("*link_command:\n%s\n\n", link_command_spec);
exit (0);
}
else if (! strcmp (argv[i], "-dumpversion"))
......
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