This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] NEWS: Clarify removed targets


Hi,

I'd like to make it a bit clearer which targets are being removed.

OK?

-------
From: Pedro Alves <palves@redhat.com>
Date: 2014-10-17 15:29:25 +0100

NEWS: Clarify removed targets

gdb/
2014-10-17  Pedro Alves  <palves@redhat.com>

	* NEWS (Removed targets): Add OS/arch column.
---

 gdb/NEWS |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gdb/NEWS b/gdb/NEWS
index 5a22926..e48085c 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -49,9 +49,9 @@ queue-signal signal-name-or-number
 
 Support for these obsolete configurations has been removed.
 
-alpha*-*-osf*
-mips-sgi-irix5*
-mips-sgi-irix6*
+Alpha running OSF/1 (or Tru64)		alpha*-*-osf*
+SGI Irix-5.x				mips-*-irix5*
+SGI Irix-6.x				mips-*-irix6*
 
 *** Changes in GDB 7.8
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]