r208079 - in /trunk/gcc/ada: ChangeLog Makefile...
charlet@gcc.gnu.org
charlet@gcc.gnu.org
Mon Feb 24 16:54:00 GMT 2014
Author: charlet
Date: Mon Feb 24 16:54:41 2014
New Revision: 208079
URL: http://gcc.gnu.org/viewcvs?rev=208079&root=gcc&view=rev
Log:
2014-02-24 Thomas Quinot <quinot@adacore.com>
* s-fileio.adb (Errno_Message): Remove, use shared version from
s-os_lib instead.
* s-crtrun.ads, Makefile.rtl: Remove now unused unit.
* g-stseme (Socket_Error_Message): Reimplement in terms of new
s-os_lib function.
* g-socthi.ads, g-socthi.adb: Change profile of
Socket_Error_Message to return String to allow the above.
* g-socket.adb, g-socthi-mingw.adb, g-socthi-mingw.ads,
* g-socthi-vms.adb, g-socthi-vms.ads, g-socthi-vxworks.adb,
* g-socthi-vxworks.ads: Update to account for the above profile
change.
* a-tags.adb: Use strlen builtin binding provided by s-crtl.
* s-crtl.ads (strncpy): New procedure.
* s-os_lib.adb (Copy_Attributes): Import just once (strncpy):
Use import from s-crtl.
* a-envvar.adb, osint.adb: Use imports of C runtime functions
from s-crtl instead of re-importing locally.
Removed:
trunk/gcc/ada/s-crtrun.ads
Modified:
trunk/gcc/ada/ChangeLog
trunk/gcc/ada/Makefile.rtl
trunk/gcc/ada/a-envvar.adb
trunk/gcc/ada/a-tags.adb
trunk/gcc/ada/g-socket.adb
trunk/gcc/ada/g-socthi-dummy.adb
trunk/gcc/ada/g-socthi-dummy.ads
trunk/gcc/ada/g-socthi-mingw.adb
trunk/gcc/ada/g-socthi-mingw.ads
trunk/gcc/ada/g-socthi-vms.adb
trunk/gcc/ada/g-socthi-vms.ads
trunk/gcc/ada/g-socthi-vxworks.adb
trunk/gcc/ada/g-socthi-vxworks.ads
trunk/gcc/ada/g-socthi.adb
trunk/gcc/ada/g-socthi.ads
trunk/gcc/ada/g-stseme.adb
trunk/gcc/ada/s-crtl.ads
trunk/gcc/ada/s-fileio.adb
trunk/gcc/ada/s-os_lib.adb
More information about the Gcc-cvs
mailing list