aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2015-12-10 11:43:19 +0000
committerPedro Alves <palves@redhat.com>2015-12-10 16:51:01 +0000
commitb1236ac35aaad56d76a5670a5a22cc2be124a736 (patch)
treecf484d3e0b36bab55cbeb71893223071b32f2786 /gdb/doc/ChangeLog
parent36d6fc0a3cbda55b9eb07a351c1312e369d4743f (diff)
downloadgdb-b1236ac35aaad56d76a5670a5a22cc2be124a736.zip
gdb-b1236ac35aaad56d76a5670a5a22cc2be124a736.tar.gz
gdb-b1236ac35aaad56d76a5670a5a22cc2be124a736.tar.bz2
[gdb/doc] Remove references to no-longer-supported systems
HP-UX and SGI/IRIX are no longer supported. Remove references throughout. AFAICS from the sources, "catch fork" seems to be supported in multiple Unix systems -- just remove the "only works on xxx" remarks. Update the list of supported shared library types. gdb/doc/ChangeLog: * gdb.texinfo (Threads): Remove mention of SGI. (Forks): Remove mention of HP-UX. (Breakpoints): Remove mention of HP-UX. (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX. Reword in terms of architectures. (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't mention supported systems. (Convenience Vars): Don't mention HP-UX. (Jumping): Remove mention of HP-UX in comment. (Files) <shared libraries>: Update supported shared library types list. Remove mention of HP-UX. (Native): Remove HP-UX subsection. (SVR4 Process Information): Remove mention of HP-UX.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r--gdb/doc/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index ffaf068..59f1eff 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,5 +1,21 @@
2015-12-10 Pedro Alves <palves@redhat.com>
+ * gdb.texinfo (Threads): Remove mention of SGI.
+ (Forks): Remove mention of HP-UX.
+ (Breakpoints): Remove mention of HP-UX.
+ (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
+ Reword in terms of architectures.
+ (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
+ mention supported systems.
+ (Convenience Vars): Don't mention HP-UX.
+ (Jumping): Remove mention of HP-UX in comment.
+ (Files) <shared libraries>: Update supported shared library types
+ list. Remove mention of HP-UX.
+ (Native): Remove HP-UX subsection.
+ (SVR4 Process Information): Remove mention of HP-UX.
+
+2015-12-10 Pedro Alves <palves@redhat.com>
+
* gdb.texinfo (Stack): Reorder menu.
2015-12-09 Luis Machado <lgustavo@codesourcery.com>