diff options
author | Joern Rennecke <joern.rennecke@arc.com> | 2002-05-22 19:18:16 +0000 |
---|---|---|
committer | Joern Rennecke <joern.rennecke@arc.com> | 2002-05-22 19:18:16 +0000 |
commit | 3aeabc5df5610008a3f322c83fe6aa080c0781ea (patch) | |
tree | a5504f7f9ba7223e57a7848c7b14c9e12c95d633 | |
parent | 56cfb6ef77ccc604c807971eca7a79a31651a741 (diff) | |
download | binutils-redhat-3aeabc5df5610008a3f322c83fe6aa080c0781ea.tar.gz |
* Makefile.am (sh-dis.lo): Compile with @archdefs@.
* Makefile.in: regenerate.
-rw-r--r-- | opcodes/ChangeLog | 5 | ||||
-rw-r--r-- | opcodes/Makefile.am | 1 | ||||
-rw-r--r-- | opcodes/Makefile.in | 3 |
3 files changed, 7 insertions, 2 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 3f1f930b8f..b4d94a7741 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,4 +1,7 @@ -Wed May 22 19:13:27 2002 J"orn Rennecke <joern.rennecke@superh.com> +Wed May 22 20:11:51 2002 J"orn Rennecke <joern.rennecke@superh.com> + + * Makefile.am (sh-dis.lo): Compile with @archdefs@. + * Makefile.in: regenerate. * sh-dis.c (print_insn_sh): If coff and bfd_mach_sh, use arch_sh4 for disassembly. diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am index 4ecdf95f1d..1583109c74 100644 --- a/opcodes/Makefile.am +++ b/opcodes/Makefile.am @@ -632,6 +632,7 @@ s390-dis.lo: s390-dis.c $(INCDIR)/ansidecl.h sysdep.h \ $(INCDIR)/opcode/s390.h sh-dis.lo: sh-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ sh-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h + $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $< sh64-dis.lo: sh64-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \ $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \ sh64-opc.h $(INCDIR)/libiberty.h $(BFDDIR)/elf-bfd.h \ diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in index 6ee237ca60..ad025ca2ca 100644 --- a/opcodes/Makefile.in +++ b/opcodes/Makefile.in @@ -419,7 +419,7 @@ acinclude.m4 aclocal.m4 config.in configure configure.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = tar +TAR = gtar GZIP_ENV = --best SOURCES = libopcodes.a.c $(libopcodes_la_SOURCES) OBJECTS = libopcodes.a.$(OBJEXT) $(libopcodes_la_OBJECTS) @@ -1128,6 +1128,7 @@ s390-dis.lo: s390-dis.c $(INCDIR)/ansidecl.h sysdep.h \ $(INCDIR)/opcode/s390.h sh-dis.lo: sh-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \ sh-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h + $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $< sh64-dis.lo: sh64-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \ $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \ sh64-opc.h $(INCDIR)/libiberty.h $(BFDDIR)/elf-bfd.h \ |