* configure.in: For bfd_vax_arch, build vax-dis.lo.
* Makefile.am: Rebuild dependencies. (CFILES): Add vax-dis.c. (ALL_MACHINES): Add vax-dis.lo. * aclocal.m4: Rebuild with current libtool. * configure, Makefile.in: Rebuild. Fri Jun 26 12:03:20 1998 Klaus Kaempf <kkaempf@progis.de> * vax-dis.c: New file, from work by Pauline Middelink <middelin@polyware.iaf.nl>. * disassemble.c (ARCH_vax): Define if ARCH_all. (disassembler): Add case for ARCH_vax. * makefile.vms: Support compilation on vms/vax.
This commit is contained in:
parent
9ea28a8595
commit
69ad8cac12
7 changed files with 588 additions and 211 deletions
|
@ -123,6 +123,7 @@ sparc-opc.c
|
|||
stamp-h.in
|
||||
sysdep.h
|
||||
tic30-dis.c
|
||||
vax-dis.c
|
||||
w65-dis.c
|
||||
w65-opc.h
|
||||
v850-opc.c
|
||||
|
|
|
@ -1,3 +1,20 @@
|
|||
Fri Jun 26 12:04:21 1998 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* configure.in: For bfd_vax_arch, build vax-dis.lo.
|
||||
* Makefile.am: Rebuild dependencies.
|
||||
(CFILES): Add vax-dis.c.
|
||||
(ALL_MACHINES): Add vax-dis.lo.
|
||||
* aclocal.m4: Rebuild with current libtool.
|
||||
* configure, Makefile.in: Rebuild.
|
||||
|
||||
Fri Jun 26 12:03:20 1998 Klaus Kaempf <kkaempf@progis.de>
|
||||
|
||||
* vax-dis.c: New file, from work by Pauline Middelink
|
||||
<middelin@polyware.iaf.nl>.
|
||||
* disassemble.c (ARCH_vax): Define if ARCH_all.
|
||||
(disassembler): Add case for ARCH_vax.
|
||||
* makefile.vms: Support compilation on vms/vax.
|
||||
|
||||
start-sanitize-am33
|
||||
Wed Jun 24 09:53:06 1998 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
|
|
|
@ -60,6 +60,7 @@ CFILES = \
|
|||
sparc-dis.c \
|
||||
sparc-opc.c \
|
||||
tic30-dis.c \
|
||||
vax-dis.c \
|
||||
w65-dis.c \
|
||||
z8k-dis.c \
|
||||
z8kgen.c
|
||||
|
@ -115,6 +116,7 @@ ALL_MACHINES = \
|
|||
$(end-sanitize-sky) \
|
||||
v850-dis.lo \
|
||||
v850-opc.lo \
|
||||
vax-dis.lo \
|
||||
w65-dis.lo \
|
||||
z8k-dis.lo
|
||||
|
||||
|
@ -151,6 +153,11 @@ po/POTFILES.in: @MAINT@ Makefile
|
|||
for file in $(POTFILES); do echo $$file; done | sort > tmp \
|
||||
&& mv tmp $(srcdir)/po/POTFILES.in
|
||||
|
||||
# We should reconfigure whenever bfd/configure.in changes, because
|
||||
# that's where the version number comes from.
|
||||
config.status: $(srcdir)/configure $(srcdir)/../bfd/configure.in
|
||||
$(SHELL) ./config.status --recheck
|
||||
|
||||
CLEANFILES = libopcodes.a stamp-lib dep.sed .dep .dep1
|
||||
# start-sanitize-cygnus
|
||||
CLEANFILES = libopcodes.a stamp-lib dep.sed .dep .dep1 stamp-m32r
|
||||
|
@ -263,72 +270,79 @@ a29k-dis.lo: a29k-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
|
|||
alpha-dis.lo: alpha-dis.c $(INCDIR)/ansidecl.h sysdep.h \
|
||||
config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/alpha.h
|
||||
alpha-opc.lo: alpha-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/alpha.h \
|
||||
$(BFD_H)
|
||||
$(BFD_H) opintl.h
|
||||
arm-dis.lo: arm-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
|
||||
$(INCDIR)/ansidecl.h arm-opc.h $(INCDIR)/coff/internal.h \
|
||||
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
|
||||
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h opintl.h
|
||||
cgen-asm.lo: cgen-asm.c sysdep.h config.h $(INCDIR)/libiberty.h \
|
||||
$(BFD_H) $(INCDIR)/opcode/cgen.h
|
||||
$(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h \
|
||||
opintl.h
|
||||
cgen-dis.lo: cgen-dis.c sysdep.h config.h $(INCDIR)/libiberty.h \
|
||||
$(BFD_H) $(INCDIR)/opcode/cgen.h
|
||||
$(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h
|
||||
cgen-opc.lo: cgen-opc.c sysdep.h config.h $(INCDIR)/libiberty.h \
|
||||
$(BFD_H) $(INCDIR)/opcode/cgen.h
|
||||
$(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h
|
||||
d10v-dis.lo: d10v-dis.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/d10v.h \
|
||||
$(INCDIR)/dis-asm.h $(BFD_H)
|
||||
d10v-opc.lo: d10v-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/d10v.h
|
||||
dis-buf.lo: dis-buf.c sysdep.h config.h $(INCDIR)/dis-asm.h \
|
||||
$(BFD_H)
|
||||
$(BFD_H) opintl.h
|
||||
disassemble.lo: disassemble.c $(INCDIR)/ansidecl.h \
|
||||
$(INCDIR)/dis-asm.h $(BFD_H)
|
||||
h8300-dis.lo: h8300-dis.c $(INCDIR)/opcode/h8300.h \
|
||||
$(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h
|
||||
$(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h opintl.h
|
||||
h8500-dis.lo: h8500-dis.c h8500-opc.h $(INCDIR)/dis-asm.h \
|
||||
$(BFD_H) $(INCDIR)/ansidecl.h
|
||||
$(BFD_H) $(INCDIR)/ansidecl.h opintl.h
|
||||
hppa-dis.lo: hppa-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
|
||||
$(BFD_H) $(BFDDIR)/libhppa.h $(INCDIR)/opcode/hppa.h
|
||||
i386-dis.lo: i386-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
|
||||
$(INCDIR)/ansidecl.h sysdep.h config.h
|
||||
$(INCDIR)/ansidecl.h sysdep.h config.h opintl.h
|
||||
i960-dis.lo: i960-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
|
||||
$(INCDIR)/ansidecl.h
|
||||
m32r-asm.lo: m32r-asm.c sysdep.h config.h $(BFD_H) \
|
||||
m32r-opc.h $(INCDIR)/opcode/cgen.h
|
||||
$(INCDIR)/symcat.h m32r-opc.h $(INCDIR)/opcode/cgen.h \
|
||||
opintl.h
|
||||
m32r-dis.lo: m32r-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
|
||||
$(BFD_H) m32r-opc.h $(INCDIR)/opcode/cgen.h
|
||||
$(BFD_H) $(INCDIR)/symcat.h m32r-opc.h $(INCDIR)/opcode/cgen.h \
|
||||
opintl.h
|
||||
m32r-opc.lo: m32r-opc.c sysdep.h config.h $(INCDIR)/libiberty.h \
|
||||
$(BFD_H) m32r-opc.h $(INCDIR)/opcode/cgen.h
|
||||
$(BFD_H) $(INCDIR)/symcat.h m32r-opc.h $(INCDIR)/opcode/cgen.h \
|
||||
opintl.h
|
||||
m68k-dis.lo: m68k-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
|
||||
$(INCDIR)/ansidecl.h $(INCDIR)/floatformat.h $(INCDIR)/opcode/m68k.h
|
||||
$(INCDIR)/ansidecl.h $(INCDIR)/floatformat.h opintl.h \
|
||||
$(INCDIR)/opcode/m68k.h
|
||||
m68k-opc.lo: m68k-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/m68k.h
|
||||
m88k-dis.lo: m88k-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
|
||||
$(INCDIR)/ansidecl.h $(INCDIR)/opcode/m88k.h
|
||||
$(INCDIR)/ansidecl.h $(INCDIR)/opcode/m88k.h opintl.h
|
||||
mips-dis.lo: mips-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
|
||||
$(BFD_H) $(INCDIR)/opcode/mips.h $(BFDDIR)/elf-bfd.h \
|
||||
$(BFD_H) $(INCDIR)/opcode/mips.h opintl.h $(BFDDIR)/elf-bfd.h \
|
||||
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
||||
$(INCDIR)/bfdlink.h $(INCDIR)/elf/mips.h
|
||||
mips-opc.lo: mips-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mips.h
|
||||
# start-sanitize-r5900
|
||||
mips-opc.lo: vu0.h
|
||||
# end-sanitize-r5900
|
||||
mips-opc.lo: mips-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mips.h \
|
||||
vu0.h
|
||||
mips16-opc.lo: mips16-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mips.h
|
||||
m10200-dis.lo: m10200-dis.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mn10200.h \
|
||||
$(INCDIR)/dis-asm.h $(BFD_H)
|
||||
$(INCDIR)/dis-asm.h $(BFD_H) opintl.h
|
||||
m10200-opc.lo: m10200-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mn10200.h
|
||||
m10300-dis.lo: m10300-dis.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mn10300.h \
|
||||
$(INCDIR)/dis-asm.h $(BFD_H)
|
||||
$(INCDIR)/dis-asm.h $(BFD_H) opintl.h
|
||||
m10300-opc.lo: m10300-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mn10300.h
|
||||
ns32k-dis.lo: ns32k-dis.c $(BFD_H) $(INCDIR)/ansidecl.h \
|
||||
sysdep.h config.h $(INCDIR)/dis-asm.h $(INCDIR)/opcode/ns32k.h
|
||||
sysdep.h config.h $(INCDIR)/dis-asm.h $(INCDIR)/opcode/ns32k.h \
|
||||
opintl.h
|
||||
ppc-dis.lo: ppc-dis.c $(INCDIR)/ansidecl.h sysdep.h \
|
||||
config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/ppc.h
|
||||
ppc-opc.lo: ppc-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/ppc.h
|
||||
ppc-opc.lo: ppc-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/ppc.h \
|
||||
opintl.h
|
||||
sh-dis.lo: sh-dis.c sh-opc.h $(INCDIR)/dis-asm.h $(BFD_H) \
|
||||
$(INCDIR)/ansidecl.h
|
||||
sparc-dis.lo: sparc-dis.c $(INCDIR)/ansidecl.h sysdep.h \
|
||||
config.h $(INCDIR)/opcode/sparc.h $(INCDIR)/dis-asm.h \
|
||||
$(BFD_H) $(INCDIR)/libiberty.h
|
||||
$(BFD_H) $(INCDIR)/libiberty.h opintl.h
|
||||
sparc-opc.lo: sparc-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/sparc.h
|
||||
tic30-dis.lo: tic30-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
|
||||
$(INCDIR)/ansidecl.h $(INCDIR)/opcode/tic30.h
|
||||
vax-dis.lo: vax-dis.c $(INCDIR)/opcode/vax.h $(INCDIR)/dis-asm.h \
|
||||
$(BFD_H) $(INCDIR)/ansidecl.h
|
||||
w65-dis.lo: w65-dis.c w65-opc.h $(INCDIR)/dis-asm.h \
|
||||
$(BFD_H) $(INCDIR)/ansidecl.h
|
||||
z8k-dis.lo: z8k-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
|
||||
|
|
|
@ -136,6 +136,7 @@ CFILES = \
|
|||
sparc-dis.c \
|
||||
sparc-opc.c \
|
||||
tic30-dis.c \
|
||||
vax-dis.c \
|
||||
w65-dis.c \
|
||||
z8k-dis.c \
|
||||
z8kgen.c
|
||||
|
@ -191,6 +192,7 @@ ALL_MACHINES = \
|
|||
$(end-sanitize-sky) \
|
||||
v850-dis.lo \
|
||||
v850-opc.lo \
|
||||
vax-dis.lo \
|
||||
w65-dis.lo \
|
||||
z8k-dis.lo
|
||||
|
||||
|
@ -290,9 +292,6 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|||
|
||||
$(ACLOCAL_M4): @MAINT@ configure.in acinclude.m4
|
||||
cd $(srcdir) && $(ACLOCAL)
|
||||
|
||||
config.status: $(srcdir)/configure
|
||||
$(SHELL) ./config.status --recheck
|
||||
$(srcdir)/configure: @MAINT@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
|
||||
cd $(srcdir) && $(AUTOCONF)
|
||||
|
||||
|
@ -621,6 +620,11 @@ po/POTFILES.in: @MAINT@ Makefile
|
|||
for file in $(POTFILES); do echo $$file; done | sort > tmp \
|
||||
&& mv tmp $(srcdir)/po/POTFILES.in
|
||||
|
||||
# We should reconfigure whenever bfd/configure.in changes, because
|
||||
# that's where the version number comes from.
|
||||
config.status: $(srcdir)/configure $(srcdir)/../bfd/configure.in
|
||||
$(SHELL) ./config.status --recheck
|
||||
|
||||
# start-sanitize-cygnus
|
||||
cgen:
|
||||
$(SHELL) $(srcdir)/cgen.sh opcodes $(srcdir) $(CGENDIR) $(CGENFLAGS) $(SCHEME) $(SCHEMEFLAGS) $(arch)
|
||||
|
@ -699,72 +703,79 @@ a29k-dis.lo: a29k-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
|
|||
alpha-dis.lo: alpha-dis.c $(INCDIR)/ansidecl.h sysdep.h \
|
||||
config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/alpha.h
|
||||
alpha-opc.lo: alpha-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/alpha.h \
|
||||
$(BFD_H)
|
||||
$(BFD_H) opintl.h
|
||||
arm-dis.lo: arm-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
|
||||
$(INCDIR)/ansidecl.h arm-opc.h $(INCDIR)/coff/internal.h \
|
||||
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
|
||||
$(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h opintl.h
|
||||
cgen-asm.lo: cgen-asm.c sysdep.h config.h $(INCDIR)/libiberty.h \
|
||||
$(BFD_H) $(INCDIR)/opcode/cgen.h
|
||||
$(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h \
|
||||
opintl.h
|
||||
cgen-dis.lo: cgen-dis.c sysdep.h config.h $(INCDIR)/libiberty.h \
|
||||
$(BFD_H) $(INCDIR)/opcode/cgen.h
|
||||
$(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h
|
||||
cgen-opc.lo: cgen-opc.c sysdep.h config.h $(INCDIR)/libiberty.h \
|
||||
$(BFD_H) $(INCDIR)/opcode/cgen.h
|
||||
$(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h
|
||||
d10v-dis.lo: d10v-dis.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/d10v.h \
|
||||
$(INCDIR)/dis-asm.h $(BFD_H)
|
||||
d10v-opc.lo: d10v-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/d10v.h
|
||||
dis-buf.lo: dis-buf.c sysdep.h config.h $(INCDIR)/dis-asm.h \
|
||||
$(BFD_H)
|
||||
$(BFD_H) opintl.h
|
||||
disassemble.lo: disassemble.c $(INCDIR)/ansidecl.h \
|
||||
$(INCDIR)/dis-asm.h $(BFD_H)
|
||||
h8300-dis.lo: h8300-dis.c $(INCDIR)/opcode/h8300.h \
|
||||
$(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h
|
||||
$(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h opintl.h
|
||||
h8500-dis.lo: h8500-dis.c h8500-opc.h $(INCDIR)/dis-asm.h \
|
||||
$(BFD_H) $(INCDIR)/ansidecl.h
|
||||
$(BFD_H) $(INCDIR)/ansidecl.h opintl.h
|
||||
hppa-dis.lo: hppa-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
|
||||
$(BFD_H) $(BFDDIR)/libhppa.h $(INCDIR)/opcode/hppa.h
|
||||
i386-dis.lo: i386-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
|
||||
$(INCDIR)/ansidecl.h sysdep.h config.h
|
||||
$(INCDIR)/ansidecl.h sysdep.h config.h opintl.h
|
||||
i960-dis.lo: i960-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
|
||||
$(INCDIR)/ansidecl.h
|
||||
m32r-asm.lo: m32r-asm.c sysdep.h config.h $(BFD_H) \
|
||||
m32r-opc.h $(INCDIR)/opcode/cgen.h
|
||||
$(INCDIR)/symcat.h m32r-opc.h $(INCDIR)/opcode/cgen.h \
|
||||
opintl.h
|
||||
m32r-dis.lo: m32r-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
|
||||
$(BFD_H) m32r-opc.h $(INCDIR)/opcode/cgen.h
|
||||
$(BFD_H) $(INCDIR)/symcat.h m32r-opc.h $(INCDIR)/opcode/cgen.h \
|
||||
opintl.h
|
||||
m32r-opc.lo: m32r-opc.c sysdep.h config.h $(INCDIR)/libiberty.h \
|
||||
$(BFD_H) m32r-opc.h $(INCDIR)/opcode/cgen.h
|
||||
$(BFD_H) $(INCDIR)/symcat.h m32r-opc.h $(INCDIR)/opcode/cgen.h \
|
||||
opintl.h
|
||||
m68k-dis.lo: m68k-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
|
||||
$(INCDIR)/ansidecl.h $(INCDIR)/floatformat.h $(INCDIR)/opcode/m68k.h
|
||||
$(INCDIR)/ansidecl.h $(INCDIR)/floatformat.h opintl.h \
|
||||
$(INCDIR)/opcode/m68k.h
|
||||
m68k-opc.lo: m68k-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/m68k.h
|
||||
m88k-dis.lo: m88k-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
|
||||
$(INCDIR)/ansidecl.h $(INCDIR)/opcode/m88k.h
|
||||
$(INCDIR)/ansidecl.h $(INCDIR)/opcode/m88k.h opintl.h
|
||||
mips-dis.lo: mips-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
|
||||
$(BFD_H) $(INCDIR)/opcode/mips.h $(BFDDIR)/elf-bfd.h \
|
||||
$(BFD_H) $(INCDIR)/opcode/mips.h opintl.h $(BFDDIR)/elf-bfd.h \
|
||||
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
||||
$(INCDIR)/bfdlink.h $(INCDIR)/elf/mips.h
|
||||
mips-opc.lo: mips-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mips.h
|
||||
# start-sanitize-r5900
|
||||
mips-opc.lo: vu0.h
|
||||
# end-sanitize-r5900
|
||||
mips-opc.lo: mips-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mips.h \
|
||||
vu0.h
|
||||
mips16-opc.lo: mips16-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mips.h
|
||||
m10200-dis.lo: m10200-dis.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mn10200.h \
|
||||
$(INCDIR)/dis-asm.h $(BFD_H)
|
||||
$(INCDIR)/dis-asm.h $(BFD_H) opintl.h
|
||||
m10200-opc.lo: m10200-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mn10200.h
|
||||
m10300-dis.lo: m10300-dis.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mn10300.h \
|
||||
$(INCDIR)/dis-asm.h $(BFD_H)
|
||||
$(INCDIR)/dis-asm.h $(BFD_H) opintl.h
|
||||
m10300-opc.lo: m10300-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mn10300.h
|
||||
ns32k-dis.lo: ns32k-dis.c $(BFD_H) $(INCDIR)/ansidecl.h \
|
||||
sysdep.h config.h $(INCDIR)/dis-asm.h $(INCDIR)/opcode/ns32k.h
|
||||
sysdep.h config.h $(INCDIR)/dis-asm.h $(INCDIR)/opcode/ns32k.h \
|
||||
opintl.h
|
||||
ppc-dis.lo: ppc-dis.c $(INCDIR)/ansidecl.h sysdep.h \
|
||||
config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/ppc.h
|
||||
ppc-opc.lo: ppc-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/ppc.h
|
||||
ppc-opc.lo: ppc-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/ppc.h \
|
||||
opintl.h
|
||||
sh-dis.lo: sh-dis.c sh-opc.h $(INCDIR)/dis-asm.h $(BFD_H) \
|
||||
$(INCDIR)/ansidecl.h
|
||||
sparc-dis.lo: sparc-dis.c $(INCDIR)/ansidecl.h sysdep.h \
|
||||
config.h $(INCDIR)/opcode/sparc.h $(INCDIR)/dis-asm.h \
|
||||
$(BFD_H) $(INCDIR)/libiberty.h
|
||||
$(BFD_H) $(INCDIR)/libiberty.h opintl.h
|
||||
sparc-opc.lo: sparc-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/sparc.h
|
||||
tic30-dis.lo: tic30-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
|
||||
$(INCDIR)/ansidecl.h $(INCDIR)/opcode/tic30.h
|
||||
vax-dis.lo: vax-dis.c $(INCDIR)/opcode/vax.h $(INCDIR)/dis-asm.h \
|
||||
$(BFD_H) $(INCDIR)/ansidecl.h
|
||||
w65-dis.lo: w65-dis.c w65-opc.h $(INCDIR)/dis-asm.h \
|
||||
$(BFD_H) $(INCDIR)/ansidecl.h
|
||||
z8k-dis.lo: z8k-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
|
||||
|
|
339
opcodes/configure
vendored
339
opcodes/configure
vendored
File diff suppressed because it is too large
Load diff
|
@ -70,7 +70,17 @@ AC_CHECK_HEADERS(string.h strings.h stdlib.h)
|
|||
|
||||
# start-sanitize-cygnus
|
||||
use_cgen=no
|
||||
if test ${USE_MAINTAINER_MODE} = yes ; then
|
||||
cgen_maint=no
|
||||
# Having --enable-maintainer-mode take arguments is another way to go.
|
||||
AC_ARG_ENABLE(cgen-maint,
|
||||
[ --enable-cgen-maint build cgen generated files],
|
||||
[case "${enableval}" in
|
||||
yes) cgen_maint=yes ;;
|
||||
no) cgen_maint=no ;;
|
||||
*) AC_MSG_ERROR([bad value ${enableval} for opcodes cgen-maint option]) ;;
|
||||
esac])dnl
|
||||
AM_CONDITIONAL(CGEN_MAINT, test x${cgen_maint} = xyes)
|
||||
if test "x${cgen_maint}" = xyes ; then
|
||||
for targ in $target $canon_targets
|
||||
do
|
||||
case $targ in
|
||||
|
@ -91,7 +101,7 @@ case "${host}" in
|
|||
*-*-cygwin32*)
|
||||
if test "$enable_shared" = "yes"; then
|
||||
WIN32LDFLAGS="-no-undefined"
|
||||
WIN32LIBADD="-L`pwd`/../bfd -lbfd -L`pwd`/../libiberty -liberty -lcygwin"
|
||||
WIN32LIBADD="-L`pwd`/../bfd -lbfd -L`pwd`/../libiberty -liberty -L`pwd`/../intl -lintl -lcygwin"
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
@ -184,7 +194,7 @@ if test x${all_targets} = xfalse ; then
|
|||
bfd_v850e_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
|
||||
bfd_v850ea_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
|
||||
# end-sanitize-v850e
|
||||
bfd_vax_arch) ;;
|
||||
bfd_vax_arch) ta="$ta vax-dis.lo" ;;
|
||||
bfd_w65_arch) ta="$ta w65-dis.lo" ;;
|
||||
bfd_we32k_arch) ;;
|
||||
bfd_z8k_arch) ta="$ta z8k-dis.lo" ;;
|
||||
|
|
299
opcodes/vax-dis.c
Normal file
299
opcodes/vax-dis.c
Normal file
|
@ -0,0 +1,299 @@
|
|||
/* Print VAX instructions.
|
||||
Copyright (C) 1995, 1998 Free Software Foundation, Inc.
|
||||
Contributed by Pauline Middelink <middelin@polyware.iaf.nl>
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
||||
|
||||
#include "opcode/vax.h"
|
||||
#include "dis-asm.h"
|
||||
|
||||
/* Local function prototypes */
|
||||
static int
|
||||
print_insn_arg PARAMS ((const char *, unsigned char *, bfd_vma,
|
||||
disassemble_info *));
|
||||
|
||||
static int
|
||||
print_insn_mode PARAMS ((int, unsigned char *, bfd_vma, disassemble_info *));
|
||||
|
||||
static char *reg_names[] =
|
||||
{
|
||||
"r0", "r1", "r2", "r3", "r4", "r5", "r6", "r7",
|
||||
"r8", "r9", "r10", "r11", "ap", "fp", "sp", "pc"
|
||||
};
|
||||
|
||||
/* Sign-extend an (unsigned char). */
|
||||
#if __STDC__ == 1
|
||||
#define COERCE_SIGNED_CHAR(ch) ((signed char)(ch))
|
||||
#else
|
||||
#define COERCE_SIGNED_CHAR(ch) ((int)(((ch) ^ 0x80) & 0xFF) - 128)
|
||||
#endif
|
||||
|
||||
/* Get a 1 byte signed integer. */
|
||||
#define NEXTBYTE(p) \
|
||||
(p += 1, FETCH_DATA (info, p), \
|
||||
COERCE_SIGNED_CHAR(p[-1]))
|
||||
|
||||
/* Get a 2 byte signed integer. */
|
||||
#define COERCE16(x) ((int) (((x) ^ 0x8000) - 0x8000))
|
||||
#define NEXTWORD(p) \
|
||||
(p += 2, FETCH_DATA (info, p), \
|
||||
COERCE16 ((p[-1] << 8) + p[-2]))
|
||||
|
||||
/* Get a 4 byte signed integer. */
|
||||
#define COERCE32(x) ((int) (((x) ^ 0x80000000) - 0x80000000))
|
||||
#define NEXTLONG(p) \
|
||||
(p += 4, FETCH_DATA (info, p), \
|
||||
(COERCE32 ((((((p[-1] << 8) + p[-2]) << 8) + p[-3]) << 8) + p[-4])))
|
||||
|
||||
/* Maximum length of an instruction. */
|
||||
#define MAXLEN 25
|
||||
|
||||
#include <setjmp.h>
|
||||
|
||||
struct private
|
||||
{
|
||||
/* Points to first byte not fetched. */
|
||||
bfd_byte *max_fetched;
|
||||
bfd_byte the_buffer[MAXLEN];
|
||||
bfd_vma insn_start;
|
||||
jmp_buf bailout;
|
||||
};
|
||||
|
||||
/* Make sure that bytes from INFO->PRIVATE_DATA->BUFFER (inclusive)
|
||||
to ADDR (exclusive) are valid. Returns 1 for success, longjmps
|
||||
on error. */
|
||||
#define FETCH_DATA(info, addr) \
|
||||
((addr) <= ((struct private *)(info->private_data))->max_fetched \
|
||||
? 1 : fetch_data ((info), (addr)))
|
||||
|
||||
static int
|
||||
fetch_data (info, addr)
|
||||
struct disassemble_info *info;
|
||||
bfd_byte *addr;
|
||||
{
|
||||
int status;
|
||||
struct private *priv = (struct private *) info->private_data;
|
||||
bfd_vma start = priv->insn_start + (priv->max_fetched - priv->the_buffer);
|
||||
|
||||
status = (*info->read_memory_func) (start,
|
||||
priv->max_fetched,
|
||||
addr - priv->max_fetched,
|
||||
info);
|
||||
if (status != 0)
|
||||
{
|
||||
(*info->memory_error_func) (status, start, info);
|
||||
longjmp (priv->bailout, 1);
|
||||
}
|
||||
else
|
||||
priv->max_fetched = addr;
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
/* Print the vax instruction at address MEMADDR in debugged memory,
|
||||
on INFO->STREAM. Returns length of the instruction, in bytes. */
|
||||
|
||||
int
|
||||
print_insn_vax (memaddr, info)
|
||||
bfd_vma memaddr;
|
||||
disassemble_info *info;
|
||||
{
|
||||
const struct vot *votp;
|
||||
const char *argp = NULL;
|
||||
unsigned char *arg;
|
||||
struct private priv;
|
||||
bfd_byte *buffer = priv.the_buffer;
|
||||
|
||||
info->private_data = (PTR) &priv;
|
||||
priv.max_fetched = priv.the_buffer;
|
||||
priv.insn_start = memaddr;
|
||||
if (setjmp (priv.bailout) != 0)
|
||||
{
|
||||
/* Error return. */
|
||||
return -1;
|
||||
}
|
||||
|
||||
FETCH_DATA (info, buffer + 2);
|
||||
for (votp = &votstrs[0]; votp->name[0]; votp++)
|
||||
{
|
||||
register vax_opcodeT opcode = votp->detail.code;
|
||||
|
||||
/* 2 byte codes match 2 buffer pos. */
|
||||
if ((bfd_byte) opcode == buffer[0]
|
||||
&& (opcode >> 8 == 0 || opcode >> 8 == buffer[1]))
|
||||
{
|
||||
argp = votp->detail.args;
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (argp == NULL)
|
||||
{
|
||||
/* Handle undefined instructions. */
|
||||
(*info->fprintf_func) (info->stream, ".word 0x%x",
|
||||
(buffer[0] << 8) + buffer[1]);
|
||||
return 2;
|
||||
}
|
||||
|
||||
/* Point at first byte of argument data, and at descriptor for first
|
||||
argument. */
|
||||
arg = buffer + ((votp->detail.code >> 8) ? 2 : 1);
|
||||
|
||||
/* Make sure we have it in mem */
|
||||
FETCH_DATA (info, arg);
|
||||
|
||||
(*info->fprintf_func) (info->stream, "%s", votp->name);
|
||||
if (*argp)
|
||||
(*info->fprintf_func) (info->stream, " ");
|
||||
|
||||
while (*argp)
|
||||
{
|
||||
arg += print_insn_arg (argp, arg, memaddr + arg - buffer, info);
|
||||
argp += 2;
|
||||
if (*argp)
|
||||
(*info->fprintf_func) (info->stream, ",");
|
||||
}
|
||||
|
||||
return arg - buffer;
|
||||
}
|
||||
|
||||
/* Returns number of bytes "eaten" by the operand, or return -1 if an
|
||||
invalid operand was found, or -2 if an opcode tabel error was
|
||||
found. */
|
||||
|
||||
static int
|
||||
print_insn_arg (d, p0, addr, info)
|
||||
const char *d;
|
||||
unsigned char *p0;
|
||||
bfd_vma addr; /* PC for this arg to be relative to */
|
||||
disassemble_info *info;
|
||||
{
|
||||
int arg_len;
|
||||
|
||||
/* check validity of addressing length */
|
||||
switch (d[1])
|
||||
{
|
||||
case 'b' : arg_len = 1; break;
|
||||
case 'd' : arg_len = 8; break;
|
||||
case 'f' : arg_len = 4; break;
|
||||
case 'g' : arg_len = 8; break;
|
||||
case 'h' : arg_len = 16; break;
|
||||
case 'l' : arg_len = 4; break;
|
||||
case 'o' : arg_len = 16; break;
|
||||
case 'w' : arg_len = 2; break;
|
||||
case 'q' : arg_len = 8; break;
|
||||
default : abort();
|
||||
}
|
||||
|
||||
/* branches have no mode byte */
|
||||
if (d[0] == 'b')
|
||||
{
|
||||
unsigned char *p = p0;
|
||||
|
||||
if (arg_len == 1)
|
||||
(*info->print_address_func) (addr + 1 + NEXTBYTE (p), info);
|
||||
else
|
||||
(*info->print_address_func) (addr + 2 + NEXTWORD (p), info);
|
||||
|
||||
return p - p0;
|
||||
}
|
||||
|
||||
return print_insn_mode (arg_len, p0, addr, info);
|
||||
}
|
||||
|
||||
static int
|
||||
print_insn_mode (size, p0, addr, info)
|
||||
int size;
|
||||
unsigned char *p0;
|
||||
bfd_vma addr; /* PC for this arg to be relative to */
|
||||
disassemble_info *info;
|
||||
{
|
||||
unsigned char *p = p0;
|
||||
unsigned char mode, reg;
|
||||
|
||||
/* fetch and interpret mode byte */
|
||||
mode = (unsigned char) NEXTBYTE (p);
|
||||
reg = mode & 0xF;
|
||||
switch (mode & 0xF0)
|
||||
{
|
||||
case 0x00:
|
||||
case 0x10:
|
||||
case 0x20:
|
||||
case 0x30: /* literal mode $number */
|
||||
(*info->fprintf_func) (info->stream, "$0x%x", mode);
|
||||
break;
|
||||
case 0x40: /* index: base-addr[Rn] */
|
||||
p += print_insn_mode (size, p0 + 1, addr + 1, info);
|
||||
(*info->fprintf_func) (info->stream, "[%s]", reg_names[reg]);
|
||||
break;
|
||||
case 0x50: /* register: Rn */
|
||||
(*info->fprintf_func) (info->stream, "%s", reg_names[reg]);
|
||||
break;
|
||||
case 0x60: /* register deferred: (Rn) */
|
||||
(*info->fprintf_func) (info->stream, "(%s)", reg_names[reg]);
|
||||
break;
|
||||
case 0x70: /* autodecrement: -(Rn) */
|
||||
(*info->fprintf_func) (info->stream, "-(%s)", reg_names[reg]);
|
||||
break;
|
||||
case 0x80: /* autoincrement: (Rn)+ */
|
||||
if (reg == 0xF)
|
||||
{ /* immediate? */
|
||||
int i;
|
||||
|
||||
FETCH_DATA (info, p + size);
|
||||
(*info->fprintf_func) (info->stream, "$0x");
|
||||
for (i = 0; i < size; i++)
|
||||
(*info->fprintf_func) (info->stream, "%02x", p[size - i - 1]);
|
||||
p += size;
|
||||
}
|
||||
else
|
||||
(*info->fprintf_func) (info->stream, "(%s)+", reg_names[reg]);
|
||||
break;
|
||||
case 0x90: /* autoincrement deferred: @(Rn)+ */
|
||||
if (reg == 0xF)
|
||||
(*info->fprintf_func) (info->stream, "*0x%x", NEXTLONG (p));
|
||||
else
|
||||
(*info->fprintf_func) (info->stream, "@(%s)+", reg_names[reg]);
|
||||
break;
|
||||
case 0xB0: /* displacement byte deferred: *displ(Rn) */
|
||||
(*info->fprintf_func) (info->stream, "*");
|
||||
case 0xA0: /* displacement byte: displ(Rn) */
|
||||
if (reg == 0xF)
|
||||
(*info->print_address_func) (addr + 2 + NEXTBYTE (p), info);
|
||||
else
|
||||
(*info->fprintf_func) (info->stream, "0x%x(%s)", NEXTBYTE (p),
|
||||
reg_names[reg]);
|
||||
break;
|
||||
case 0xD0: /* displacement word deferred: *displ(Rn) */
|
||||
(*info->fprintf_func) (info->stream, "*");
|
||||
case 0xC0: /* displacement word: displ(Rn) */
|
||||
if (reg == 0xF)
|
||||
(*info->print_address_func) (addr + 3 + NEXTWORD (p), info);
|
||||
else
|
||||
(*info->fprintf_func) (info->stream, "0x%x(%s)", NEXTWORD (p),
|
||||
reg_names[reg]);
|
||||
break;
|
||||
case 0xF0: /* displacement long deferred: *displ(Rn) */
|
||||
(*info->fprintf_func) (info->stream, "*");
|
||||
case 0xE0: /* displacement long: displ(Rn) */
|
||||
if (reg == 0xF)
|
||||
(*info->print_address_func) (addr + 5 + NEXTLONG (p), info);
|
||||
else
|
||||
(*info->fprintf_func) (info->stream, "0x%x(%s)", NEXTLONG (p),
|
||||
reg_names[reg]);
|
||||
break;
|
||||
}
|
||||
|
||||
return p - p0;
|
||||
}
|
Loading…
Reference in a new issue