* config/tc-arm.c: Move as.h to start of file.
authorAndrew Jenner <andrew@codesourcery.com>
Wed, 13 May 2009 16:44:56 +0000 (16:44 +0000)
committerAndrew Jenner <andrew@codesourcery.com>
Wed, 13 May 2009 16:44:56 +0000 (16:44 +0000)
gas/ChangeLog
gas/config/tc-arm.c

index 166225cce88ab3bf6c2abce3cbfa6b672669b6ac..c49a116f0135dcdfea64cce4630ad47769bb572d 100644 (file)
@@ -1,3 +1,7 @@
+2009-05-13  Andrew Jenner  <andrew@codesourcery.com>
+
+       * config/tc-arm.c: Move as.h to start of file.
+
 2009-05-05 Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
 
        * config/tc-arm.h: Fix typo in comment.
index 06253c9efee256cf907a0a9ec57f7ff22662b557..eaaaf06faf48a4c2b712cc711789086c6b66858c 100644 (file)
    Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
    02110-1301, USA.  */
 
+#include "as.h"
 #include <limits.h>
 #include <stdarg.h>
 #define         NO_RELOC 0
-#include "as.h"
 #include "safe-ctype.h"
 #include "subsegs.h"
 #include "obstack.h"
This page took 0.040911 seconds and 4 git commands to generate.