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]

sim/cris/Makefile.in difference between submitted and committed


For sake of completeness.  The macro definitions were only there
as workarounds while the lstat, rename and pipe support was in
progress.  Checked in as part of the initial sim/cris commit.
Sorry, should have made it a separate commit.  And yeah, I fixed
all (I hope) the copyright years before committing.

diff --exclude=CVS -upr cris.old/Makefile.in cris/Makefile.in
--- cris.old/Makefile.in	Thu Jan 20 21:08:51 2005
+++ cris/Makefile.in	Fri Jan 28 05:28:59 2005
@@ -1,7 +1,7 @@
 # Makefile template for Configure for the CRIS simulator, based on a mix
 # of the ones for m32r and i960.
 #
-# Copyright (C) 2004 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2005 Free Software Foundation, Inc.
 # Contributed by Axis Communications.
 #
 # This program is free software; you can redistribute it and/or modify
@@ -46,9 +46,7 @@ SIM_OBJS = \
 # FIXME: $(srccom)/cgen-ops.h should be in CGEN_INCLUDE_DEPS.
 SIM_EXTRA_DEPS = \
 	$(CGEN_INCLUDE_DEPS) $(srccom)/cgen-ops.h \
-	arch.h cpuall.h cris-sim.h cris-desc.h cris-opc.h
-
-SIM_EXTRA_CFLAGS = -DHAVE_SIM_LSTAT -DHAVE_SIM_RENAME -DHAVE_SIM_PIPE
+	arch.h cpuall.h cris-sim.h cris-desc.h
 

brgds, H-P


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