]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Include arm/xscale-coff.h before arm/arm.h.
authorNick Clifton <nickc@cambridge.redhat.com>
Wed, 5 Dec 2001 21:19:14 +0000 (21:19 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Wed, 5 Dec 2001 21:19:14 +0000 (21:19 +0000)
From-SVN: r47693

gcc/ChangeLog
gcc/config.gcc

index 806734e9434030e0fe0ba51a92f0b5185ebab26b..aa7514f1826fec60664c27fd36b703a53dcf13f4 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-05  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * config.gcc: Include arm/xscale-coff.h before arm/arm.h.
+
 2001-12-05  William Cohen  <wcohen@redhat.com>
 
        * config/arm/arm.h (THUMB_FUNCTION_PROFILER): Correct typo in
index 83f8f23b88633067b5fcb874c9d8a78f3f00d399..cd72260c960a7c2ee9d726e8a1eaa9bee8426562 100644 (file)
@@ -3229,7 +3229,7 @@ xscale-*-elf)
        md_file=arm/arm.md
        ;;
 xscale-*-coff)
-       tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h arm/xscale-coff.h"
+       tm_file="arm/semi.h arm/aout.h arm/coff.h arm/xscale-coff.h arm/arm.h"
        tmake_file=arm/t-xscale-coff
        out_file=arm/arm.c
        md_file=arm/arm.md