From 50fa76135f8430273372a03baa627cbdf607b241 Mon Sep 17 00:00:00 2001 From: charlet Date: Thu, 16 Apr 2009 08:33:28 +0000 Subject: 2009-04-16 Olivier Hainque * gnat_ugn.texi (gnatmem description): Make it explicit that gnatmem is designed to work in association with static runtime library only. 2009-04-16 Thomas Quinot * sem_type.adb: Minor reformatting 2009-04-16 Hristian Kirtchev * s-osprim-darwin.adb, s-osprim-posix.adb (Clock): Add comment concerning return codes of gettimeofday and return value check. 2009-04-16 Ed Falis * s-vxwext-kernel.ads (Int_Lock, Int_Unlock): set to convention C so body can be renaming of imported routines. 2009-04-16 Vasiliy Fofanov * s-asthan-vms-alpha.adb: Disable warnings on alignment in a more targeted fashion. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@146149 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ada/s-vxwext-kernel.ads | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/ada/s-vxwext-kernel.ads') diff --git a/gcc/ada/s-vxwext-kernel.ads b/gcc/ada/s-vxwext-kernel.ads index b0008e8e3e7..423acab2ba9 100644 --- a/gcc/ada/s-vxwext-kernel.ads +++ b/gcc/ada/s-vxwext-kernel.ads @@ -45,10 +45,10 @@ package System.VxWorks.Ext is type Interrupt_Vector is new System.Address; function Int_Lock return int; - pragma Inline (Int_Lock); + pragma Convention (C, Int_Lock); function Int_Unlock return int; - pragma Inline (Int_Unlock); + pragma Convention (C, Int_Unlock); function Interrupt_Connect (Vector : Interrupt_Vector; -- cgit v1.2.1