From ef43c728f385bd9e647378593aeb9f3e714a6dec Mon Sep 17 00:00:00 2001 From: Maxim Kuvyrkov Date: Sat, 7 Dec 2013 08:58:37 +0000 Subject: [PATCH] * config/linux.h: Fix typo in a comment. From-SVN: r205782 --- gcc/ChangeLog | 7 ++++++- gcc/config/linux.h | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3d4b3e7..0c026c2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,12 +1,17 @@ 2013-12-07 Maxim Kuvyrkov + * config/linux.h: Fix typo in a comment. + +2013-12-07 Maxim Kuvyrkov + * config.gcc (*linux*): Split libc selection from Android support. Add libc selection to all *linux* targets. Add Android support to architectures that support it. (arm*-*-linux-*, i[34567]86-*-linux*, x86_64-*-linux*,) (mips*-*-linux*): Add Android support. -2013-12-07 Maxim Kuvyrkov +2013-12-07 Alexander Ivchenko + Maxim Kuvyrkov * config/bfin/uclinux.h, config/c6x/uclinux-elf.h, * config/lm32/uclinux-elf.h, config/m68k/uclinux.h, diff --git a/gcc/config/linux.h b/gcc/config/linux.h index d7ca300..fb1a8de 100644 --- a/gcc/config/linux.h +++ b/gcc/config/linux.h @@ -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 -- 2.7.4