From b3f7d5fdb04ebaeef428c9e529245181d8e4010e Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Sat, 25 May 2002 12:53:48 +0000 Subject: [PATCH] * ia64.h: Use #include "" instead of <> for local header files. * sparc.h: Likewise. --- include/opcode/ChangeLog | 5 +++++ include/opcode/ia64.h | 4 ++-- include/opcode/sparc.h | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index e82a4171b6..7e5799c6bb 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,8 @@ +2002-05-25 Alan Modra + + * ia64.h: Use #include "" instead of <> for local header files. + * sparc.h: Likewise. + 2002-05-22 Thiemo Seufer * mips.h: Add M_DROL, M_DROL_I, M_DROR, M_DROR_I macro cases. diff --git a/include/opcode/ia64.h b/include/opcode/ia64.h index 642330cc11..d4e6d10813 100644 --- a/include/opcode/ia64.h +++ b/include/opcode/ia64.h @@ -1,5 +1,5 @@ /* ia64.h -- Header file for ia64 opcode table - Copyright (C) 1998, 1999 David Mosberger-Tang + Copyright (C) 1998, 1999, 2002 David Mosberger-Tang See the file HP-COPYRIGHT for additional information. */ @@ -8,7 +8,7 @@ #include -#include +#include "bfd.h" typedef BFD_HOST_U_64_BIT ia64_insn; diff --git a/include/opcode/sparc.h b/include/opcode/sparc.h index 5b6b5d1493..c41292364b 100644 --- a/include/opcode/sparc.h +++ b/include/opcode/sparc.h @@ -1,5 +1,5 @@ /* Definitions for opcode table for the sparc. - Copyright 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2000 + Copyright 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2000, 2002 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler, GDB, the GNU debugger, and @@ -20,7 +20,7 @@ along with GAS or GDB; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include +#include "ansidecl.h" /* The SPARC opcode table (and other related data) is defined in the opcodes library in sparc-opc.c. If you change anything here, make