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

From-SVN: r25830
This commit is contained in:
Mark Elbrecht 1999-03-17 21:51:18 +00:00 committed by Jeff Law
parent 17d1971d8c
commit e41753123b
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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.

View File

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