]> git.ipfire.org Git - thirdparty/gcc.git/commit
[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Mon, 9 Jul 2012 13:04:59 +0000 (15:04 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Mon, 9 Jul 2012 13:04:59 +0000 (15:04 +0200)
commita6f0cb16c658263c398773c27387adc6b10b236c
treefb77b7b5b44c1f6a19636abaad55d26ba365a9ef
parent02663f24a578d0ada1aa44220f545b4e0fe09c29
[multiple changes]

2012-07-09  Tristan Gingold  <gingold@adacore.com>

* a-exexpr-gcc.adb (CleanupUnwind_Handler): Now imported from
raise-gcc.c
* raise-gcc.c (__gnat_cleanupunwind_handler): Defined.
Strictly follow the ABI convention on ia64.

2012-07-09  Gary Dismukes  <dismukes@adacore.com>

* a-ststio.ads: Add pragma Preelaborate, per AI05-0283.
* i-cstrea.ads (max_path_len): Change from variable to deferred
constant to allow it to be used as a bound in string component
in type System.File_IO.Temp_File_Record.
* s-os_lib.ads, s-commun.ads, s-ficobl.ads, s-fileio.ads: Add pragma
Preelaborate.
* s-fileio.adb (Get_Case_Sensitive): Move function inside
procedure Open.
(File_Names_Case_Sensitive): Move variable inside
procedure Open, to avoid violation of Preelaborate restriction
(due to call to Get_Case_Sensitive).

2012-07-09  Ed Schonberg  <schonberg@adacore.com>

* layout.adb (Set_Elem_Alignment): Protect against meaningless
size clause, to prevent overflow in internal computation of
alignment.

From-SVN: r189375
gcc/ada/ChangeLog
gcc/ada/a-exexpr-gcc.adb
gcc/ada/a-ststio.ads
gcc/ada/i-cstrea.ads
gcc/ada/layout.adb
gcc/ada/raise-gcc.c
gcc/ada/s-commun.ads
gcc/ada/s-ficobl.ads
gcc/ada/s-fileio.adb
gcc/ada/s-fileio.ads
gcc/ada/s-os_lib.ads