diff options
author | Pierre-Marie de Rodat <derodat@adacore.com> | 2020-11-24 01:29:50 -0500 |
---|---|---|
committer | Pierre-Marie de Rodat <derodat@adacore.com> | 2020-11-30 09:16:22 -0500 |
commit | 69bde2d1e0fd0de3348017a5cbf7b5ac2ec5857a (patch) | |
tree | d5bdc17c04e1ea4d9e64e4efa7490d3cada9a22a /gcc | |
parent | e76a8cacb47ce3c2d487a2f5818a30e655d9c894 (diff) | |
download | gcc-69bde2d1e0fd0de3348017a5cbf7b5ac2ec5857a.zip gcc-69bde2d1e0fd0de3348017a5cbf7b5ac2ec5857a.tar.gz gcc-69bde2d1e0fd0de3348017a5cbf7b5ac2ec5857a.tar.bz2 |
[Ada] s-trasym.ads: update the list of supported platforms
gcc/ada/
* libgnat/s-trasym.ads: Update the list of supported platforms.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/libgnat/s-trasym.ads | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ada/libgnat/s-trasym.ads b/gcc/ada/libgnat/s-trasym.ads index e974ee9..fbeec8d 100644 --- a/gcc/ada/libgnat/s-trasym.ads +++ b/gcc/ada/libgnat/s-trasym.ads @@ -33,7 +33,8 @@ -- The full capability is currently supported on the following targets: --- GNU/Linux x86, x86_64, ia64 +-- GNU/Linux x86, x86_64 +-- Windows x86, x86_64 -- Note: on targets other than those listed above, a dummy implementation -- of the body returns a series of LF separated strings of the form "0x..." |