re PR ada/13470 (64bits Ada bootstrap failure:xnmake etc. crash generating nmake...
authorRobert Dewar <dewar@adacore.com>
Tue, 15 Mar 2005 15:53:10 +0000 (16:53 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 15 Mar 2005 15:53:10 +0000 (16:53 +0100)
commit2f388d2db6113fc8113d983c7370b7c45b1024ab
tree5ce32e503ea5e4af6010553a51d8e39be3fbf801
parent798a90555d7d72881c3d81d773328dc4156b4e6e
re PR ada/13470 (64bits Ada bootstrap failure:xnmake etc. crash generating nmake.adb etc.)

2005-03-08  Robert Dewar  <dewar@adacore.com>

PR ada/13470

* a-stunau.ads, a-stunau.adb:
Change interface to allow efficient (and correct) implementation
The previous changes to allow extra space in unbounded strings had
left this interface a bit broken.

* a-suteio.adb: Avoid unnecessary use of Get/Set_String

* g-spipat.ads, g-spipat.adb: New interface for Get_String
Minor reformatting (function specs)

* g-spitbo.adb: New interface for Get_String

* g-spitbo.ads: Minor reformatting

* a-swunau.ads, a-swunau.adb: New interface for Get_Wide_String

* a-szunau.ads, a-szunau.adb: New interface for Get_Wide_Wide_String

From-SVN: r96488
gcc/ada/a-stunau.adb
gcc/ada/a-stunau.ads
gcc/ada/a-swunau.adb
gcc/ada/a-swunau.ads
gcc/ada/a-szunau.adb
gcc/ada/a-szunau.ads
gcc/ada/g-spipat.adb
gcc/ada/g-spipat.ads
gcc/ada/g-spitbo.adb
gcc/ada/g-spitbo.ads