diff options
author | cvs2svn <> | 2002-06-18 21:15:59 +0000 |
---|---|---|
committer | cvs2svn <> | 2002-06-18 21:15:59 +0000 |
commit | 357281c75d7dbd491a9ce39121d36c2f0708cb51 (patch) | |
tree | 97ce460ca32ae7d666239dd8467fd46e8fe42451 /include/opcode/ia64.h | |
parent | a5ef0226749032637d6b3d88adb549b26e6284b7 (diff) | |
download | cygnal-357281c75d7dbd491a9ce39121d36c2f0708cb51.tar.gz cygnal-357281c75d7dbd491a9ce39121d36c2f0708cb51.tar.bz2 cygnal-357281c75d7dbd491a9ce39121d36c2f0708cb51.zip |
This commit was manufactured by cvs2svn to create branch
'kseitz_interps-20020528-branch'.
Sprout from cagney_regbuf-20020515-branch 2002-06-12 21:19:43 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch'
Cherrypick from master 2002-05-28 20:06:27 UTC Marek Michalkiewicz <marekm@amelek.gda.pl> '2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>':
ChangeLog
Makefile.in
config-ml.in
config.guess
config.sub
config/ChangeLog
config/acinclude.m4
config/mh-apollo68
config/mh-dgux
config/mh-dgux386
configure
configure.in
include/ChangeLog
include/bfdlink.h
include/dis-asm.h
include/elf/ChangeLog
include/elf/common.h
include/elf/dlx.h
include/elf/i386.h
include/elf/ia64.h
include/gdb/ChangeLog
include/gdb/sim-d10v.h
include/opcode/ChangeLog
include/opcode/dlx.h
include/opcode/h8300.h
include/opcode/ia64.h
include/opcode/mips.h
include/opcode/sparc.h
Cherrypick from master 2002-06-18 21:15:57 UTC Dave Brolley <brolley@redhat.com> '2002-06-18 Dave Brolley <brolley@redhat.com>':
include/elf/frv.h
include/gdb/sim-arm.h
Delete:
include/sim-d10v.h
Diffstat (limited to 'include/opcode/ia64.h')
-rw-r--r-- | include/opcode/ia64.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/opcode/ia64.h b/include/opcode/ia64.h index 642330cc1..d4e6d1081 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 <davidm@hpl.hp.com> + Copyright (C) 1998, 1999, 2002 David Mosberger-Tang <davidm@hpl.hp.com> See the file HP-COPYRIGHT for additional information. */ @@ -8,7 +8,7 @@ #include <sys/types.h> -#include <bfd.h> +#include "bfd.h" typedef BFD_HOST_U_64_BIT ia64_insn; |