aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/ChangeLog7
-rw-r--r--gdb/NEWS5
2 files changed, 11 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 65a0051..043b783 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,4 +1,9 @@
-2014-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
+2015-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
+ Pedro Alves <palves@redhat.com>
+
+ * NEWS: New Removed targets and native configurations.
+
+2015-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
Remove HPUX.
* Makefile.in (ALL_64_TARGET_OBS): Remove ia64-hpux-tdep.o.
diff --git a/gdb/NEWS b/gdb/NEWS
index f08f972..bda4a35 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -87,6 +87,11 @@ vFile:fstat:
* GDB now supports access to vector registers on S/390 GNU/Linux
targets.
+* Removed targets and native configurations
+
+HP/PA running HP-UX hppa*-*-hpux*
+Itanium running HP-UX ia64-*-hpux*
+
*** Changes in GDB 7.9
* GDB now supports hardware watchpoints on x86 GNU Hurd.