toplev.c (print_version): New function.
authorDoug Evans <dje@gnu.org>
Fri, 17 May 1996 16:36:13 +0000 (16:36 +0000)
committerDoug Evans <dje@gnu.org>
Fri, 17 May 1996 16:36:13 +0000 (16:36 +0000)
commit3d5cdd4299c6b56d01f905c38044d7812de4c3c6
tree27f25e833c0fabdb3ef9feeac9b6914b1d229ff2
parent32b592fb5d4d1e9d4fa7a3696379913120ce8113
toplev.c (print_version): New function.

* toplev.c (print_version): New function.
(print_single_switch): New arguments pos, max, indent, sep, term.
(print_switch_values): New arguments pos, max, indent, sep, term.
Update call to print_single_switch.  Output options passed and
options enabled.
(MAX_LINE): New macro.
(flag_debug_asm): Define.
(compile_file): Output options to assembler file.
(main): Recognize -dA.  Call print_version.  Update call to
print_switch_values.
(line_position): Deleted.

From-SVN: r12006
gcc/toplev.c