Re: [PATCH 06/13] remove sdb and -gcoff from non-target files

2017-10-29 Thread Jim Wilson
On Fri, 2017-10-27 at 10:45 +0200, Richard Biener wrote: > Does > > gcoff > Common Driver JoinedOrMissing Ignore Warn(switch %qs no longer > supported) > Does nothing.  Preserved for backward compatibility. > > gcoff1 > Common Driver Alias(gcoff) > > gcoff2 > Common Driver Alias(gcoff) > > gcof

Re: [PATCH 06/13] remove sdb and -gcoff from non-target files

2017-10-27 Thread Richard Biener
On Fri, Oct 27, 2017 at 12:12 AM, Jim Wilson wrote: > On Thu, 2017-10-26 at 11:38 +0200, Richard Biener wrote: >> You can eventually keep the option, marking it as Ignore (like we do >> for options we remove but "keep" for backward compatibility). The >> diagnostic (as warning, given the option w

Re: [PATCH 06/13] remove sdb and -gcoff from non-target files

2017-10-26 Thread Jim Wilson
On Thu, 2017-10-26 at 11:38 +0200, Richard Biener wrote: > You can eventually keep the option, marking it as Ignore (like we do > for options we remove but "keep" for backward compatibility).  The > diagnostic (as warning, given the option will be just ignored) could > be emited from option process

Re: [PATCH 06/13] remove sdb and -gcoff from non-target files

2017-10-26 Thread Richard Biener
On Wed, Oct 25, 2017 at 11:45 PM, Jim Wilson wrote: > This removes the -gcoff option, and various sdb related references in > non-target files. I also poison SDB_DEBUGGING_INFO and SDB_DEBUG. I > didn't see any point in poisoning the other SDB_* macros, as no one has > used any of them in a very

[PATCH 06/13] remove sdb and -gcoff from non-target files

2017-10-25 Thread Jim Wilson
This removes the -gcoff option, and various sdb related references in non-target files.  I also poison SDB_DEBUGGING_INFO and SDB_DEBUG.  I didn't see any point in poisoning the other SDB_* macros, as no one has used any of them in a very long time. I noticed one odd thing from removing -gcoff, us