mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-16 22:03:28 +08:00
* config/tc-arm.c: Move as.h to start of file.
This commit is contained in:
parent
3f7f5fe45a
commit
42a68e1874
@ -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.
|
||||
|
@ -25,10 +25,10 @@
|
||||
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"
|
||||
|
Loading…
Reference in New Issue
Block a user