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]

[OB/COMMIT PATCH] NEWS: Mention x86_64/Cygwin as new native configuration too.


x86_64/Cygwin is only mentioned as a new target, but we gained support
for building a native x86_64/Cygwin debugger too.

gdb/
2013-04-03  Pedro Alves  <palves@redhat.com>

	* NEWS: Mention x86_64/Cygwin as new native configuration.
---
 gdb/NEWS |    1 +
 1 file changed, 1 insertion(+)

diff --git a/gdb/NEWS b/gdb/NEWS
index 335add6..84d6e11 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -60,6 +60,7 @@ record function-call-history    prints the execution history at
 
 ARM AArch64 GNU/Linux		aarch64*-*-linux-gnu
 FreeBSD/powerpc			powerpc*-*-freebsd
+x86_64/Cygwin			x86_64-*-cygwin*
 Tilera TILE-Gx GNU/Linux	tilegx*-*-linux-gnu
 
 * New targets


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