* gcc.target/arm/pr27387.C: Fix a comment typo.

From-SVN: r113678
This commit is contained in:
Kazu Hirata 2006-05-10 17:50:34 +00:00 committed by Kazu Hirata
parent e68dbbf5a3
commit 0e2df6898a
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2006-05-10 Kazu Hirata <kazu@codesourcery.com>
* gcc.target/arm/pr27387.C: Fix a comment typo.
2006-05-10 Francois-Xavier Coudert <coudert@clipper.ens.fr>
PR fortran/24549

View file

@ -1,4 +1,4 @@
/* PR target/90000
/* PR target/27387
We used to generate a non-PIC thunk on thumb even with -fPIC.
Make sure that won't happen anymore. */