IA-64 ELF support.
commit54aab81f946eeca3eacd7b99aacd0936495c06ad
authorJim Wilson <wilson@tuliptree.org>
Fri, 21 Apr 2000 20:22:24 +0000 (21 20:22 +0000)
committerJim Wilson <wilson@tuliptree.org>
Fri, 21 Apr 2000 20:22:24 +0000 (21 20:22 +0000)
treed87b9a69274e7f1313182c28060651b623053527
parent884aa74c57846de8b0a019446d01d528962734d1
IA-64 ELF support.
110 files changed:
bfd/ChangeLog
bfd/Makefile.am
bfd/Makefile.in
bfd/archures.c
bfd/bfd-in2.h
bfd/config.bfd
bfd/configure
bfd/configure.host
bfd/configure.in
bfd/cpu-ia64-opc.c [new file with mode: 0644]
bfd/cpu-ia64.c [new file with mode: 0644]
bfd/elf.c
bfd/elf64-ia64.c [new file with mode: 0644]
bfd/libbfd.h
bfd/reloc.c
bfd/targets.c
binutils/ChangeLog
binutils/Makefile.am
binutils/Makefile.in
binutils/readelf.c
gas/ChangeLog
gas/Makefile.am
gas/Makefile.in
gas/app.c
gas/config/tc-ia64.c [new file with mode: 0644]
gas/config/tc-ia64.h [new file with mode: 0644]
gas/configure
gas/configure.in
gas/expr.c
gas/read.c
gas/testsuite/ChangeLog
gas/testsuite/gas/ia64/dv-branch.d [new file with mode: 0644]
gas/testsuite/gas/ia64/dv-branch.s [new file with mode: 0644]
gas/testsuite/gas/ia64/dv-entry-err.l [new file with mode: 0644]
gas/testsuite/gas/ia64/dv-entry-err.s [new file with mode: 0644]
gas/testsuite/gas/ia64/dv-imply.d [new file with mode: 0644]
gas/testsuite/gas/ia64/dv-imply.s [new file with mode: 0644]
gas/testsuite/gas/ia64/dv-mutex-err.l [new file with mode: 0644]
gas/testsuite/gas/ia64/dv-mutex-err.s [new file with mode: 0644]
gas/testsuite/gas/ia64/dv-mutex.d [new file with mode: 0644]
gas/testsuite/gas/ia64/dv-mutex.s [new file with mode: 0644]
gas/testsuite/gas/ia64/dv-raw-err.l [new file with mode: 0644]
gas/testsuite/gas/ia64/dv-raw-err.s [new file with mode: 0644]
gas/testsuite/gas/ia64/dv-safe.d [new file with mode: 0644]
gas/testsuite/gas/ia64/dv-safe.s [new file with mode: 0644]
gas/testsuite/gas/ia64/dv-srlz.d [new file with mode: 0644]
gas/testsuite/gas/ia64/dv-srlz.s [new file with mode: 0644]
gas/testsuite/gas/ia64/dv-war-err.l [new file with mode: 0644]
gas/testsuite/gas/ia64/dv-war-err.s [new file with mode: 0644]
gas/testsuite/gas/ia64/dv-waw-err.l [new file with mode: 0644]
gas/testsuite/gas/ia64/dv-waw-err.s [new file with mode: 0644]
gas/testsuite/gas/ia64/fixup-dump.pl [new file with mode: 0644]
gas/testsuite/gas/ia64/ia64.exp [new file with mode: 0644]
gas/testsuite/gas/ia64/opc-a-err.l [new file with mode: 0644]
gas/testsuite/gas/ia64/opc-a-err.s [new file with mode: 0644]
gas/testsuite/gas/ia64/opc-a.d [new file with mode: 0644]
gas/testsuite/gas/ia64/opc-a.pl [new file with mode: 0644]
gas/testsuite/gas/ia64/opc-a.s [new file with mode: 0644]
gas/testsuite/gas/ia64/opc-b.d [new file with mode: 0644]
gas/testsuite/gas/ia64/opc-b.pl [new file with mode: 0644]
gas/testsuite/gas/ia64/opc-b.s [new file with mode: 0644]
gas/testsuite/gas/ia64/opc-f.d [new file with mode: 0644]
gas/testsuite/gas/ia64/opc-f.pl [new file with mode: 0644]
gas/testsuite/gas/ia64/opc-f.s [new file with mode: 0644]
gas/testsuite/gas/ia64/opc-i.d [new file with mode: 0644]
gas/testsuite/gas/ia64/opc-i.pl [new file with mode: 0644]
gas/testsuite/gas/ia64/opc-i.s [new file with mode: 0644]
gas/testsuite/gas/ia64/opc-m.d [new file with mode: 0644]
gas/testsuite/gas/ia64/opc-m.pl [new file with mode: 0644]
gas/testsuite/gas/ia64/opc-m.s [new file with mode: 0644]
gas/testsuite/gas/ia64/opc-x.d [new file with mode: 0644]
gas/testsuite/gas/ia64/opc-x.s [new file with mode: 0644]
gas/testsuite/gas/ia64/regs.d [new file with mode: 0644]
gas/testsuite/gas/ia64/regs.pl [new file with mode: 0644]
gas/testsuite/gas/ia64/regs.s [new file with mode: 0644]
gas/testsuite/gas/vtable/vtable.exp
include/ChangeLog
include/dis-asm.h
include/elf/ChangeLog
include/elf/ia64.h [new file with mode: 0644]
include/opcode/ChangeLog
include/opcode/ia64.h [new file with mode: 0644]
ld/ChangeLog
ld/Makefile.am
ld/Makefile.in
ld/configure.tgt
ld/emulparams/elf64_ia64.sh [new file with mode: 0644]
opcodes/ChangeLog
opcodes/Makefile.am
opcodes/Makefile.in
opcodes/configure
opcodes/configure.in
opcodes/disassemble.c
opcodes/ia64-asmtab.c [new file with mode: 0644]
opcodes/ia64-asmtab.h [new file with mode: 0644]
opcodes/ia64-dis.c [new file with mode: 0644]
opcodes/ia64-gen.c [new file with mode: 0644]
opcodes/ia64-ic.tbl [new file with mode: 0644]
opcodes/ia64-opc-a.c [new file with mode: 0644]
opcodes/ia64-opc-b.c [new file with mode: 0644]
opcodes/ia64-opc-d.c [new file with mode: 0644]
opcodes/ia64-opc-f.c [new file with mode: 0644]
opcodes/ia64-opc-i.c [new file with mode: 0644]
opcodes/ia64-opc-m.c [new file with mode: 0644]
opcodes/ia64-opc-x.c [new file with mode: 0644]
opcodes/ia64-opc.c [new file with mode: 0644]
opcodes/ia64-opc.h [new file with mode: 0644]
opcodes/ia64-raw.tbl [new file with mode: 0644]
opcodes/ia64-war.tbl [new file with mode: 0644]
opcodes/ia64-waw.tbl [new file with mode: 0644]