]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/linux.h: Fix typo in a comment.
authorMaxim Kuvyrkov <mkuvyrkov@gcc.gnu.org>
Sat, 7 Dec 2013 08:58:37 +0000 (08:58 +0000)
committerMaxim Kuvyrkov <mkuvyrkov@gcc.gnu.org>
Sat, 7 Dec 2013 08:58:37 +0000 (08:58 +0000)
From-SVN: r205782

gcc/ChangeLog
gcc/config/linux.h

index 3d4b3e765997b03616762c97f8d62584106aad37..0c026c233cbac87367b9cc817657c7606d2a79e1 100644 (file)
@@ -1,3 +1,7 @@
+2013-12-07  Maxim Kuvyrkov  <maxim@kugelworks.com>
+
+       * config/linux.h: Fix typo in a comment.
+
 2013-12-07  Maxim Kuvyrkov  <maxim@kugelworks.com>
 
        * config.gcc (*linux*): Split libc selection from Android support.
@@ -6,7 +10,8 @@
        (arm*-*-linux-*, i[34567]86-*-linux*, x86_64-*-linux*,)
        (mips*-*-linux*): Add Android support.
 
-2013-12-07  Maxim Kuvyrkov  <maxim@kugelworks.com>
+2013-12-07  Alexander Ivchenko  <alexander.ivchenko@intel.com>
+           Maxim Kuvyrkov  <maxim@kugelworks.com>
 
        * config/bfin/uclinux.h, config/c6x/uclinux-elf.h,
        * config/lm32/uclinux-elf.h, config/m68k/uclinux.h,
index d7ca300c8db2088b138378ca5d31589e5c2b8f10..fb1a8de7dfddd1508ea070bbffaf71628f78eaf7 100644 (file)
@@ -117,7 +117,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
 
 #else /* !uClinux, i.e., normal Linux */
 
-/* IFUNCs are supportted by glibc, but not by uClibc or Bionic.  */
+/* IFUNCs are supported by glibc, but not by uClibc or Bionic.  */
 # undef TARGET_HAS_IFUNC_P
 # define TARGET_HAS_IFUNC_P linux_has_ifunc_p