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]

Re: [PATCH 2/2] Remove all traces of Unixware.


> Date: Tue, 11 Dec 2012 11:37:11 +0000
> From: Pedro Alves <palves@redhat.com>
> CC: gdb-patches@sourceware.org
> 
> gdb/
> 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.
> 
> gdb/doc/
> 2012-12-11  Pedro Alves  <palves@redhat.com>
> 
> 	* gdb.texinfo: Remove all mentions of Unixware throughout.

The documentation part is obvious.  Thanks.


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