mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 06:17:47 +08:00
* config/obj-evax.c: Include as.h first.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2012-05-18 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
|
* config/obj-evax.c: Include as.h first.
|
||||||
|
|
||||||
2012-05-18 Andreas Schwab <schwab@linux-m68k.org>
|
2012-05-18 Andreas Schwab <schwab@linux-m68k.org>
|
||||||
|
|
||||||
* aclocal.m4: Regenerate.
|
* aclocal.m4: Regenerate.
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
/* obj-evax.c - EVAX (openVMS/Alpha) object file format.
|
/* obj-evax.c - EVAX (openVMS/Alpha) object file format.
|
||||||
Copyright 1996, 1997, 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
|
Copyright 1996, 1997, 2005, 2007, 2008, 2009, 2010, 2011, 2012
|
||||||
|
Free Software Foundation, Inc.
|
||||||
Contributed by Klaus K<>mpf (kkaempf@progis.de) of
|
Contributed by Klaus K<>mpf (kkaempf@progis.de) of
|
||||||
proGIS Software, Aachen, Germany.
|
proGIS Software, Aachen, Germany.
|
||||||
Extensively enhanced by Douglas Rupp of AdaCore.
|
Extensively enhanced by Douglas Rupp of AdaCore.
|
||||||
@ -23,9 +24,9 @@
|
|||||||
|
|
||||||
#define OBJ_HEADER "obj-evax.h"
|
#define OBJ_HEADER "obj-evax.h"
|
||||||
|
|
||||||
|
#include "as.h"
|
||||||
#include "bfd.h"
|
#include "bfd.h"
|
||||||
#include "vms.h"
|
#include "vms.h"
|
||||||
#include "as.h"
|
|
||||||
#include "subsegs.h"
|
#include "subsegs.h"
|
||||||
#include "struc-symbol.h"
|
#include "struc-symbol.h"
|
||||||
#include "safe-ctype.h"
|
#include "safe-ctype.h"
|
||||||
|
Reference in New Issue
Block a user