Add -gcodeview option
commit2f7e7bfa3c6327793cdcdcb5c770b93cecd49bd0
authorMark Harmstone <mark@harmstone.com>
Tue, 18 Apr 2023 19:55:35 +0000 (18 13:55 -0600)
committerJeff Law <jlaw@ventanamicro>
Tue, 18 Apr 2023 19:55:35 +0000 (18 13:55 -0600)
treed284f95511c8a1e46f5f129a0e42b4771c45f118
parent6c11d30799ff3160729315d07c3df641c3ca9870
Add -gcodeview option

gcc/
* common.opt (gcodeview): Add new option.
* gcc.cc (driver_handle_option); Handle OPT_gcodeview.
* opts.cc (command_handle_option): Similarly.
* doc/invoke.texi: Add documentation for -gcodeview.
gcc/common.opt
gcc/doc/invoke.texi
gcc/gcc.cc
gcc/opts.cc