[gcc(refs/users/marxin/heads/stabs-removal)] Make the option removed.
Martin Liska
marxin@gcc.gnu.org
Thu Aug 25 07:33:35 GMT 2022
https://gcc.gnu.org/g:909cc601a4467afeaa0834471096d28f012235fe
commit 909cc601a4467afeaa0834471096d28f012235fe
Author: Martin Liska <mliska@suse.cz>
Date: Thu Aug 25 09:31:29 2022 +0200
Make the option removed.
Diff:
---
gcc/common.opt | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/gcc/common.opt b/gcc/common.opt
index 75d867c9a01..06ef768ab78 100644
--- a/gcc/common.opt
+++ b/gcc/common.opt
@@ -3364,6 +3364,14 @@ gsplit-dwarf
Common Driver Var(dwarf_split_debug_info) Init(0)
Generate debug information in separate .dwo files.
+gstabs
+Common Driver WarnRemoved
+Does nothing. Preserved for backward compatibility.
+
+gstabs+
+Common Driver WarnRemoved
+Does nothing. Preserved for backward compatibility.
+
gstatement-frontiers
Common Driver Var(debug_nonbind_markers_p) PerFunction
Emit progressive recommended breakpoint locations.
@@ -3391,6 +3399,14 @@ gvms
Common Driver JoinedOrMissing
Generate debug information in VMS format.
+gxcoff
+Common Driver WarnRemoved
+Does nothing. Preserved for backward compatibility.
+
+gxcoff+
+Common Driver JoinedOrMissing WarnRemoved
+Does nothing. Preserved for backward compatibility.
+
Enum
Name(compressed_debug_sections) Type(int)
More information about the Gcc-cvs
mailing list