diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2016-10-17 08:52:32 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2016-10-17 08:52:32 +0000 |
commit | d47d3849186bd649cf5062e4a0070f89cf8b7352 (patch) | |
tree | 21db14f1205b0b5b9a9aa5a56153b021331ac38b /gcc/ada/system-rtems.ads | |
parent | 89b80c429a4e09fa8f3ccc1dfc2c2ec17f663d88 (diff) | |
download | gcc-d47d3849186bd649cf5062e4a0070f89cf8b7352.zip gcc-d47d3849186bd649cf5062e4a0070f89cf8b7352.tar.gz gcc-d47d3849186bd649cf5062e4a0070f89cf8b7352.tar.bz2 |
system-darwin-ppc64.ads (Support_64_Bit_Divides): Delete.
* system-darwin-ppc64.ads (Support_64_Bit_Divides): Delete.
* system-linux-armeb.ads (Support_64_Bit_Divides): Likewise.
* system-linux-mips.ads (Support_64_Bit_Divides): Likewise.
* system-linux-mips64el.ads (Support_64_Bit_Divides): Likewise.
* system-linux-mipsel.ads (Support_64_Bit_Divides): Likewise.
* system-linux-sparcv9.ads (Support_64_Bit_Divides): Likewise.
* system-rtems.ads (Support_64_Bit_Divides): Likewise.
From-SVN: r241230
Diffstat (limited to 'gcc/ada/system-rtems.ads')
-rw-r--r-- | gcc/ada/system-rtems.ads | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/ada/system-rtems.ads b/gcc/ada/system-rtems.ads index 14c08fe..ce1ce2b 100644 --- a/gcc/ada/system-rtems.ads +++ b/gcc/ada/system-rtems.ads @@ -153,7 +153,6 @@ private Stack_Check_Default : constant Boolean := False; Stack_Check_Probes : constant Boolean := False; Stack_Check_Limits : constant Boolean := False; - Support_64_Bit_Divides : constant Boolean := True; Support_Aggregates : constant Boolean := True; Support_Composite_Assign : constant Boolean := True; Support_Composite_Compare : constant Boolean := True; |