From: James E Wilson Date: Sun, 29 Oct 2017 23:01:36 +0000 (-0700) Subject: Emit a no longer supported warning for gcoff* options. X-Git-Tag: upstream/12.2.0~35995 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e7e95821dd55f683cdefe85a41bd983b5c25e769;p=platform%2Fupstream%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0af15fc..802e759 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,8 @@ 2017-10-29 Jim Wilson + * common.opt (gcoff): Re-add as ignored option. + (gcoff1, gcoff2, gcoff3): Likewise. + * Makefile.in (OBJS): Delete sdbout.o. (GTFILES): Delete $(srcdir)/sdbout.c. * debug.h: Delete sdb_debug_hooks. diff --git a/gcc/common.opt b/gcc/common.opt index 5abd322..f8f2ed3 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.