diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-04-20 11:38:27 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-04-20 11:38:27 +0200 |
commit | 3568b271428985245f19c6bbea5e59f79f42544a (patch) | |
tree | eb7899588c7d92f99fa0ad64e72f96baad11fbfe /gcc/ada/a-calend.adb | |
parent | 16212e894ae04b6de4d10d6992c2eabe1d6866ac (diff) | |
download | gcc-3568b271428985245f19c6bbea5e59f79f42544a.zip gcc-3568b271428985245f19c6bbea5e59f79f42544a.tar.gz gcc-3568b271428985245f19c6bbea5e59f79f42544a.tar.bz2 |
[multiple changes]
2009-04-20 Thomas Quinot <quinot@adacore.com>
* g-socket.ads: Add new constants:
Loopback_Inet_Addr
Unspecified_Group_Inet_Addr
All_Hosts_Group_Inet_Addr
All_Routers_Group_Inet_Addr
* s-oscons-tmplt.c, g-sttsne-vxworks.adb (System.OS_Constants): Add
ERANGE (Result too large).
(GNAT.Sockets.Thin.Task_Safe_NetDB, VxWorks version): Add missing
propagation of errno to caller.
2009-04-20 Hristian Kirtchev <kirtchev@adacore.com>
* a-calend.adb, a-calend-vms.adb: Increase the number of leap seconds
to 24. Increment Leap_Seconds_Count and add an entry to aggregate
Leap_Second_Times.
2009-04-20 Vincent Celier <celier@adacore.com>
* mlib-prj.adb (Build_Library): Use the shared library linker, if one
has been declared (Library_GCC or Linker'Driver), for the driver name.
* prj-nmsc.adb (Process_Linker): If Library_GCC is not declared and
Linker'Driver is, use Linker'Driver as the shared library linker.
(Process_Project_Level_Simple_Attributes): Issue a warning if attribute
Library_GCC is declared.
(Check_Library_Attributes): Set up the shared linker driver: either
Library_GCC or Linker'Driver. Issue a warning if Library_GCC is
declared.
From-SVN: r146386
Diffstat (limited to 'gcc/ada/a-calend.adb')
-rw-r--r-- | gcc/ada/a-calend.adb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/ada/a-calend.adb b/gcc/ada/a-calend.adb index 9aa8852..4c340ee 100644 --- a/gcc/ada/a-calend.adb +++ b/gcc/ada/a-calend.adb @@ -139,7 +139,7 @@ package body Ada.Calendar is -- The above flag controls the usage of leap seconds in all Ada.Calendar -- routines. - Leap_Seconds_Count : constant Natural := 23; + Leap_Seconds_Count : constant Natural := 24; --------------------- -- Local Constants -- @@ -212,7 +212,8 @@ package body Ada.Calendar is -4859827181000000000, -4812566380000000000, -4765132779000000000, - -4544207978000000000); + -4544207978000000000, + -4449513577000000000); --------- -- "+" -- |