diff options
author | Alan Modra <modra@gmail.com> | 2002-05-25 12:53:48 +0000 |
---|---|---|
committer | Alan Modra <modra@gmail.com> | 2002-05-25 12:53:48 +0000 |
commit | 40a4eb73004e5e91d01a72ca4978fb18b8ce02b2 (patch) | |
tree | 13323d2a252b5a11461018a04131aa6993dd7fc5 /include/opcode/sparc.h | |
parent | d7b4a300014ccf59928ed66fb19503a2c9b34649 (diff) | |
download | cygnal-40a4eb73004e5e91d01a72ca4978fb18b8ce02b2.tar.gz cygnal-40a4eb73004e5e91d01a72ca4978fb18b8ce02b2.tar.bz2 cygnal-40a4eb73004e5e91d01a72ca4978fb18b8ce02b2.zip |
* ia64.h: Use #include "" instead of <> for local header files.
* sparc.h: Likewise.
Diffstat (limited to 'include/opcode/sparc.h')
-rw-r--r-- | include/opcode/sparc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/opcode/sparc.h b/include/opcode/sparc.h index 5b6b5d149..c41292364 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 <ansidecl.h> +#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 |