diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-06-06 10:17:12 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-06-06 10:17:12 +0000 |
commit | d147058559303e1a8b473373ddde18648449b3cd (patch) | |
tree | 1c676d33315b7c63a188f16d2f3788213baba421 /gcc/ada/s-intman-vxworks.ads | |
parent | 661892d699ba1e514acdf68cc82c938de7627182 (diff) | |
download | gcc-d147058559303e1a8b473373ddde18648449b3cd.tar.gz |
2007-04-20 Jose Ruiz <ruiz@adacore.com>
* s-intman-vxworks.ads, s-intman-vxworks.adb (Abort_Task_Signal):
Rename to Abort_Task_Interrupt to be able to keep the same interface
as the rest of the targets.
* s-osinte-vxworks.ads s-osinte-vxworks.adb
(To_VxWorks_Priority): Remove explicit "in" mode indicator
* s-osinte-vxworks6.ads, s-vxwork-arm.ads, system-vxworks-arm.ads:
New files.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@125372 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/s-intman-vxworks.ads')
-rw-r--r-- | gcc/ada/s-intman-vxworks.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/s-intman-vxworks.ads b/gcc/ada/s-intman-vxworks.ads index 14ceb91a28e..3bddb5d0ee6 100644 --- a/gcc/ada/s-intman-vxworks.ads +++ b/gcc/ada/s-intman-vxworks.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2005 Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2007, Free Software Foundation, Inc. -- -- -- -- 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- -- @@ -83,7 +83,7 @@ package System.Interrupt_Management is -- and the initialization code will be portable. - Abort_Task_Signal : Signal_ID; + Abort_Task_Interrupt : Signal_ID; -- The signal that is used to implement task abort if an interrupt is used -- for that purpose. This is one of the reserved signals. |