mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 22:07:58 +08:00
Sun Apr 5 16:04:39 1998 H.J. Lu <hjl@gnu.org>
* Makefile.am (stamp-lib): Check that .libs/libopcodes.a exists before trying to copy it. * Makefile.in: Rebuild.
This commit is contained in:
@ -1,3 +1,13 @@
|
|||||||
|
Sun Apr 5 16:04:39 1998 H.J. Lu <hjl@gnu.org>
|
||||||
|
|
||||||
|
* Makefile.am (stamp-lib): Check that .libs/libopcodes.a exists
|
||||||
|
before trying to copy it.
|
||||||
|
* Makefile.in: Rebuild.
|
||||||
|
|
||||||
|
Thu Apr 2 17:25:49 1998 Nick Clifton <nickc@cygnus.com>
|
||||||
|
|
||||||
|
* m32r-opc.c: Use signed immediate values for CMPUI instruction.
|
||||||
|
|
||||||
start-sanitize-m32rx
|
start-sanitize-m32rx
|
||||||
Thu Apr 2 16:44:23 1998 Nick Clifton <nickc@cygnus.com>
|
Thu Apr 2 16:44:23 1998 Nick Clifton <nickc@cygnus.com>
|
||||||
|
|
||||||
|
@ -136,8 +136,10 @@ libopcodes_la_LDFLAGS = -release $(VERSION)
|
|||||||
noinst_LIBRARIES = libopcodes.a
|
noinst_LIBRARIES = libopcodes.a
|
||||||
|
|
||||||
stamp-lib: libopcodes.la
|
stamp-lib: libopcodes.la
|
||||||
cp .libs/libopcodes.a libopcodes.tmp
|
if [ -f .libs/libopcodes.a ]; then \
|
||||||
$(SHELL) $(srcdir)/../move-if-change libopcodes.tmp libopcodes.a
|
cp .libs/libopcodes.a libopcodes.tmp; \
|
||||||
|
$(SHELL) $(srcdir)/../move-if-change libopcodes.tmp libopcodes.a; \
|
||||||
|
else true; fi
|
||||||
touch stamp-lib
|
touch stamp-lib
|
||||||
|
|
||||||
libopcodes.a: stamp-lib ; @true
|
libopcodes.a: stamp-lib ; @true
|
||||||
@ -291,9 +293,9 @@ mips-dis.lo: mips-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
|
|||||||
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
||||||
$(INCDIR)/bfdlink.h $(INCDIR)/elf/mips.h
|
$(INCDIR)/bfdlink.h $(INCDIR)/elf/mips.h
|
||||||
mips-opc.lo: mips-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mips.h
|
mips-opc.lo: mips-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mips.h
|
||||||
start-sanitize-r5900
|
# start-sanitize-r5900
|
||||||
mips-opc.lo: vu0.h
|
mips-opc.lo: vu0.h
|
||||||
end-sanitize-r5900
|
# end-sanitize-r5900
|
||||||
mips16-opc.lo: mips16-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mips.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 \
|
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)
|
||||||
|
@ -530,8 +530,10 @@ disassemble.lo: disassemble.c $(INCDIR)/dis-asm.h
|
|||||||
$(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $(srcdir)/disassemble.c
|
$(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $(srcdir)/disassemble.c
|
||||||
|
|
||||||
stamp-lib: libopcodes.la
|
stamp-lib: libopcodes.la
|
||||||
cp .libs/libopcodes.a libopcodes.tmp
|
if [ -f .libs/libopcodes.a ]; then \
|
||||||
$(SHELL) $(srcdir)/../move-if-change libopcodes.tmp libopcodes.a
|
cp .libs/libopcodes.a libopcodes.tmp; \
|
||||||
|
$(SHELL) $(srcdir)/../move-if-change libopcodes.tmp libopcodes.a; \
|
||||||
|
else true; fi
|
||||||
touch stamp-lib
|
touch stamp-lib
|
||||||
|
|
||||||
libopcodes.a: stamp-lib ; @true
|
libopcodes.a: stamp-lib ; @true
|
||||||
@ -658,9 +660,9 @@ mips-dis.lo: mips-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
|
|||||||
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
||||||
$(INCDIR)/bfdlink.h $(INCDIR)/elf/mips.h
|
$(INCDIR)/bfdlink.h $(INCDIR)/elf/mips.h
|
||||||
mips-opc.lo: mips-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mips.h
|
mips-opc.lo: mips-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mips.h
|
||||||
start-sanitize-r5900
|
# start-sanitize-r5900
|
||||||
mips-opc.lo: vu0.h
|
mips-opc.lo: vu0.h
|
||||||
end-sanitize-r5900
|
# end-sanitize-r5900
|
||||||
mips16-opc.lo: mips16-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mips.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 \
|
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)
|
||||||
|
Reference in New Issue
Block a user