Commit e7e95821 by James E Wilson Committed by Jim Wilson

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
parent 180295ed
2017-10-29 Jim Wilson <wilson@tuliptree.org> 2017-10-29 Jim Wilson <wilson@tuliptree.org>
* common.opt (gcoff): Re-add as ignored option.
(gcoff1, gcoff2, gcoff3): Likewise.
* Makefile.in (OBJS): Delete sdbout.o. * Makefile.in (OBJS): Delete sdbout.o.
(GTFILES): Delete $(srcdir)/sdbout.c. (GTFILES): Delete $(srcdir)/sdbout.c.
* debug.h: Delete sdb_debug_hooks. * debug.h: Delete sdb_debug_hooks.
...@@ -2872,6 +2872,22 @@ g ...@@ -2872,6 +2872,22 @@ g
Common Driver RejectNegative JoinedOrMissing Common Driver RejectNegative JoinedOrMissing
Generate debug information in default format. 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 gcolumn-info
Common Driver Var(debug_column_info,1) Init(1) Common Driver Var(debug_column_info,1) Init(1)
Record DW_AT_decl_column and DW_AT_call_column in DWARF. Record DW_AT_decl_column and DW_AT_call_column in DWARF.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment