diff mbox series

[wwwdocs] sdb removal release note patch

Message ID 1510006027.4755.4.camel@tuliptree.org
State New
Headers show
Series [wwwdocs] sdb removal release note patch | expand

Commit Message

Jim Wilson Nov. 6, 2017, 10:07 p.m. UTC
The sdb/coff debug info format removal should be mentioned in the
release notes.  Here is a patch to do that.

Verified as XHTML 1.0 transitional.  My new employer disclaimer is on
file at the FSF as of today, and I have personal assignments, so I'm
good to contribute again.

OK?

Jim

Comments

Jim Wilson Nov. 13, 2017, 6:47 p.m. UTC | #1
On Mon, 2017-11-06 at 14:07 -0800, Jim Wilson wrote:
> The sdb/coff debug info format removal should be mentioned in the
> release notes.  Here is a patch to do that.

I didn't get an comments on this, so I went ahead and checked it in.

Jim
diff mbox series

Patch

Index: htdocs/gcc-8/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-8/changes.html,v
retrieving revision 1.17
diff -p -r1.17 changes.html
*** htdocs/gcc-8/changes.html	30 Oct 2017 02:24:13 -0000	1.17
--- htdocs/gcc-8/changes.html	6 Nov 2017 21:59:16 -0000
*************** a work-in-progress.</h2>
*** 27,33 ****
  <!-- .................................................................. -->
  <h2>Caveats</h2>
  <ul>
!   <li></li>
  </ul>
  
  
--- 27,35 ----
  <!-- .................................................................. -->
  <h2>Caveats</h2>
  <ul>
!   <li>Support for the obsolete SDB/coff debug info format has been
!       <strong>removed</strong>.  The option <code>-gcoff</code> no longer
!       does anything.</li>
  </ul>