aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index cfbd0a3..0d90883 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,18 @@
+2012-12-11 Pedro Alves <palves@redhat.com>
+
+ * configure.ac (detect type of /proc): Remove Unixware handling.
+ * configure: Regenerate.
+ * proc-api.c (ioctl_table) [PIOCLSTATUS]: Don't mention Unixware.
+ (ioctl_table) [PCRESET]: Remove entry.
+ * proc-events.c (SYS_lwp_create, SYS_lwp_exit, SYS_lwp_wait)
+ (SYS_lwp_self, SYS_lwp_info, SYS_lwp_private, SYS_lwp_kill)
+ (SYS_lwp_suspend, SYS_lwp_continue): Don't define.
+ * proc-why.c (pr_why_table) [PR_SUSPENDED]: Don't mention Unixware.
+ * procfs.c: Remove all UNIXWARE guarded code, and all traces of
+ Unixware in comments throughout.
+ * i386-tdep.c (i386_svr4_sigtramp_p): Don't match _sigacthandler,
+ and remove mention of Unixware.
+
2012-12-10 Doug Evans <dje@google.com>
* dwarf2read.c (dwarf2_cu): Enhance comment.