]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Canonicalize filenames.
authorMike Stump <mrs@gcc.gnu.org>
Fri, 19 Mar 2010 09:19:45 +0000 (09:19 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Fri, 19 Mar 2010 09:19:45 +0000 (09:19 +0000)
From-SVN: r157560

gcc/ChangeLog
gcc/testsuite/ChangeLog

index 45a4634bca8697e3f1a5a567b953d1736f2bcb00..218df923392054b2b83c3fce910d85e9e466669f 100644 (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>
 
index 482b3853c9991beddd15be8f96e6d7fdb77ced3d..48938720485e5b83d39f6f60dc20285d2c97a6ee 100644 (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>