Canonicalize filenames.

From-SVN: r157560
This commit is contained in:
Mike Stump 2010-03-19 09:19:45 +00:00
parent 72c53a837c
commit 48019e3db9
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@
Jack Howarth <howarth@bromo.med.uc.edu>
PR target/36399
* gcc/config/i386/i386.h: Fix ABI on darwin x86-32.
* config/i386/i386.h: Fix ABI on darwin x86-32.
2010-03-18 Aldy Hernandez <aldyh@redhat.com>

View file

@ -8,7 +8,7 @@
Jack Howarth <howarth@bromo.med.uc.edu>
PR target/36399
* gcc/testsuite/gcc.target/i386/push-1.c: Don't xfail
* gcc.target/i386/push-1.c: Don't xfail
scan-assembler-not "movups" on darwin.
2010-03-18 Jakub Jelinek <jakub@redhat.com>