diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-03-26 07:53:37 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-03-26 07:53:37 +0000 |
commit | 10f9d4c155aabef6b08c49e252153fc2afe215e8 (patch) | |
tree | 0bd1bbfdef4f3ae7ee45197d12e28f3908b00b73 /gcc/ada/s-vxwork-arm.ads | |
parent | 47d6e23ccebdb14f013ed5c1b6807f4a65bfd273 (diff) | |
download | gcc-10f9d4c155aabef6b08c49e252153fc2afe215e8.tar.gz |
* s-proinf-irix-athread.ads, s-vxwork-mips.ads,
s-traces.ads, s-vxwork-arm.ads, s-vxwork-ppc.ads, s-vxwork-sparcv9.ads,
s-tasinf-mingw.ads, s-tasinf-linux.ads, s-tasdeb.ads, mlib-tgt.ads,
i-cstrin.ads, uintp.adb, g-catiio.adb, s-vmexta.ads,
s-trafor-default.ads, s-vxwork-m68k.ads: Minor reformatting. Update
comments.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@133590 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/s-vxwork-arm.ads')
-rw-r--r-- | gcc/ada/s-vxwork-arm.ads | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ada/s-vxwork-arm.ads b/gcc/ada/s-vxwork-arm.ads index 008e04cf9b1..b3908d952d3 100644 --- a/gcc/ada/s-vxwork-arm.ads +++ b/gcc/ada/s-vxwork-arm.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1998-2005 Free Software Foundation, Inc. -- +-- Copyright (C) 1998-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- -- @@ -31,14 +31,14 @@ -- -- ------------------------------------------------------------------------------ --- This is the ARM VxWorks version of this package. +-- This is the ARM VxWorks version of this package package System.VxWorks is pragma Preelaborate (System.VxWorks); -- Floating point context record. ARM version - -- The record definition below matches what arch/arm/fppArmLib.h says. + -- The record definition below matches what arch/arm/fppArmLib.h says type FP_CONTEXT is record Dummy : Integer; @@ -48,6 +48,6 @@ package System.VxWorks is pragma Convention (C, FP_CONTEXT); Num_HW_Interrupts : constant := 256; - -- Number of entries in hardware interrupt vector table. + -- Number of entries in hardware interrupt vector table end System.VxWorks; |