This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch sim/v850] Delete gencode


Hello,

This zaps another one of the gencode programs (and in the process fixes 
a GDB build problem :-).

enjoy,
Andrew
2001-12-02  Andrew Cagney  <ac131313@redhat.com>

	* Makefile.in (simops.h, table.c): Delete targets.
	(tmp-gencode, gencode.o, gencode): Delete targets.
	(simops.h): New file.
	($(BUILT_SRC_FROM_IGEN)): Do not depend on simops.h.
	* gencode.c: Delete file.
	
Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/sim/v850/Makefile.in,v
retrieving revision 1.4
diff -p -r1.4 Makefile.in
*** Makefile.in	2001/04/15 19:57:10	1.4
--- Makefile.in	2001/12/02 19:24:18
*************** NL_TARGET = -DNL_TARGET_v850
*** 47,66 ****
  
  ## COMMON_POST_CONFIG_FRAG
  
- simops.h table.c: tmp-gencode
- tmp-gencode: gencode
- 	./gencode >tmp-table.c
- 	mv tmp-table.c table.c
- 	./gencode -h >tmp-simops.h
- 	mv tmp-simops.h simops.h
- 	touch tmp-gencode
- gencode.o: gencode.c
- 	$(CC_FOR_BUILD) $(BUILD_CFLAGS) -c $(srcdir)/gencode.c
- gencode: gencode.o ../../opcodes/libopcodes.a ../../intl/libintl.a
- 	$(CC_FOR_BUILD) $(BUILD_CFLAGS) -o gencode gencode.o ../../opcodes/libopcodes.a ../../intl/libintl.a
- 
- 
- 
  BUILT_SRC_FROM_IGEN = \
  	icache.h \
  	icache.c \
--- 47,52 ----
*************** BUILT_SRC_FROM_IGEN = \
*** 77,83 ****
  	engine.h \
  	engine.c \
  	irun.c
! $(BUILT_SRC_FROM_IGEN): tmp-igen simops.h
  #
  
  .PHONY: clean-igen
--- 63,69 ----
  	engine.h \
  	engine.c \
  	irun.c
! $(BUILT_SRC_FROM_IGEN): tmp-igen
  #
  
  .PHONY: clean-igen

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]