diff options
author | Alan Modra <amodra@gmail.com> | 2002-05-25 12:55:19 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-05-25 12:55:19 +0000 |
commit | 19f33eeef57e948407fbfa70286483562d5af5be (patch) | |
tree | c38bb8e51774dfe7da0cacd97df9b25bd7f00fcd /opcodes/arc-dis.c | |
parent | 3511b5956dda37c80e538c1790821985c9da2252 (diff) | |
download | gdb-19f33eeef57e948407fbfa70286483562d5af5be.zip gdb-19f33eeef57e948407fbfa70286483562d5af5be.tar.gz gdb-19f33eeef57e948407fbfa70286483562d5af5be.tar.bz2 |
* Makefile.am (sh-dis.lo): Don't put make commands in deps.
* Makefile.in: Regenerate.
* arc-dis.c: Use #include "" instead of <> for local header files.
* m68k-dis.c: Likewise.
Diffstat (limited to 'opcodes/arc-dis.c')
-rw-r--r-- | opcodes/arc-dis.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/opcodes/arc-dis.c b/opcodes/arc-dis.c index d38e2fa..194a75a 100644 --- a/opcodes/arc-dis.c +++ b/opcodes/arc-dis.c @@ -1,5 +1,5 @@ /* Instruction printing code for the ARC. - Copyright 1994, 1995, 1997, 1998, 2000, 2001 + Copyright 1994, 1995, 1997, 1998, 2000, 2001, 2002 Free Software Foundation, Inc. Contributed by Doug Evans (dje@cygnus.com). @@ -17,8 +17,8 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include <ansidecl.h> -#include <libiberty.h> +#include "ansidecl.h" +#include "libiberty.h" #include "dis-asm.h" #include "opcode/arc.h" #include "elf-bfd.h" |