summaryrefslogtreecommitdiff
path: root/gcc/common.opt
diff options
context:
space:
mode:
authorJames E Wilson <wilson@tuliptree.org>2017-10-29 16:01:36 -0700
committerJim Wilson <wilson@gcc.gnu.org>2017-10-29 16:01:36 -0700
commite7e95821dd55f683cdefe85a41bd983b5c25e769 (patch)
treea25e8f93995460f8f61b7d2809d36c30fc757a3c /gcc/common.opt
parent180295ed63192b951a6ed9dae07eefc7fd55a3d1 (diff)
downloadgcc-e7e95821dd55f683cdefe85a41bd983b5c25e769.tar.gz
Emit a no longer supported warning for gcoff* options.
gcc/ * common.opt (gcoff): Re-add as ignored option. (gcoff1, gcoff2, gcoff3): Likewise. From-SVN: r254207
Diffstat (limited to 'gcc/common.opt')
-rw-r--r--gcc/common.opt16
1 files changed, 16 insertions, 0 deletions
diff --git a/gcc/common.opt b/gcc/common.opt
index 5abd32286d9..f8f2ed3db8a 100644
--- a/gcc/common.opt
+++ b/gcc/common.opt
@@ -2872,6 +2872,22 @@ g
Common Driver RejectNegative JoinedOrMissing
Generate debug information in default format.
+gcoff
+Common Driver Ignore Warn(switch %qs no longer supported)
+Does nothing. Preserved for backward compatibility.
+
+gcoff1
+Common Driver Ignore Warn(switch %qs no longer supported)
+Does nothing. Preserved for backward compatibility.
+
+gcoff2
+Common Driver Ignore Warn(switch %qs no longer supported)
+Does nothing. Preserved for backward compatibility.
+
+gcoff3
+Common Driver Ignore Warn(switch %qs no longer supported)
+Does nothing. Preserved for backward compatibility.
+
gcolumn-info
Common Driver Var(debug_column_info,1) Init(1)
Record DW_AT_decl_column and DW_AT_call_column in DWARF.