diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-09-22 06:36:41 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-09-22 06:36:41 +0000 |
commit | a104c7cd67143f074744293930f470496c1214af (patch) | |
tree | c6973dc442cacbc16a8f419b3c62f384997ca0da /gcc/ada/s-osinte-rtems.adb | |
parent | aea72cce7e400a42c105d192fdff0a01d9634d43 (diff) | |
download | gcc-a104c7cd67143f074744293930f470496c1214af.tar.gz |
2009-09-22 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk rev 151961
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@151965 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/s-osinte-rtems.adb')
-rw-r--r-- | gcc/ada/s-osinte-rtems.adb | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/gcc/ada/s-osinte-rtems.adb b/gcc/ada/s-osinte-rtems.adb index 1e4efbc351d..ab98de558fd 100644 --- a/gcc/ada/s-osinte-rtems.adb +++ b/gcc/ada/s-osinte-rtems.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 1991-2008 Florida State University -- +-- Copyright (C) 1991-2009 Florida State University -- -- -- -- GNARL is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -125,16 +125,6 @@ package body System.OS_Interface is return Null_Address; end Get_Stack_Base; - function Get_Page_Size return size_t is - begin - return 0; - end Get_Page_Size; - - function Get_Page_Size return Address is - begin - return 0; - end Get_Page_Size; - function sigaltstack (ss : not null access stack_t; oss : access stack_t) return int is |