]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Makefile.in (X86_TARGET_PAIRS): Remove duplicate declaration.
authorArnaud Charlet <charlet@adacore.com>
Tue, 6 Sep 2011 07:06:52 +0000 (07:06 +0000)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 6 Sep 2011 07:06:52 +0000 (09:06 +0200)
* gcc-interface/Makefile.in (X86_TARGET_PAIRS): Remove duplicate
declaration.

From-SVN: r178566

gcc/ada/ChangeLog
gcc/ada/gcc-interface/Makefile.in

index e80bae811dbd05a9deaf8a3a9883b38a3fc55df2..42707a4d6c16d9667180a06d447b8c0cb2866fda 100644 (file)
@@ -1,3 +1,8 @@
+2011-09-06  Arnaud Charlet  <charlet@adacore.com>
+
+       * gcc-interface/Makefile.in (X86_TARGET_PAIRS): Remove duplicate
+       declaration.
+
 2011-09-05  Hristian Kirtchev  <kirtchev@adacore.com>
 
        * s-finmas.adb (Set_Finalize_Address): Explain the reason
index 1afe6c005625917dc295445b00db3dcb0cb1fac0..0d52c71b9f6bf5b27a3565f09cfbc8e9d82a26d8 100644 (file)
@@ -428,14 +428,6 @@ ATOMICS_BUILTINS_TARGET_PAIRS = \
 
 # Special version of units for x86 and x86-64 platforms.
 
-X86_TARGET_PAIRS = \
-  a-numaux.ads<a-numaux-x86.ads \
-  a-numaux.adb<a-numaux-x86.adb \
-  g-bytswa.adb<g-bytswa-x86.adb \
-  s-atocou.adb<s-atocou-x86.adb
-
-# Special version of units for x86 and x86-64 platforms.
-
 X86_TARGET_PAIRS = \
   a-numaux.ads<a-numaux-x86.ads \
   a-numaux.adb<a-numaux-x86.adb \