* ia64.h: Use #include "" instead of <> for local header files.
* sparc.h: Likewise.
This commit is contained in:
		| @@ -1,3 +1,8 @@ | |||||||
|  | 2002-05-25  Alan Modra  <amodra@bigpond.net.au> | ||||||
|  |  | ||||||
|  | 	* ia64.h: Use #include "" instead of <> for local header files. | ||||||
|  | 	* sparc.h: Likewise. | ||||||
|  |  | ||||||
| 2002-05-22  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de> | 2002-05-22  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de> | ||||||
|  |  | ||||||
| 	* mips.h: Add M_DROL, M_DROL_I, M_DROR, M_DROR_I macro cases. | 	* mips.h: Add M_DROL, M_DROL_I, M_DROR, M_DROR_I macro cases. | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| /* ia64.h -- Header file for ia64 opcode table | /* ia64.h -- Header file for ia64 opcode table | ||||||
|    Copyright (C) 1998, 1999 David Mosberger-Tang <davidm@hpl.hp.com> |    Copyright (C) 1998, 1999, 2002 David Mosberger-Tang <davidm@hpl.hp.com> | ||||||
|  |  | ||||||
|    See the file HP-COPYRIGHT for additional information.  */ |    See the file HP-COPYRIGHT for additional information.  */ | ||||||
|  |  | ||||||
| @@ -8,7 +8,7 @@ | |||||||
|  |  | ||||||
| #include <sys/types.h> | #include <sys/types.h> | ||||||
|  |  | ||||||
| #include <bfd.h> | #include "bfd.h" | ||||||
|  |  | ||||||
|  |  | ||||||
| typedef BFD_HOST_U_64_BIT ia64_insn; | typedef BFD_HOST_U_64_BIT ia64_insn; | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| /* Definitions for opcode table for the sparc. | /* 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. |    Free Software Foundation, Inc. | ||||||
|  |  | ||||||
| This file is part of GAS, the GNU Assembler, GDB, the GNU debugger, and | 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, | the Free Software Foundation, 59 Temple Place - Suite 330, | ||||||
| Boston, MA 02111-1307, USA.  */ | Boston, MA 02111-1307, USA.  */ | ||||||
|  |  | ||||||
| #include <ansidecl.h> | #include "ansidecl.h" | ||||||
|  |  | ||||||
| /* The SPARC opcode table (and other related data) is defined in | /* The SPARC opcode table (and other related data) is defined in | ||||||
|    the opcodes library in sparc-opc.c.  If you change anything here, make |    the opcodes library in sparc-opc.c.  If you change anything here, make | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user