OSDN Git Service

gcc/ada/
authorsam <sam@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 Nov 2007 14:49:46 +0000 (14:49 +0000)
committersam <sam@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 Nov 2007 14:49:46 +0000 (14:49 +0000)
commit52d407a9962af08a86b1107f4ac8c44ac9e6d315
tree7165cf5e6d5b9b91519feb9606f0ccefa5aebbc1
parentf25bd2041aed263723f80153ea4037b0ee7c5bb7
gcc/ada/
* a-tasatt.adb: Use 'Access instead of 'Unchecked_Access when
applicable. Local lifetime is the one of the package.
(Set_Value): W is allocated on the heap.

* g-socket.adb: Use 'Access instead of 'Unchecked_Access when
applicable.
(Get_Socket_Option): Optlen formal of C_Getsockopt is of an anonymous
access type.
(Receive_Socket): Fromlen formal of C_Recvfrom is of an anonymous
access type.

* s-taasde.adb: Use 'Access instead of 'Unchecked_Access when
applicable.
(elaboration code): Timer_Queue lifetime is the one of the
package.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@129963 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ada/ChangeLog
gcc/ada/a-tasatt.adb
gcc/ada/g-socket.adb
gcc/ada/s-taasde.adb