OSDN Git Service

* toplev.c (print_version): New function.
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 17 May 1996 16:36:13 +0000 (16:36 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 17 May 1996 16:36:13 +0000 (16:36 +0000)
commite87e2aa911d204870a644d9c5b38d405eabdabc0
tree27f25e833c0fabdb3ef9feeac9b6914b1d229ff2
parent4f96aab56952f089f801b6e021ce4f8642d119ee
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12006 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/toplev.c