From 0f4db1a1596363685d1d8b466479d75203a286b9 Mon Sep 17 00:00:00 2001 From: Michael Snyder Date: Thu, 23 Mar 2000 21:44:50 +0000 Subject: 2000-03-23 Michael Snyder * sol-thread.c (ps_pglobal_lookup): Change argument type from paddr_t to psaddr_t. This mistake appears to date from an erroneous man page in Solaris 2.5 -- the correct type from the system headers has always been psaddr_t. (ps_pdread, ps_pdwrite, ps_ptread, ps_ptwrite): ditto. (rw_common): ditto. --- gdb/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'gdb/ChangeLog') diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 64da13b..132e12b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +2000-03-23 Michael Snyder + + * sol-thread.c (ps_pglobal_lookup): Change argument type from + paddr_t to psaddr_t. This mistake appears to date from an + erroneous man page in Solaris 2.5 -- the correct type from the + system headers has always been psaddr_t. + (ps_pdread, ps_pdwrite, ps_ptread, ps_ptwrite): ditto. + (rw_common): ditto. + 2000-03-22 Kevin Buettner * ia64-linux-nat.c: Fix copyright. -- cgit v1.1